From 07d41607c7f37bf9a053976e1d6d81d5511c2b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Fri, 18 Oct 2019 22:06:36 +0200 Subject: [PATCH] v0.5.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/gatsby-plugin/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin/package.json | 4 ++-- packages/webpack-plugin/CHANGELOG.md | 8 ++++++++ packages/webpack-plugin/package.json | 4 ++-- 10 files changed, 54 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 095446f..5a3570e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.1](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.5.0...v0.5.1) (2019-10-18) + + +### Bug Fixes + +* updating now detect ([#4](https://github.com/smooth-code/bundle-analyzer-javascript/issues/4)) ([4ff5223](https://github.com/smooth-code/bundle-analyzer-javascript/commit/4ff5223)) + + + + + # [0.5.0](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.4.0...v0.5.0) (2019-10-02) diff --git a/lerna.json b/lerna.json index eaedf81..12a9107 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.5.0", + "version": "0.5.1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7cb8f28..e0855c6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.1](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/compare/v0.5.0...v0.5.1) (2019-10-18) + +**Note:** Version bump only for package @bundle-analyzer/cli + + + + + # [0.5.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/compare/v0.4.0...v0.5.0) (2019-10-02) **Note:** Version bump only for package @bundle-analyzer/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 149e859..8889c92 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@bundle-analyzer/cli", "description": "Bundle Analyzer CLI.", - "version": "0.5.0", + "version": "0.5.1", "main": "lib/index.js", "repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli", "author": "Greg Bergé ", @@ -25,7 +25,7 @@ "prepublishOnly": "yarn run build" }, "dependencies": { - "@bundle-analyzer/core": "^0.5.0", + "@bundle-analyzer/core": "^0.5.1", "commander": "^3.0.1" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b11bf0e..9557d8b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.1](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/compare/v0.5.0...v0.5.1) (2019-10-18) + + +### Bug Fixes + +* updating now detect ([#4](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/issues/4)) ([4ff5223](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/commit/4ff5223)) + + + + + # [0.5.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/compare/v0.4.0...v0.5.0) (2019-10-02) diff --git a/packages/core/package.json b/packages/core/package.json index e656c9b..d9db1f2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@bundle-analyzer/core", "description": "Bundle Analyzer Node.js uploader.", - "version": "0.5.0", + "version": "0.5.1", "main": "lib/index.js", "repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core", "author": "Greg Bergé ", diff --git a/packages/gatsby-plugin/CHANGELOG.md b/packages/gatsby-plugin/CHANGELOG.md index 5f25b7a..8eb8667 100644 --- a/packages/gatsby-plugin/CHANGELOG.md +++ b/packages/gatsby-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.1](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/gatsby-plugin/compare/v0.5.0...v0.5.1) (2019-10-18) + +**Note:** Version bump only for package @bundle-analyzer/gatsby-plugin + + + + + # [0.5.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/gatsby-plugin/compare/v0.4.0...v0.5.0) (2019-10-02) **Note:** Version bump only for package @bundle-analyzer/gatsby-plugin diff --git a/packages/gatsby-plugin/package.json b/packages/gatsby-plugin/package.json index 927a45a..f6136b4 100644 --- a/packages/gatsby-plugin/package.json +++ b/packages/gatsby-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@bundle-analyzer/gatsby-plugin", "description": "Bundle Analyzer Gatsby plugin.", - "version": "0.5.0", + "version": "0.5.1", "main": "index.js", "repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/gatsby-plugin", "author": "Greg Bergé ", @@ -24,6 +24,6 @@ "prepublishOnly": "yarn run build" }, "dependencies": { - "@bundle-analyzer/webpack-plugin": "^0.5.0" + "@bundle-analyzer/webpack-plugin": "^0.5.1" } } diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 555eb0e..b4a54d2 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.1](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/compare/v0.5.0...v0.5.1) (2019-10-18) + +**Note:** Version bump only for package @bundle-analyzer/webpack-plugin + + + + + # [0.5.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/compare/v0.4.0...v0.5.0) (2019-10-02) **Note:** Version bump only for package @bundle-analyzer/webpack-plugin diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 4f062e5..9765409 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@bundle-analyzer/webpack-plugin", "description": "Bundle Analyzer webpack plugin.", - "version": "0.5.0", + "version": "0.5.1", "main": "lib/index.js", "repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin", "author": "Greg Bergé ", @@ -24,6 +24,6 @@ "prepublishOnly": "yarn run build" }, "dependencies": { - "@bundle-analyzer/core": "^0.5.0" + "@bundle-analyzer/core": "^0.5.1" } }