Skip to content

Commit

Permalink
chore(release): publish v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed May 26, 2021
1 parent 77d9189 commit cb7946e
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 11 deletions.
17 changes: 17 additions & 0 deletions 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.

# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)


### Bug Fixes

* babel plugin not being configured properly for ts ([2b8b2df](https://github.com/swashata/wp-webpack-script/commit/2b8b2dfbc35b9b31f10ef4851add069d611ca1d7))


### Features

* add option useBabelConfig in file config to override project config ([32954a6](https://github.com/swashata/wp-webpack-script/commit/32954a6fe18ecdd9a0795a5cd57683d08363f5a0))
* new project config compileNodeModules ([a9d5951](https://github.com/swashata/wp-webpack-script/commit/a9d5951854cb70fc167e0e10639779341754852d))





# [6.2.0](https://github.com/swashata/wp-webpack-script/compare/v6.1.4...v6.2.0) (2021-05-02)


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

# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)

**Note:** Version bump only for package @wpackio/babel-preset-base





## [6.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)

**Note:** Version bump only for package @wpackio/babel-preset-base
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": "6.0.1",
"version": "6.3.0",
"description": "Babel preset for @wps/scripts, without react specific transforms.",
"keywords": [
"wordpress",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@babel/core": "7.13.16",
"@wpackio/eslint-config": "^6.0.1",
"@wpackio/eslint-config": "^6.3.0",
"dts-gen": "0.6.0"
}
}
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.

# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)

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





## [6.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)

**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": "6.0.1",
"version": "6.3.0",
"description": "Commandline tool to quickly bootstrap wpackio-scripts to your project.",
"keywords": [
"wordpress",
Expand Down Expand Up @@ -45,7 +45,7 @@
"access": "public"
},
"devDependencies": {
"@wpackio/eslint-config": "^6.0.1",
"@wpackio/eslint-config": "^6.3.0",
"typescript": "4.2.4"
}
}
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.

# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)

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





## [6.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)

**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": "6.0.1",
"version": "6.3.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.15.2"
},
"devDependencies": {
"@wpackio/eslint-config": "^6.0.1"
"@wpackio/eslint-config": "^6.3.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.

# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)


### Bug Fixes

* babel plugin not being configured properly for ts ([2b8b2df](https://github.com/swashata/wp-webpack-script/commit/2b8b2dfbc35b9b31f10ef4851add069d611ca1d7))





## [6.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)


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": "6.0.1",
"version": "6.3.0",
"description": "Shared ESLint config for all @wpackio packages.",
"keywords": [
"eslint",
Expand Down
17 changes: 17 additions & 0 deletions packages/scripts/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.

# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)


### Bug Fixes

* babel plugin not being configured properly for ts ([2b8b2df](https://github.com/swashata/wp-webpack-script/commit/2b8b2dfbc35b9b31f10ef4851add069d611ca1d7))


### Features

* add option useBabelConfig in file config to override project config ([32954a6](https://github.com/swashata/wp-webpack-script/commit/32954a6fe18ecdd9a0795a5cd57683d08363f5a0))
* new project config compileNodeModules ([a9d5951](https://github.com/swashata/wp-webpack-script/commit/a9d5951854cb70fc167e0e10639779341754852d))





# [6.2.0](https://github.com/swashata/wp-webpack-script/compare/v6.1.4...v6.2.0) (2021-05-02)


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": "6.2.0",
"version": "6.3.0",
"description": "Main single dependency of @wpackio build tool.",
"keywords": [
"wordpress",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/webpack-dev-middleware": "^4.1.2",
"@types/webpack-env": "^1.15.2",
"@types/webpack-hot-middleware": "^2.25.3",
"@wpackio/babel-preset-base": "^6.0.1",
"@wpackio/babel-preset-base": "^6.3.0",
"archiver": "^5.3.0",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
Expand Down Expand Up @@ -104,7 +104,7 @@
"devDependencies": {
"@types/jest": "26.0.22",
"@types/node": "14.14.41",
"@wpackio/eslint-config": "^6.0.1",
"@wpackio/eslint-config": "^6.3.0",
"cross-env": "7.0.3",
"dts-gen": "0.6.0",
"eslint": "7.25.0",
Expand Down

0 comments on commit cb7946e

Please sign in to comment.