File tree Expand file tree Collapse file tree 12 files changed +80
-11
lines changed Expand file tree Collapse file tree 12 files changed +80
-11
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
623# [ 6.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v6.1.4...v6.2.0 ) (2021-05-02)
724
825
Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 6.2 .0" ,
5+ "version" : " 6.3 .0" ,
66 "npmClient" : " yarn" ,
77 "useWorkspaces" : true ,
88 "registry" : " https://registry.npmjs.org/" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614## [ 6.0.1] ( https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1 ) (2021-04-27)
715
816** Note:** Version bump only for package @wpackio/babel-preset-base
Original file line number Diff line number Diff line change 11{
22 "name" : " @wpackio/babel-preset-base" ,
3- "version" : " 6.0.1 " ,
3+ "version" : " 6.3.0 " ,
44 "description" : " Babel preset for @wps/scripts, without react specific transforms." ,
55 "keywords" : [
66 " wordpress" ,
5555 },
5656 "devDependencies" : {
5757 "@babel/core" : " 7.13.16" ,
58- "@wpackio/eslint-config" : " ^6.0.1 " ,
58+ "@wpackio/eslint-config" : " ^6.3.0 " ,
5959 "dts-gen" : " 0.6.0"
6060 }
6161}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614## [ 6.0.1] ( https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1 ) (2021-04-27)
715
816** Note:** Version bump only for package @wpackio/cli
Original file line number Diff line number Diff line change 11{
22 "name" : " @wpackio/cli" ,
3- "version" : " 6.0.1 " ,
3+ "version" : " 6.3.0 " ,
44 "description" : " Commandline tool to quickly bootstrap wpackio-scripts to your project." ,
55 "keywords" : [
66 " wordpress" ,
4545 "access" : " public"
4646 },
4747 "devDependencies" : {
48- "@wpackio/eslint-config" : " ^6.0.1 " ,
48+ "@wpackio/eslint-config" : " ^6.3.0 " ,
4949 "typescript" : " 4.2.4"
5050 }
5151}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614## [ 6.0.1] ( https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1 ) (2021-04-27)
715
816** Note:** Version bump only for package @wpackio/entrypoint
Original file line number Diff line number Diff line change 11{
22 "name" : " @wpackio/entrypoint" ,
3- "version" : " 6.0.1 " ,
3+ "version" : " 6.3.0 " ,
44 "description" : " An entrypoint for webpack which is added automatically for safe publicPath." ,
55 "keywords" : [
66 " wordpress" ,
2020 "@types/webpack-env" : " ^1.15.2"
2121 },
2222 "devDependencies" : {
23- "@wpackio/eslint-config" : " ^6.0.1 "
23+ "@wpackio/eslint-config" : " ^6.3.0 "
2424 },
2525 "engines" : {
2626 "node" : " >=8.9.0"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
617## [ 6.0.1] ( https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1 ) (2021-04-27)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @wpackio/eslint-config" ,
3- "version" : " 6.0.1 " ,
3+ "version" : " 6.3.0 " ,
44 "description" : " Shared ESLint config for all @wpackio packages." ,
55 "keywords" : [
66 " eslint" ,
You can’t perform that action at this time.
0 commit comments