File tree Expand file tree Collapse file tree 12 files changed +85
-11
lines changed
Expand file tree Collapse file tree 12 files changed +85
-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+ # [ 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+
624# [ 3.4.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.3.0...v3.4.0 ) (2019-05-04)
725
826
Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 3.4 .0" ,
5+ "version" : " 3.5 .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+ # [ 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+
623# [ 3.4.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.3.0...v3.4.0 ) (2019-05-04)
724
825
Original file line number Diff line number Diff line change 11{
22 "name" : " @wpackio/babel-preset-base" ,
3- "version" : " 3.4 .0" ,
3+ "version" : " 3.5 .0" ,
44 "description" : " Babel preset for @wps/scripts, without react specific transforms." ,
55 "keywords" : [
66 " wordpress" ,
5353 },
5454 "devDependencies" : {
5555 "@babel/core" : " 7.4.4" ,
56- "@wpackio/eslint-config" : " ^3.2 .0" ,
56+ "@wpackio/eslint-config" : " ^3.5 .0" ,
5757 "dts-gen" : " 0.5.7"
5858 }
5959}
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+ # [ 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+
614# [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
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" : " 3.2 .0" ,
3+ "version" : " 3.5 .0" ,
44 "description" : " Commandline tool to quickly bootstrap wpackio-scripts to your project." ,
55 "keywords" : [
66 " wordpress" ,
4444 "access" : " public"
4545 },
4646 "devDependencies" : {
47- "@wpackio/eslint-config" : " ^3.2 .0"
47+ "@wpackio/eslint-config" : " ^3.5 .0"
4848 }
4949}
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+ # [ 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+
614# [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
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" : " 3.2 .0" ,
3+ "version" : " 3.5 .0" ,
44 "description" : " An entrypoint for webpack which is added automatically for safe publicPath." ,
55 "keywords" : [
66 " wordpress" ,
2020 "@types/webpack-env" : " ^1.13.9"
2121 },
2222 "devDependencies" : {
23- "@wpackio/eslint-config" : " ^3.2 .0"
23+ "@wpackio/eslint-config" : " ^3.5 .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+ # [ 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+
617# [ 3.2.0] ( https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0 ) (2019-04-28)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @wpackio/eslint-config" ,
3- "version" : " 3.2 .0" ,
3+ "version" : " 3.5 .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