File tree 12 files changed +85
-11
lines changed
12 files changed +85
-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.5.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0 ) (2019-05-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependencies ([ 01711b0] ( https://github.com/swashata/wp-webpack-script/commit/01711b0 ) )
12
+ * module issue with plugin-transform-runtime ([ e55528d] ( https://github.com/swashata/wp-webpack-script/commit/e55528d ) ), closes [ #479 ] ( https://github.com/swashata/wp-webpack-script/issues/479 )
13
+
14
+
15
+ ### Features
16
+
17
+ * set modules automatically ([ 143d0fd] ( https://github.com/swashata/wp-webpack-script/commit/143d0fd ) )
18
+ * ** babel:** add performant destructuring ([ c1ecbd7] ( https://github.com/swashata/wp-webpack-script/commit/c1ecbd7 ) )
19
+
20
+
21
+
22
+
23
+
6
24
# [ 3.4.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.3.0...v3.4.0 ) (2019-05-04)
7
25
8
26
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 3.4 .0" ,
5
+ "version" : " 3.5 .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.5.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0 ) (2019-05-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * module issue with plugin-transform-runtime ([ e55528d] ( https://github.com/swashata/wp-webpack-script/commit/e55528d ) ), closes [ #479 ] ( https://github.com/swashata/wp-webpack-script/issues/479 )
12
+
13
+
14
+ ### Features
15
+
16
+ * set modules automatically ([ 143d0fd] ( https://github.com/swashata/wp-webpack-script/commit/143d0fd ) )
17
+ * ** babel:** add performant destructuring ([ c1ecbd7] ( https://github.com/swashata/wp-webpack-script/commit/c1ecbd7 ) )
18
+
19
+
20
+
21
+
22
+
6
23
# [ 3.4.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.3.0...v3.4.0 ) (2019-05-04)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/babel-preset-base" ,
3
- "version" : " 3.4 .0" ,
3
+ "version" : " 3.5 .0" ,
4
4
"description" : " Babel preset for @wps/scripts, without react specific transforms." ,
5
5
"keywords" : [
6
6
" wordpress" ,
53
53
},
54
54
"devDependencies" : {
55
55
"@babel/core" : " 7.4.4" ,
56
- "@wpackio/eslint-config" : " ^3.2 .0" ,
56
+ "@wpackio/eslint-config" : " ^3.5 .0" ,
57
57
"dts-gen" : " 0.5.7"
58
58
}
59
59
}
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.5.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0 ) (2019-05-04)
7
+
8
+ ** Note:** Version bump only for package @wpackio/cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
7
15
8
16
** Note:** Version bump only for package @wpackio/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/cli" ,
3
- "version" : " 3.2 .0" ,
3
+ "version" : " 3.5 .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.2 .0"
47
+ "@wpackio/eslint-config" : " ^3.5 .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.5.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0 ) (2019-05-04)
7
+
8
+ ** Note:** Version bump only for package @wpackio/entrypoint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
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.2 .0" ,
3
+ "version" : " 3.5 .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.2 .0"
23
+ "@wpackio/eslint-config" : " ^3.5 .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.5.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0 ) (2019-05-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependencies ([ 01711b0] ( https://github.com/swashata/wp-webpack-script/commit/01711b0 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/eslint-config" ,
3
- "version" : " 3.2 .0" ,
3
+ "version" : " 3.5 .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.5.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0 ) (2019-05-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependencies ([ 01711b0] ( https://github.com/swashata/wp-webpack-script/commit/01711b0 ) )
12
+ * module issue with plugin-transform-runtime ([ e55528d] ( https://github.com/swashata/wp-webpack-script/commit/e55528d ) ), closes [ #479 ] ( https://github.com/swashata/wp-webpack-script/issues/479 )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 3.4.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.3.0...v3.4.0 ) (2019-05-04)
7
19
8
20
** Note:** Version bump only for package @wpackio/scripts
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/scripts" ,
3
- "version" : " 3.4 .0" ,
3
+ "version" : " 3.5 .0" ,
4
4
"description" : " Main single dependency of @wpackio build tool." ,
5
5
"keywords" : [
6
6
" wordpress" ,
36
36
"@types/webpack-dev-middleware" : " ^2.0.2" ,
37
37
"@types/webpack-env" : " ^1.13.9" ,
38
38
"@types/webpack-hot-middleware" : " ^2.16.5" ,
39
- "@wpackio/babel-preset-base" : " ^3.4 .0" ,
39
+ "@wpackio/babel-preset-base" : " ^3.5 .0" ,
40
40
"archiver" : " ^3.0.0" ,
41
41
"autoprefixer" : " ^9.5.1" ,
42
42
"babel-loader" : " ^8.0.5" ,
100
100
"access" : " public"
101
101
},
102
102
"devDependencies" : {
103
- "@wpackio/eslint-config" : " ^3.2 .0" ,
103
+ "@wpackio/eslint-config" : " ^3.5 .0" ,
104
104
"dts-gen" : " 0.5.7" ,
105
105
"fork-ts-checker-webpack-plugin" : " 1.3.0" ,
106
106
"less" : " 3.9.0"
You can’t perform that action at this time.
0 commit comments