Skip to content

Commit

Permalink
chore(release): publish v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed May 4, 2019
1 parent 01711b0 commit d82f8df
Show file tree
Hide file tree
Showing 12 changed files with 85 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0) (2019-05-04)


### Bug Fixes

* **deps:** update dependencies ([01711b0](https://github.com/swashata/wp-webpack-script/commit/01711b0))
* 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)


### Features

* set modules automatically ([143d0fd](https://github.com/swashata/wp-webpack-script/commit/143d0fd))
* **babel:** add performant destructuring ([c1ecbd7](https://github.com/swashata/wp-webpack-script/commit/c1ecbd7))





# [3.4.0](https://github.com/swashata/wp-webpack-script/compare/v3.3.0...v3.4.0) (2019-05-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.4.0",
"version": "3.5.0",
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org/",
Expand Down
17 changes: 17 additions & 0 deletions packages/babel-preset-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0) (2019-05-04)


### Bug Fixes

* 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)


### Features

* set modules automatically ([143d0fd](https://github.com/swashata/wp-webpack-script/commit/143d0fd))
* **babel:** add performant destructuring ([c1ecbd7](https://github.com/swashata/wp-webpack-script/commit/c1ecbd7))





# [3.4.0](https://github.com/swashata/wp-webpack-script/compare/v3.3.0...v3.4.0) (2019-05-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpackio/babel-preset-base",
"version": "3.4.0",
"version": "3.5.0",
"description": "Babel preset for @wps/scripts, without react specific transforms.",
"keywords": [
"wordpress",
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@babel/core": "7.4.4",
"@wpackio/eslint-config": "^3.2.0",
"@wpackio/eslint-config": "^3.5.0",
"dts-gen": "0.5.7"
}
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0) (2019-05-04)

**Note:** Version bump only for package @wpackio/cli





# [3.2.0](https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0) (2019-04-28)

**Note:** Version bump only for package @wpackio/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpackio/cli",
"version": "3.2.0",
"version": "3.5.0",
"description": "Commandline tool to quickly bootstrap wpackio-scripts to your project.",
"keywords": [
"wordpress",
Expand Down Expand Up @@ -44,6 +44,6 @@
"access": "public"
},
"devDependencies": {
"@wpackio/eslint-config": "^3.2.0"
"@wpackio/eslint-config": "^3.5.0"
}
}
8 changes: 8 additions & 0 deletions packages/entrypoint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0) (2019-05-04)

**Note:** Version bump only for package @wpackio/entrypoint





# [3.2.0](https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0) (2019-04-28)

**Note:** Version bump only for package @wpackio/entrypoint
Expand Down
4 changes: 2 additions & 2 deletions packages/entrypoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpackio/entrypoint",
"version": "3.2.0",
"version": "3.5.0",
"description": "An entrypoint for webpack which is added automatically for safe publicPath.",
"keywords": [
"wordpress",
Expand All @@ -20,7 +20,7 @@
"@types/webpack-env": "^1.13.9"
},
"devDependencies": {
"@wpackio/eslint-config": "^3.2.0"
"@wpackio/eslint-config": "^3.5.0"
},
"engines": {
"node": ">=8.9.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0) (2019-05-04)


### Bug Fixes

* **deps:** update dependencies ([01711b0](https://github.com/swashata/wp-webpack-script/commit/01711b0))





# [3.2.0](https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0) (2019-04-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpackio/eslint-config",
"version": "3.2.0",
"version": "3.5.0",
"description": "Shared ESLint config for all @wpackio packages.",
"keywords": [
"eslint",
Expand Down
12 changes: 12 additions & 0 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/swashata/wp-webpack-script/compare/v3.4.0...v3.5.0) (2019-05-04)


### Bug Fixes

* **deps:** update dependencies ([01711b0](https://github.com/swashata/wp-webpack-script/commit/01711b0))
* 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)





# [3.4.0](https://github.com/swashata/wp-webpack-script/compare/v3.3.0...v3.4.0) (2019-05-04)

**Note:** Version bump only for package @wpackio/scripts
Expand Down
6 changes: 3 additions & 3 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpackio/scripts",
"version": "3.4.0",
"version": "3.5.0",
"description": "Main single dependency of @wpackio build tool.",
"keywords": [
"wordpress",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/webpack-dev-middleware": "^2.0.2",
"@types/webpack-env": "^1.13.9",
"@types/webpack-hot-middleware": "^2.16.5",
"@wpackio/babel-preset-base": "^3.4.0",
"@wpackio/babel-preset-base": "^3.5.0",
"archiver": "^3.0.0",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.5",
Expand Down Expand Up @@ -100,7 +100,7 @@
"access": "public"
},
"devDependencies": {
"@wpackio/eslint-config": "^3.2.0",
"@wpackio/eslint-config": "^3.5.0",
"dts-gen": "0.5.7",
"fork-ts-checker-webpack-plugin": "1.3.0",
"less": "3.9.0"
Expand Down

0 comments on commit d82f8df

Please sign in to comment.