From 01f9310c5ffd88a825d81e9c4ec68ab3ef79b4d0 Mon Sep 17 00:00:00 2001 From: Swashata Ghosh Date: Thu, 18 Apr 2019 15:28:22 +0530 Subject: [PATCH] chore(release): publish v3.1.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ lerna.json | 2 +- packages/scripts/CHANGELOG.md | 21 +++++++++++++++++++++ packages/scripts/package.json | 2 +- 4 files changed, 46 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aef9f5f92..6932ce133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.1.0](https://github.com/swashata/wp-webpack-script/compare/v3.0.0...v3.1.0) (2019-04-18) + + +### Bug Fixes + +* **scripts:** missing name in single compiler mode ([2677b9c](https://github.com/swashata/wp-webpack-script/commit/2677b9c)) +* remove unused module ([4bb0d3a](https://github.com/swashata/wp-webpack-script/commit/4bb0d3a)) +* remove unused parameter ([c2e1956](https://github.com/swashata/wp-webpack-script/commit/c2e1956)) +* **deps:** pin dependency gatsby-plugin-google-analytics to 2.0.18 ([03be604](https://github.com/swashata/wp-webpack-script/commit/03be604)) +* **deps:** update gatsby monorepo ([5bbf437](https://github.com/swashata/wp-webpack-script/commit/5bbf437)) +* **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) + + +### Features + +* **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) +* **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) +* **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) + + + + + # [3.0.0](https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0) (2019-04-16) diff --git a/lerna.json b/lerna.json index 5d01a0a9d..4906c3df6 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "3.0.0", + "version": "3.1.0", "npmClient": "yarn", "useWorkspaces": true, "registry": "https://registry.npmjs.org/", diff --git a/packages/scripts/CHANGELOG.md b/packages/scripts/CHANGELOG.md index 482629b9e..2b07f1389 100644 --- a/packages/scripts/CHANGELOG.md +++ b/packages/scripts/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.1.0](https://github.com/swashata/wp-webpack-script/compare/v3.0.0...v3.1.0) (2019-04-18) + + +### Bug Fixes + +* **scripts:** missing name in single compiler mode ([2677b9c](https://github.com/swashata/wp-webpack-script/commit/2677b9c)) +* remove unused module ([4bb0d3a](https://github.com/swashata/wp-webpack-script/commit/4bb0d3a)) +* remove unused parameter ([c2e1956](https://github.com/swashata/wp-webpack-script/commit/c2e1956)) +* **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) + + +### Features + +* **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) +* **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) +* **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) + + + + + # [3.0.0](https://github.com/swashata/wp-webpack-script/compare/v2.13.0...v3.0.0) (2019-04-16) diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 036d3558f..3877b71da 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@wpackio/scripts", - "version": "3.0.0", + "version": "3.1.0", "description": "Main single dependency of @wpackio build tool.", "keywords": [ "wordpress",