File tree 12 files changed +96
-11
lines changed
12 files changed +96
-11
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependencies ([ 1146e63] ( https://github.com/swashata/wp-webpack-script/commit/1146e63 ) )
12
+ * ** deps:** update dependency gatsby to v2.3.31 ([ e894e3f] ( https://github.com/swashata/wp-webpack-script/commit/e894e3f ) )
13
+ * ** deps:** update dependency gatsby to v2.3.32 ([ 16f5a3f] ( https://github.com/swashata/wp-webpack-script/commit/16f5a3f ) )
14
+ * ** deps:** update gatsby monorepo ([ 616b9b6] ( https://github.com/swashata/wp-webpack-script/commit/616b9b6 ) )
15
+ * ** deps:** update gatsby monorepo ([ 8499ab8] ( https://github.com/swashata/wp-webpack-script/commit/8499ab8 ) )
16
+ * ** deps:** update gatsby monorepo ([ 7bdc16e] ( https://github.com/swashata/wp-webpack-script/commit/7bdc16e ) )
17
+ * ** deps:** update gatsby monorepo ([ 7cbc872] ( https://github.com/swashata/wp-webpack-script/commit/7cbc872 ) )
18
+ * ** deps:** update gatsby monorepo ([ b4dd53c] ( https://github.com/swashata/wp-webpack-script/commit/b4dd53c ) )
19
+ * ** deps:** update typescript-eslint monorepo to v1.7.0 ([ 56967d9] ( https://github.com/swashata/wp-webpack-script/commit/56967d9 ) )
20
+
21
+
22
+ ### Features
23
+
24
+ * ** scripts:** add cache to babel loader for js and ts ([ e87abd6] ( https://github.com/swashata/wp-webpack-script/commit/e87abd6 ) ), closes [ #472 ] ( https://github.com/swashata/wp-webpack-script/issues/472 )
25
+ * ** scripts:** add less support ([ 751c4d6] ( https://github.com/swashata/wp-webpack-script/commit/751c4d6 ) ), closes [ #469 ] ( https://github.com/swashata/wp-webpack-script/issues/469 )
26
+ * ** scripts:** compile node-modules with babel-loader ([ 9ac03a4] ( https://github.com/swashata/wp-webpack-script/commit/9ac03a4 ) ), closes [ #471 ] ( https://github.com/swashata/wp-webpack-script/issues/471 )
27
+ * ** scripts:** improve performance of build time ([ 0ddd9a3] ( https://github.com/swashata/wp-webpack-script/commit/0ddd9a3 ) ), closes [ #473 ] ( https://github.com/swashata/wp-webpack-script/issues/473 )
28
+
29
+
30
+
31
+
32
+
6
33
# [ 3.1.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.0.0...v3.1.0 ) (2019-04-18)
7
34
8
35
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 3.1 .0" ,
5
+ "version" : " 3.2 .0" ,
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true ,
8
8
"registry" : " https://registry.npmjs.org/" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependencies ([ 1146e63] ( https://github.com/swashata/wp-webpack-script/commit/1146e63 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.0.0] ( https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0 ) (2019-04-16)
7
18
8
19
** Note:** Version bump only for package @wpackio/babel-preset-base
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/babel-preset-base" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " Babel preset for @wps/scripts, without react specific transforms." ,
5
5
"keywords" : [
6
6
" wordpress" ,
50
50
},
51
51
"devDependencies" : {
52
52
"@babel/core" : " 7.4.4" ,
53
- "@wpackio/eslint-config" : " ^3.0 .0" ,
53
+ "@wpackio/eslint-config" : " ^3.2 .0" ,
54
54
"dts-gen" : " 0.5.7"
55
55
}
56
56
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
7
+
8
+ ** Note:** Version bump only for package @wpackio/cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.0.0] ( https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0 ) (2019-04-16)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/cli" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " Commandline tool to quickly bootstrap wpackio-scripts to your project." ,
5
5
"keywords" : [
6
6
" wordpress" ,
44
44
"access" : " public"
45
45
},
46
46
"devDependencies" : {
47
- "@wpackio/eslint-config" : " ^3.0 .0"
47
+ "@wpackio/eslint-config" : " ^3.2 .0"
48
48
}
49
49
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
7
+
8
+ ** Note:** Version bump only for package @wpackio/entrypoint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.0.0] ( https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0 ) (2019-04-16)
7
15
8
16
** Note:** Version bump only for package @wpackio/entrypoint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/entrypoint" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " An entrypoint for webpack which is added automatically for safe publicPath." ,
5
5
"keywords" : [
6
6
" wordpress" ,
20
20
"@types/webpack-env" : " ^1.13.9"
21
21
},
22
22
"devDependencies" : {
23
- "@wpackio/eslint-config" : " ^3.0 .0"
23
+ "@wpackio/eslint-config" : " ^3.2 .0"
24
24
},
25
25
"engines" : {
26
26
"node" : " >=8.9.0"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependencies ([ 1146e63] ( https://github.com/swashata/wp-webpack-script/commit/1146e63 ) )
12
+ * ** deps:** update typescript-eslint monorepo to v1.7.0 ([ 56967d9] ( https://github.com/swashata/wp-webpack-script/commit/56967d9 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 3.0.0] ( https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0 ) (2019-04-16)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/eslint-config" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " Shared ESLint config for all @wpackio packages." ,
5
5
"keywords" : [
6
6
" eslint" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependencies ([ 1146e63] ( https://github.com/swashata/wp-webpack-script/commit/1146e63 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** scripts:** add cache to babel loader for js and ts ([ e87abd6] ( https://github.com/swashata/wp-webpack-script/commit/e87abd6 ) ), closes [ #472 ] ( https://github.com/swashata/wp-webpack-script/issues/472 )
17
+ * ** scripts:** add less support ([ 751c4d6] ( https://github.com/swashata/wp-webpack-script/commit/751c4d6 ) ), closes [ #469 ] ( https://github.com/swashata/wp-webpack-script/issues/469 )
18
+ * ** scripts:** compile node-modules with babel-loader ([ 9ac03a4] ( https://github.com/swashata/wp-webpack-script/commit/9ac03a4 ) ), closes [ #471 ] ( https://github.com/swashata/wp-webpack-script/issues/471 )
19
+ * ** scripts:** improve performance of build time ([ 0ddd9a3] ( https://github.com/swashata/wp-webpack-script/commit/0ddd9a3 ) ), closes [ #473 ] ( https://github.com/swashata/wp-webpack-script/issues/473 )
20
+
21
+
22
+
23
+
24
+
6
25
# [ 3.1.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.0.0...v3.1.0 ) (2019-04-18)
7
26
8
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/scripts" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " Main single dependency of @wpackio build tool." ,
5
5
"keywords" : [
6
6
" wordpress" ,
38
38
"@types/webpack-dev-middleware" : " ^2.0.2" ,
39
39
"@types/webpack-env" : " ^1.13.9" ,
40
40
"@types/webpack-hot-middleware" : " ^2.16.5" ,
41
- "@wpackio/babel-preset-base" : " ^3.0 .0" ,
41
+ "@wpackio/babel-preset-base" : " ^3.2 .0" ,
42
42
"archiver" : " ^3.0.0" ,
43
43
"autoprefixer" : " ^9.5.1" ,
44
44
"babel-loader" : " ^8.0.5" ,
102
102
"access" : " public"
103
103
},
104
104
"devDependencies" : {
105
- "@wpackio/eslint-config" : " ^3.0 .0" ,
105
+ "@wpackio/eslint-config" : " ^3.2 .0" ,
106
106
"dts-gen" : " 0.5.7" ,
107
107
"fork-ts-checker-webpack-plugin" : " 1.2.0" ,
108
108
"less" : " 3.9.0"
You can’t perform that action at this time.
0 commit comments