Skip to content

Commit 69330b6

Browse files
committed
chore(release): publish v6.0.1
1 parent bce027a commit 69330b6

File tree

12 files changed

+65
-11
lines changed

12 files changed

+65
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)
7+
8+
9+
### Bug Fixes
10+
11+
* eslint typescript issue with no-use-before-define ([bce027a](https://github.com/swashata/wp-webpack-script/commit/bce027ad2f3d5571eda2e9d180c488b0955e6a8b)), closes [typescript-eslint/typescript-eslint#2502](https://github.com/typescript-eslint/typescript-eslint/issues/2502)
12+
13+
14+
15+
16+
617
# [6.0.0](https://github.com/swashata/wp-webpack-script/compare/v5.0.0...v6.0.0) (2021-04-26)
718

819

lerna.json

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

packages/babel-preset-base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)
7+
8+
**Note:** Version bump only for package @wpackio/babel-preset-base
9+
10+
11+
12+
13+
614
# [6.0.0](https://github.com/swashata/wp-webpack-script/compare/v5.0.0...v6.0.0) (2021-04-26)
715

816

packages/babel-preset-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/babel-preset-base",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Babel preset for @wps/scripts, without react specific transforms.",
55
"keywords": [
66
"wordpress",
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@babel/core": "7.13.16",
58-
"@wpackio/eslint-config": "^6.0.0",
58+
"@wpackio/eslint-config": "^6.0.1",
5959
"dts-gen": "0.6.0"
6060
}
6161
}

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)
7+
8+
**Note:** Version bump only for package @wpackio/cli
9+
10+
11+
12+
13+
614
# [6.0.0](https://github.com/swashata/wp-webpack-script/compare/v5.0.0...v6.0.0) (2021-04-26)
715

816

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/cli",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Commandline tool to quickly bootstrap wpackio-scripts to your project.",
55
"keywords": [
66
"wordpress",
@@ -45,7 +45,7 @@
4545
"access": "public"
4646
},
4747
"devDependencies": {
48-
"@wpackio/eslint-config": "^6.0.0",
48+
"@wpackio/eslint-config": "^6.0.1",
4949
"typescript": "4.2.4"
5050
}
5151
}

packages/entrypoint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)
7+
8+
**Note:** Version bump only for package @wpackio/entrypoint
9+
10+
11+
12+
13+
614
# [6.0.0](https://github.com/swashata/wp-webpack-script/compare/v5.0.0...v6.0.0) (2021-04-26)
715

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

packages/entrypoint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/entrypoint",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
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.15.2"
2121
},
2222
"devDependencies": {
23-
"@wpackio/eslint-config": "^6.0.0"
23+
"@wpackio/eslint-config": "^6.0.1"
2424
},
2525
"engines": {
2626
"node": ">=8.9.0"

packages/eslint-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)
7+
8+
9+
### Bug Fixes
10+
11+
* eslint typescript issue with no-use-before-define ([bce027a](https://github.com/swashata/wp-webpack-script/commit/bce027ad2f3d5571eda2e9d180c488b0955e6a8b)), closes [typescript-eslint/typescript-eslint#2502](https://github.com/typescript-eslint/typescript-eslint/issues/2502)
12+
13+
14+
15+
16+
617
# [6.0.0](https://github.com/swashata/wp-webpack-script/compare/v5.0.0...v6.0.0) (2021-04-26)
718

819

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/eslint-config",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Shared ESLint config for all @wpackio packages.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)