Skip to content

Commit 0e10b08

Browse files
committed
chore(release): publish v3.2.0
1 parent 1146e63 commit 0e10b08

File tree

12 files changed

+96
-11
lines changed

12 files changed

+96
-11
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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+
# [3.2.0](https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0) (2019-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies ([1146e63](https://github.com/swashata/wp-webpack-script/commit/1146e63))
12+
* **deps:** update dependency gatsby to v2.3.31 ([e894e3f](https://github.com/swashata/wp-webpack-script/commit/e894e3f))
13+
* **deps:** update dependency gatsby to v2.3.32 ([16f5a3f](https://github.com/swashata/wp-webpack-script/commit/16f5a3f))
14+
* **deps:** update gatsby monorepo ([616b9b6](https://github.com/swashata/wp-webpack-script/commit/616b9b6))
15+
* **deps:** update gatsby monorepo ([8499ab8](https://github.com/swashata/wp-webpack-script/commit/8499ab8))
16+
* **deps:** update gatsby monorepo ([7bdc16e](https://github.com/swashata/wp-webpack-script/commit/7bdc16e))
17+
* **deps:** update gatsby monorepo ([7cbc872](https://github.com/swashata/wp-webpack-script/commit/7cbc872))
18+
* **deps:** update gatsby monorepo ([b4dd53c](https://github.com/swashata/wp-webpack-script/commit/b4dd53c))
19+
* **deps:** update typescript-eslint monorepo to v1.7.0 ([56967d9](https://github.com/swashata/wp-webpack-script/commit/56967d9))
20+
21+
22+
### Features
23+
24+
* **scripts:** add cache to babel loader for js and ts ([e87abd6](https://github.com/swashata/wp-webpack-script/commit/e87abd6)), closes [#472](https://github.com/swashata/wp-webpack-script/issues/472)
25+
* **scripts:** add less support ([751c4d6](https://github.com/swashata/wp-webpack-script/commit/751c4d6)), closes [#469](https://github.com/swashata/wp-webpack-script/issues/469)
26+
* **scripts:** compile node-modules with babel-loader ([9ac03a4](https://github.com/swashata/wp-webpack-script/commit/9ac03a4)), closes [#471](https://github.com/swashata/wp-webpack-script/issues/471)
27+
* **scripts:** improve performance of build time ([0ddd9a3](https://github.com/swashata/wp-webpack-script/commit/0ddd9a3)), closes [#473](https://github.com/swashata/wp-webpack-script/issues/473)
28+
29+
30+
31+
32+
633
# [3.1.0](https://github.com/swashata/wp-webpack-script/compare/v3.0.0...v3.1.0) (2019-04-18)
734

835

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": "3.1.0",
5+
"version": "3.2.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"registry": "https://registry.npmjs.org/",

packages/babel-preset-base/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+
# [3.2.0](https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0) (2019-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies ([1146e63](https://github.com/swashata/wp-webpack-script/commit/1146e63))
12+
13+
14+
15+
16+
617
# [3.0.0](https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0) (2019-04-16)
718

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

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": "3.0.0",
3+
"version": "3.2.0",
44
"description": "Babel preset for @wps/scripts, without react specific transforms.",
55
"keywords": [
66
"wordpress",
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@babel/core": "7.4.4",
53-
"@wpackio/eslint-config": "^3.0.0",
53+
"@wpackio/eslint-config": "^3.2.0",
5454
"dts-gen": "0.5.7"
5555
}
5656
}

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+
# [3.2.0](https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0) (2019-04-28)
7+
8+
**Note:** Version bump only for package @wpackio/cli
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0) (2019-04-16)
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": "3.0.0",
3+
"version": "3.2.0",
44
"description": "Commandline tool to quickly bootstrap wpackio-scripts to your project.",
55
"keywords": [
66
"wordpress",
@@ -44,6 +44,6 @@
4444
"access": "public"
4545
},
4646
"devDependencies": {
47-
"@wpackio/eslint-config": "^3.0.0"
47+
"@wpackio/eslint-config": "^3.2.0"
4848
}
4949
}

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+
# [3.2.0](https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0) (2019-04-28)
7+
8+
**Note:** Version bump only for package @wpackio/entrypoint
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0) (2019-04-16)
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": "3.0.0",
3+
"version": "3.2.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.13.9"
2121
},
2222
"devDependencies": {
23-
"@wpackio/eslint-config": "^3.0.0"
23+
"@wpackio/eslint-config": "^3.2.0"
2424
},
2525
"engines": {
2626
"node": ">=8.9.0"

packages/eslint-config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [3.2.0](https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0) (2019-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies ([1146e63](https://github.com/swashata/wp-webpack-script/commit/1146e63))
12+
* **deps:** update typescript-eslint monorepo to v1.7.0 ([56967d9](https://github.com/swashata/wp-webpack-script/commit/56967d9))
13+
14+
15+
16+
17+
618
# [3.0.0](https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0) (2019-04-16)
719

820

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

packages/scripts/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [3.2.0](https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0) (2019-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies ([1146e63](https://github.com/swashata/wp-webpack-script/commit/1146e63))
12+
13+
14+
### Features
15+
16+
* **scripts:** add cache to babel loader for js and ts ([e87abd6](https://github.com/swashata/wp-webpack-script/commit/e87abd6)), closes [#472](https://github.com/swashata/wp-webpack-script/issues/472)
17+
* **scripts:** add less support ([751c4d6](https://github.com/swashata/wp-webpack-script/commit/751c4d6)), closes [#469](https://github.com/swashata/wp-webpack-script/issues/469)
18+
* **scripts:** compile node-modules with babel-loader ([9ac03a4](https://github.com/swashata/wp-webpack-script/commit/9ac03a4)), closes [#471](https://github.com/swashata/wp-webpack-script/issues/471)
19+
* **scripts:** improve performance of build time ([0ddd9a3](https://github.com/swashata/wp-webpack-script/commit/0ddd9a3)), closes [#473](https://github.com/swashata/wp-webpack-script/issues/473)
20+
21+
22+
23+
24+
625
# [3.1.0](https://github.com/swashata/wp-webpack-script/compare/v3.0.0...v3.1.0) (2019-04-18)
726

827

packages/scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/scripts",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Main single dependency of @wpackio build tool.",
55
"keywords": [
66
"wordpress",
@@ -38,7 +38,7 @@
3838
"@types/webpack-dev-middleware": "^2.0.2",
3939
"@types/webpack-env": "^1.13.9",
4040
"@types/webpack-hot-middleware": "^2.16.5",
41-
"@wpackio/babel-preset-base": "^3.0.0",
41+
"@wpackio/babel-preset-base": "^3.2.0",
4242
"archiver": "^3.0.0",
4343
"autoprefixer": "^9.5.1",
4444
"babel-loader": "^8.0.5",
@@ -102,7 +102,7 @@
102102
"access": "public"
103103
},
104104
"devDependencies": {
105-
"@wpackio/eslint-config": "^3.0.0",
105+
"@wpackio/eslint-config": "^3.2.0",
106106
"dts-gen": "0.5.7",
107107
"fork-ts-checker-webpack-plugin": "1.2.0",
108108
"less": "3.9.0"

0 commit comments

Comments
 (0)