Skip to content

Commit

Permalink
chore(release): publish v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Jul 27, 2021
1 parent 2c397dc commit 8d6be75
Show file tree
Hide file tree
Showing 12 changed files with 88 additions and 12 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)


### Bug Fixes

* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))


### Features

* make entries list accept entry name too ([2c397dc](https://github.com/swashata/wp-webpack-script/commit/2c397dc8fd24bd972b0256997933d6ccac5d4798))





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


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.3.0",
"version": "6.4.0",
"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.

# [6.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)


### Bug Fixes

* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))





# [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
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.3.0",
"version": "6.4.0",
"description": "Babel preset for @wps/scripts, without react specific transforms.",
"keywords": [
"wordpress",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@babel/core": "7.14.8",
"@wpackio/eslint-config": "^6.3.0",
"@wpackio/eslint-config": "^6.4.0",
"dts-gen": "0.6.0"
}
}
11 changes: 11 additions & 0 deletions packages/cli/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.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)


### Bug Fixes

* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))





# [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
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.3.0",
"version": "6.4.0",
"description": "Commandline tool to quickly bootstrap wpackio-scripts to your project.",
"keywords": [
"wordpress",
Expand Down Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"devDependencies": {
"@wpackio/eslint-config": "^6.3.0",
"@wpackio/eslint-config": "^6.4.0",
"typescript": "4.3.5"
}
}
11 changes: 11 additions & 0 deletions packages/entrypoint/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.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)


### Bug Fixes

* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))





# [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
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.3.0",
"version": "6.4.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.16.2"
},
"devDependencies": {
"@wpackio/eslint-config": "^6.3.0"
"@wpackio/eslint-config": "^6.4.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.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)


### Bug Fixes

* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))





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

### Bug Fixes
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.3.0",
"version": "6.4.0",
"description": "Shared ESLint config for all @wpackio packages.",
"keywords": [
"eslint",
Expand Down
16 changes: 16 additions & 0 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)


### Bug Fixes

* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))


### Features

* make entries list accept entry name too ([2c397dc](https://github.com/swashata/wp-webpack-script/commit/2c397dc8fd24bd972b0256997933d6ccac5d4798))





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


Expand Down
8 changes: 4 additions & 4 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpackio/scripts",
"version": "6.3.0",
"version": "6.4.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.16.2",
"@types/webpack-hot-middleware": "^2.25.5",
"@wpackio/babel-preset-base": "^6.3.0",
"@wpackio/babel-preset-base": "^6.4.0",
"archiver": "^5.3.0",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
Expand Down Expand Up @@ -97,15 +97,15 @@
"lint": "eslint src --ext='.ts,.js'",
"test": "jest --color",
"prepare": "cross-env NODE_ENV=production yarn build",
"format": "prettier --write ./src ./__tests__ ./@types"
"format": "prettier --write ./src ./__tests__ ./@types"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/jest": "26.0.24",
"@types/node": "14.14.41",
"@wpackio/eslint-config": "^6.3.0",
"@wpackio/eslint-config": "^6.4.0",
"cross-env": "7.0.3",
"dts-gen": "0.6.0",
"eslint": "7.31.0",
Expand Down

0 comments on commit 8d6be75

Please sign in to comment.