File tree 12 files changed +88
-12
lines changed
12 files changed +88
-12
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
+ # [ 6.4.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0 ) (2021-07-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * eslint and typescript issues after upgrade ([ 12cc73f] ( https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * make entries list accept entry name too ([ 2c397dc] ( https://github.com/swashata/wp-webpack-script/commit/2c397dc8fd24bd972b0256997933d6ccac5d4798 ) )
17
+
18
+
19
+
20
+
21
+
6
22
# [ 6.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
7
23
8
24
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 6.3 .0" ,
5
+ "version" : " 6.4 .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
+ # [ 6.4.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0 ) (2021-07-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * eslint and typescript issues after upgrade ([ 12cc73f] ( https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 6.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
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" : " 6.3 .0" ,
3
+ "version" : " 6.4 .0" ,
4
4
"description" : " Babel preset for @wps/scripts, without react specific transforms." ,
5
5
"keywords" : [
6
6
" wordpress" ,
56
56
},
57
57
"devDependencies" : {
58
58
"@babel/core" : " 7.14.8" ,
59
- "@wpackio/eslint-config" : " ^6.3 .0" ,
59
+ "@wpackio/eslint-config" : " ^6.4 .0" ,
60
60
"dts-gen" : " 0.6.0"
61
61
}
62
62
}
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
+ # [ 6.4.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0 ) (2021-07-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * eslint and typescript issues after upgrade ([ 12cc73f] ( https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 6.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
7
18
8
19
** 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" : " 6.3 .0" ,
3
+ "version" : " 6.4 .0" ,
4
4
"description" : " Commandline tool to quickly bootstrap wpackio-scripts to your project." ,
5
5
"keywords" : [
6
6
" wordpress" ,
46
46
"access" : " public"
47
47
},
48
48
"devDependencies" : {
49
- "@wpackio/eslint-config" : " ^6.3 .0" ,
49
+ "@wpackio/eslint-config" : " ^6.4 .0" ,
50
50
"typescript" : " 4.3.5"
51
51
}
52
52
}
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
+ # [ 6.4.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0 ) (2021-07-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * eslint and typescript issues after upgrade ([ 12cc73f] ( https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 6.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
7
18
8
19
** 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" : " 6.3 .0" ,
3
+ "version" : " 6.4 .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.16.2"
21
21
},
22
22
"devDependencies" : {
23
- "@wpackio/eslint-config" : " ^6.3 .0"
23
+ "@wpackio/eslint-config" : " ^6.4 .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
+ # [ 6.4.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0 ) (2021-07-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * eslint and typescript issues after upgrade ([ 12cc73f] ( https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 6.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
7
18
8
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/eslint-config" ,
3
- "version" : " 6.3 .0" ,
3
+ "version" : " 6.4 .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
+ # [ 6.4.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0 ) (2021-07-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * eslint and typescript issues after upgrade ([ 12cc73f] ( https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * make entries list accept entry name too ([ 2c397dc] ( https://github.com/swashata/wp-webpack-script/commit/2c397dc8fd24bd972b0256997933d6ccac5d4798 ) )
17
+
18
+
19
+
20
+
21
+
6
22
# [ 6.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/scripts" ,
3
- "version" : " 6.3 .0" ,
3
+ "version" : " 6.4 .0" ,
4
4
"description" : " Main single dependency of @wpackio build tool." ,
5
5
"keywords" : [
6
6
" wordpress" ,
37
37
"@types/webpack-dev-middleware" : " ^4.1.2" ,
38
38
"@types/webpack-env" : " ^1.16.2" ,
39
39
"@types/webpack-hot-middleware" : " ^2.25.5" ,
40
- "@wpackio/babel-preset-base" : " ^6.3 .0" ,
40
+ "@wpackio/babel-preset-base" : " ^6.4 .0" ,
41
41
"archiver" : " ^5.3.0" ,
42
42
"autoprefixer" : " ^10.3.1" ,
43
43
"babel-loader" : " ^8.2.2" ,
97
97
"lint" : " eslint src --ext='.ts,.js'" ,
98
98
"test" : " jest --color" ,
99
99
"prepare" : " cross-env NODE_ENV=production yarn build" ,
100
- "format" : " prettier --write ./src ./__tests__ ./@types"
100
+ "format" : " prettier --write ./src ./__tests__ ./@types"
101
101
},
102
102
"publishConfig" : {
103
103
"access" : " public"
104
104
},
105
105
"devDependencies" : {
106
106
"@types/jest" : " 26.0.24" ,
107
107
"@types/node" : " 14.14.41" ,
108
- "@wpackio/eslint-config" : " ^6.3 .0" ,
108
+ "@wpackio/eslint-config" : " ^6.4 .0" ,
109
109
"cross-env" : " 7.0.3" ,
110
110
"dts-gen" : " 0.6.0" ,
111
111
"eslint" : " 7.31.0" ,
You can’t perform that action at this time.
0 commit comments