Skip to content

Commit 8d6be75

Browse files
committed
chore(release): publish v6.4.0
1 parent 2c397dc commit 8d6be75

File tree

12 files changed

+88
-12
lines changed

12 files changed

+88
-12
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [6.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)
7+
8+
9+
### Bug Fixes
10+
11+
* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))
12+
13+
14+
### Features
15+
16+
* make entries list accept entry name too ([2c397dc](https://github.com/swashata/wp-webpack-script/commit/2c397dc8fd24bd972b0256997933d6ccac5d4798))
17+
18+
19+
20+
21+
622
# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
723

824

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "6.3.0",
5+
"version": "6.4.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"registry": "https://registry.npmjs.org/",

packages/babel-preset-base/CHANGELOG.md

+11
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+
# [6.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)
7+
8+
9+
### Bug Fixes
10+
11+
* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
718

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

packages/babel-preset-base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/babel-preset-base",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Babel preset for @wps/scripts, without react specific transforms.",
55
"keywords": [
66
"wordpress",
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@babel/core": "7.14.8",
59-
"@wpackio/eslint-config": "^6.3.0",
59+
"@wpackio/eslint-config": "^6.4.0",
6060
"dts-gen": "0.6.0"
6161
}
6262
}

packages/cli/CHANGELOG.md

+11
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+
# [6.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)
7+
8+
9+
### Bug Fixes
10+
11+
* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
718

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

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/cli",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Commandline tool to quickly bootstrap wpackio-scripts to your project.",
55
"keywords": [
66
"wordpress",
@@ -46,7 +46,7 @@
4646
"access": "public"
4747
},
4848
"devDependencies": {
49-
"@wpackio/eslint-config": "^6.3.0",
49+
"@wpackio/eslint-config": "^6.4.0",
5050
"typescript": "4.3.5"
5151
}
5252
}

packages/entrypoint/CHANGELOG.md

+11
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+
# [6.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)
7+
8+
9+
### Bug Fixes
10+
11+
* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
718

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

packages/entrypoint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/entrypoint",
3-
"version": "6.3.0",
3+
"version": "6.4.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.16.2"
2121
},
2222
"devDependencies": {
23-
"@wpackio/eslint-config": "^6.3.0"
23+
"@wpackio/eslint-config": "^6.4.0"
2424
},
2525
"engines": {
2626
"node": ">=8.9.0"

packages/eslint-config/CHANGELOG.md

+11
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+
# [6.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)
7+
8+
9+
### Bug Fixes
10+
11+
* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
718

819
### Bug Fixes

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/eslint-config",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Shared ESLint config for all @wpackio packages.",
55
"keywords": [
66
"eslint",

packages/scripts/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [6.4.0](https://github.com/swashata/wp-webpack-script/compare/v6.3.0...v6.4.0) (2021-07-27)
7+
8+
9+
### Bug Fixes
10+
11+
* eslint and typescript issues after upgrade ([12cc73f](https://github.com/swashata/wp-webpack-script/commit/12cc73f700e3297dc31696486e18d32b969a8939))
12+
13+
14+
### Features
15+
16+
* make entries list accept entry name too ([2c397dc](https://github.com/swashata/wp-webpack-script/commit/2c397dc8fd24bd972b0256997933d6ccac5d4798))
17+
18+
19+
20+
21+
622
# [6.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
723

824

packages/scripts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/scripts",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Main single dependency of @wpackio build tool.",
55
"keywords": [
66
"wordpress",
@@ -37,7 +37,7 @@
3737
"@types/webpack-dev-middleware": "^4.1.2",
3838
"@types/webpack-env": "^1.16.2",
3939
"@types/webpack-hot-middleware": "^2.25.5",
40-
"@wpackio/babel-preset-base": "^6.3.0",
40+
"@wpackio/babel-preset-base": "^6.4.0",
4141
"archiver": "^5.3.0",
4242
"autoprefixer": "^10.3.1",
4343
"babel-loader": "^8.2.2",
@@ -97,15 +97,15 @@
9797
"lint": "eslint src --ext='.ts,.js'",
9898
"test": "jest --color",
9999
"prepare": "cross-env NODE_ENV=production yarn build",
100-
"format": "prettier --write ./src ./__tests__ ./@types"
100+
"format": "prettier --write ./src ./__tests__ ./@types"
101101
},
102102
"publishConfig": {
103103
"access": "public"
104104
},
105105
"devDependencies": {
106106
"@types/jest": "26.0.24",
107107
"@types/node": "14.14.41",
108-
"@wpackio/eslint-config": "^6.3.0",
108+
"@wpackio/eslint-config": "^6.4.0",
109109
"cross-env": "7.0.3",
110110
"dts-gen": "0.6.0",
111111
"eslint": "7.31.0",

0 commit comments

Comments
 (0)