Skip to content

Commit d82f8df

Browse files
committed
chore(release): publish v3.5.0
1 parent 01711b0 commit d82f8df

File tree

12 files changed

+85
-11
lines changed

12 files changed

+85
-11
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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/",

packages/babel-preset-base/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/babel-preset-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -53,7 +53,7 @@
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
}

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -44,6 +44,6 @@
4444
"access": "public"
4545
},
4646
"devDependencies": {
47-
"@wpackio/eslint-config": "^3.2.0"
47+
"@wpackio/eslint-config": "^3.5.0"
4848
}
4949
}

packages/entrypoint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/entrypoint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -20,7 +20,7 @@
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"

packages/eslint-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/scripts/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [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+
16+
17+
618
# [3.4.0](https://github.com/swashata/wp-webpack-script/compare/v3.3.0...v3.4.0) (2019-05-04)
719

820
**Note:** Version bump only for package @wpackio/scripts

packages/scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/scripts",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Main single dependency of @wpackio build tool.",
55
"keywords": [
66
"wordpress",
@@ -36,7 +36,7 @@
3636
"@types/webpack-dev-middleware": "^2.0.2",
3737
"@types/webpack-env": "^1.13.9",
3838
"@types/webpack-hot-middleware": "^2.16.5",
39-
"@wpackio/babel-preset-base": "^3.4.0",
39+
"@wpackio/babel-preset-base": "^3.5.0",
4040
"archiver": "^3.0.0",
4141
"autoprefixer": "^9.5.1",
4242
"babel-loader": "^8.0.5",
@@ -100,7 +100,7 @@
100100
"access": "public"
101101
},
102102
"devDependencies": {
103-
"@wpackio/eslint-config": "^3.2.0",
103+
"@wpackio/eslint-config": "^3.5.0",
104104
"dts-gen": "0.5.7",
105105
"fork-ts-checker-webpack-plugin": "1.3.0",
106106
"less": "3.9.0"

0 commit comments

Comments
 (0)