Skip to content

Commit 01f9310

Browse files
committed
chore(release): publish v3.1.0
1 parent 2677b9c commit 01f9310

File tree

4 files changed

+46
-2
lines changed

4 files changed

+46
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.1.0](https://github.com/swashata/wp-webpack-script/compare/v3.0.0...v3.1.0) (2019-04-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **scripts:** missing name in single compiler mode ([2677b9c](https://github.com/swashata/wp-webpack-script/commit/2677b9c))
12+
* remove unused module ([4bb0d3a](https://github.com/swashata/wp-webpack-script/commit/4bb0d3a))
13+
* remove unused parameter ([c2e1956](https://github.com/swashata/wp-webpack-script/commit/c2e1956))
14+
* **deps:** pin dependency gatsby-plugin-google-analytics to 2.0.18 ([03be604](https://github.com/swashata/wp-webpack-script/commit/03be604))
15+
* **deps:** update gatsby monorepo ([5bbf437](https://github.com/swashata/wp-webpack-script/commit/5bbf437))
16+
* **scripts:** time output in log ([ee82d38](https://github.com/swashata/wp-webpack-script/commit/ee82d38)), closes [#444](https://github.com/swashata/wp-webpack-script/issues/444)
17+
18+
19+
### Features
20+
21+
* **scripts:** add compile time message to output ([63136c7](https://github.com/swashata/wp-webpack-script/commit/63136c7)), closes [#444](https://github.com/swashata/wp-webpack-script/issues/444)
22+
* **scripts:** improve typechecking performance ([e63aa9b](https://github.com/swashata/wp-webpack-script/commit/e63aa9b)), closes [#447](https://github.com/swashata/wp-webpack-script/issues/447)
23+
* **scripts:** show cli output on browser-sync reload ([c1885e2](https://github.com/swashata/wp-webpack-script/commit/c1885e2)), closes [#444](https://github.com/swashata/wp-webpack-script/issues/444)
24+
25+
26+
27+
28+
629
# [3.0.0](https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0) (2019-04-16)
730

831

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

packages/scripts/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.1.0](https://github.com/swashata/wp-webpack-script/compare/v3.0.0...v3.1.0) (2019-04-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **scripts:** missing name in single compiler mode ([2677b9c](https://github.com/swashata/wp-webpack-script/commit/2677b9c))
12+
* remove unused module ([4bb0d3a](https://github.com/swashata/wp-webpack-script/commit/4bb0d3a))
13+
* remove unused parameter ([c2e1956](https://github.com/swashata/wp-webpack-script/commit/c2e1956))
14+
* **scripts:** time output in log ([ee82d38](https://github.com/swashata/wp-webpack-script/commit/ee82d38)), closes [#444](https://github.com/swashata/wp-webpack-script/issues/444)
15+
16+
17+
### Features
18+
19+
* **scripts:** add compile time message to output ([63136c7](https://github.com/swashata/wp-webpack-script/commit/63136c7)), closes [#444](https://github.com/swashata/wp-webpack-script/issues/444)
20+
* **scripts:** improve typechecking performance ([e63aa9b](https://github.com/swashata/wp-webpack-script/commit/e63aa9b)), closes [#447](https://github.com/swashata/wp-webpack-script/issues/447)
21+
* **scripts:** show cli output on browser-sync reload ([c1885e2](https://github.com/swashata/wp-webpack-script/commit/c1885e2)), closes [#444](https://github.com/swashata/wp-webpack-script/issues/444)
22+
23+
24+
25+
26+
627
# [3.0.0](https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0) (2019-04-16)
728

829

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/scripts",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Main single dependency of @wpackio build tool.",
55
"keywords": [
66
"wordpress",

0 commit comments

Comments
 (0)