Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 18, 2019
1 parent 4ff5223 commit 07d4160
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.5.0",
"version": "0.5.1",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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é <[email protected]>",
Expand All @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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é <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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é <[email protected]>",
Expand All @@ -24,6 +24,6 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@bundle-analyzer/webpack-plugin": "^0.5.0"
"@bundle-analyzer/webpack-plugin": "^0.5.1"
}
}
8 changes: 8 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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é <[email protected]>",
Expand All @@ -24,6 +24,6 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@bundle-analyzer/core": "^0.5.0"
"@bundle-analyzer/core": "^0.5.1"
}
}

0 comments on commit 07d4160

Please sign in to comment.