Skip to content

Commit cb7946e

Browse files
committed
chore(release): publish v6.3.0
1 parent 77d9189 commit cb7946e

File tree

12 files changed

+80
-11
lines changed

12 files changed

+80
-11
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
7+
8+
9+
### Bug Fixes
10+
11+
* babel plugin not being configured properly for ts ([2b8b2df](https://github.com/swashata/wp-webpack-script/commit/2b8b2dfbc35b9b31f10ef4851add069d611ca1d7))
12+
13+
14+
### Features
15+
16+
* add option useBabelConfig in file config to override project config ([32954a6](https://github.com/swashata/wp-webpack-script/commit/32954a6fe18ecdd9a0795a5cd57683d08363f5a0))
17+
* new project config compileNodeModules ([a9d5951](https://github.com/swashata/wp-webpack-script/commit/a9d5951854cb70fc167e0e10639779341754852d))
18+
19+
20+
21+
22+
623
# [6.2.0](https://github.com/swashata/wp-webpack-script/compare/v6.1.4...v6.2.0) (2021-05-02)
724

825

lerna.json

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

packages/babel-preset-base/CHANGELOG.md

+8
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.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
7+
8+
**Note:** Version bump only for package @wpackio/babel-preset-base
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)
715

816
**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.0.1",
3+
"version": "6.3.0",
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.1",
58+
"@wpackio/eslint-config": "^6.3.0",
5959
"dts-gen": "0.6.0"
6060
}
6161
}

packages/cli/CHANGELOG.md

+8
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.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
7+
8+
**Note:** Version bump only for package @wpackio/cli
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)
715

816
**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.0.1",
3+
"version": "6.3.0",
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.1",
48+
"@wpackio/eslint-config": "^6.3.0",
4949
"typescript": "4.2.4"
5050
}
5151
}

packages/entrypoint/CHANGELOG.md

+8
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.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
7+
8+
**Note:** Version bump only for package @wpackio/entrypoint
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)
715

816
**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.0.1",
3+
"version": "6.3.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.15.2"
2121
},
2222
"devDependencies": {
23-
"@wpackio/eslint-config": "^6.0.1"
23+
"@wpackio/eslint-config": "^6.3.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.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
7+
8+
9+
### Bug Fixes
10+
11+
* babel plugin not being configured properly for ts ([2b8b2df](https://github.com/swashata/wp-webpack-script/commit/2b8b2dfbc35b9b31f10ef4851add069d611ca1d7))
12+
13+
14+
15+
16+
617
## [6.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)
718

819

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.0.1",
3+
"version": "6.3.0",
44
"description": "Shared ESLint config for all @wpackio packages.",
55
"keywords": [
66
"eslint",

packages/scripts/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.3.0](https://github.com/swashata/wp-webpack-script/compare/v6.2.0...v6.3.0) (2021-05-26)
7+
8+
9+
### Bug Fixes
10+
11+
* babel plugin not being configured properly for ts ([2b8b2df](https://github.com/swashata/wp-webpack-script/commit/2b8b2dfbc35b9b31f10ef4851add069d611ca1d7))
12+
13+
14+
### Features
15+
16+
* add option useBabelConfig in file config to override project config ([32954a6](https://github.com/swashata/wp-webpack-script/commit/32954a6fe18ecdd9a0795a5cd57683d08363f5a0))
17+
* new project config compileNodeModules ([a9d5951](https://github.com/swashata/wp-webpack-script/commit/a9d5951854cb70fc167e0e10639779341754852d))
18+
19+
20+
21+
22+
623
# [6.2.0](https://github.com/swashata/wp-webpack-script/compare/v6.1.4...v6.2.0) (2021-05-02)
724

825

packages/scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/scripts",
3-
"version": "6.2.0",
3+
"version": "6.3.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.15.2",
3939
"@types/webpack-hot-middleware": "^2.25.3",
40-
"@wpackio/babel-preset-base": "^6.0.1",
40+
"@wpackio/babel-preset-base": "^6.3.0",
4141
"archiver": "^5.3.0",
4242
"autoprefixer": "^10.2.5",
4343
"babel-loader": "^8.2.2",
@@ -104,7 +104,7 @@
104104
"devDependencies": {
105105
"@types/jest": "26.0.22",
106106
"@types/node": "14.14.41",
107-
"@wpackio/eslint-config": "^6.0.1",
107+
"@wpackio/eslint-config": "^6.3.0",
108108
"cross-env": "7.0.3",
109109
"dts-gen": "0.6.0",
110110
"eslint": "7.25.0",

0 commit comments

Comments
 (0)