File tree 12 files changed +80
-11
lines changed
12 files changed +80
-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
+ # [ 6.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * babel plugin not being configured properly for ts ([ 2b8b2df] ( https://github.com/swashata/wp-webpack-script/commit/2b8b2dfbc35b9b31f10ef4851add069d611ca1d7 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * add option useBabelConfig in file config to override project config ([ 32954a6] ( https://github.com/swashata/wp-webpack-script/commit/32954a6fe18ecdd9a0795a5cd57683d08363f5a0 ) )
17
+ * new project config compileNodeModules ([ a9d5951] ( https://github.com/swashata/wp-webpack-script/commit/a9d5951854cb70fc167e0e10639779341754852d ) )
18
+
19
+
20
+
21
+
22
+
6
23
# [ 6.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.1.4...v6.2.0 ) (2021-05-02)
7
24
8
25
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 6.2 .0" ,
5
+ "version" : " 6.3 .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.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
7
+
8
+ ** Note:** Version bump only for package @wpackio/babel-preset-base
9
+
10
+
11
+
12
+
13
+
6
14
## [ 6.0.1] ( https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1 ) (2021-04-27)
7
15
8
16
** 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.0.1 " ,
3
+ "version" : " 6.3.0 " ,
4
4
"description" : " Babel preset for @wps/scripts, without react specific transforms." ,
5
5
"keywords" : [
6
6
" wordpress" ,
55
55
},
56
56
"devDependencies" : {
57
57
"@babel/core" : " 7.13.16" ,
58
- "@wpackio/eslint-config" : " ^6.0.1 " ,
58
+ "@wpackio/eslint-config" : " ^6.3.0 " ,
59
59
"dts-gen" : " 0.6.0"
60
60
}
61
61
}
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.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
7
+
8
+ ** Note:** Version bump only for package @wpackio/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 6.0.1] ( https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1 ) (2021-04-27)
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" : " 6.0.1 " ,
3
+ "version" : " 6.3.0 " ,
4
4
"description" : " Commandline tool to quickly bootstrap wpackio-scripts to your project." ,
5
5
"keywords" : [
6
6
" wordpress" ,
45
45
"access" : " public"
46
46
},
47
47
"devDependencies" : {
48
- "@wpackio/eslint-config" : " ^6.0.1 " ,
48
+ "@wpackio/eslint-config" : " ^6.3.0 " ,
49
49
"typescript" : " 4.2.4"
50
50
}
51
51
}
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.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
7
+
8
+ ** Note:** Version bump only for package @wpackio/entrypoint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 6.0.1] ( https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1 ) (2021-04-27)
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" : " 6.0.1 " ,
3
+ "version" : " 6.3.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.15.2"
21
21
},
22
22
"devDependencies" : {
23
- "@wpackio/eslint-config" : " ^6.0.1 "
23
+ "@wpackio/eslint-config" : " ^6.3.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.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * babel plugin not being configured properly for ts ([ 2b8b2df] ( https://github.com/swashata/wp-webpack-script/commit/2b8b2dfbc35b9b31f10ef4851add069d611ca1d7 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 6.0.1] ( https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1 ) (2021-04-27)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/eslint-config" ,
3
- "version" : " 6.0.1 " ,
3
+ "version" : " 6.3.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.3.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0 ) (2021-05-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * babel plugin not being configured properly for ts ([ 2b8b2df] ( https://github.com/swashata/wp-webpack-script/commit/2b8b2dfbc35b9b31f10ef4851add069d611ca1d7 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * add option useBabelConfig in file config to override project config ([ 32954a6] ( https://github.com/swashata/wp-webpack-script/commit/32954a6fe18ecdd9a0795a5cd57683d08363f5a0 ) )
17
+ * new project config compileNodeModules ([ a9d5951] ( https://github.com/swashata/wp-webpack-script/commit/a9d5951854cb70fc167e0e10639779341754852d ) )
18
+
19
+
20
+
21
+
22
+
6
23
# [ 6.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.1.4...v6.2.0 ) (2021-05-02)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wpackio/scripts" ,
3
- "version" : " 6.2 .0" ,
3
+ "version" : " 6.3 .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.15.2" ,
39
39
"@types/webpack-hot-middleware" : " ^2.25.3" ,
40
- "@wpackio/babel-preset-base" : " ^6.0.1 " ,
40
+ "@wpackio/babel-preset-base" : " ^6.3.0 " ,
41
41
"archiver" : " ^5.3.0" ,
42
42
"autoprefixer" : " ^10.2.5" ,
43
43
"babel-loader" : " ^8.2.2" ,
104
104
"devDependencies" : {
105
105
"@types/jest" : " 26.0.22" ,
106
106
"@types/node" : " 14.14.41" ,
107
- "@wpackio/eslint-config" : " ^6.0.1 " ,
107
+ "@wpackio/eslint-config" : " ^6.3.0 " ,
108
108
"cross-env" : " 7.0.3" ,
109
109
"dts-gen" : " 0.6.0" ,
110
110
"eslint" : " 7.25.0" ,
You can’t perform that action at this time.
0 commit comments