Skip to content

Commit

Permalink
chore(release): publish v4.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Oct 28, 2019
1 parent e89d4bd commit 31b15b2
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions 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.

# [4.1.0-alpha.1](https://github.com/swashata/wp-webpack-script/compare/v4.0.0...v4.1.0-alpha.1) (2019-10-28)


### Bug Fixes

* use require.resolve on babel presets ([e89d4bd](https://github.com/swashata/wp-webpack-script/commit/e89d4bd))





# [4.0.0](https://github.com/swashata/wp-webpack-script/compare/v3.5.0...v4.0.0) (2019-10-28)


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": "4.0.0",
"version": "4.1.0-alpha.1",
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org/",
Expand Down
11 changes: 11 additions & 0 deletions packages/babel-preset-base/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.

# [4.1.0-alpha.1](https://github.com/swashata/wp-webpack-script/compare/v4.0.0...v4.1.0-alpha.1) (2019-10-28)


### Bug Fixes

* use require.resolve on babel presets ([e89d4bd](https://github.com/swashata/wp-webpack-script/commit/e89d4bd))





# [4.0.0](https://github.com/swashata/wp-webpack-script/compare/v3.5.0...v4.0.0) (2019-10-28)


Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.1.0-alpha.1",
"description": "Babel preset for @wps/scripts, without react specific transforms.",
"keywords": [
"wordpress",
Expand Down
11 changes: 11 additions & 0 deletions packages/scripts/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.

# [4.1.0-alpha.1](https://github.com/swashata/wp-webpack-script/compare/v4.0.0...v4.1.0-alpha.1) (2019-10-28)


### Bug Fixes

* use require.resolve on babel presets ([e89d4bd](https://github.com/swashata/wp-webpack-script/commit/e89d4bd))





# [4.0.0](https://github.com/swashata/wp-webpack-script/compare/v3.5.0...v4.0.0) (2019-10-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpackio/scripts",
"version": "4.0.0",
"version": "4.1.0-alpha.1",
"description": "Main single dependency of @wpackio build tool.",
"keywords": [
"wordpress",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/webpack-dev-middleware": "^2.0.3",
"@types/webpack-env": "^1.14.1",
"@types/webpack-hot-middleware": "^2.16.5",
"@wpackio/babel-preset-base": "^4.0.0",
"@wpackio/babel-preset-base": "^4.1.0-alpha.1",
"archiver": "^3.1.1",
"autoprefixer": "^9.7.0",
"babel-loader": "^8.0.6",
Expand Down

0 comments on commit 31b15b2

Please sign in to comment.