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

Commit 07d4160

Browse files
committed
v0.5.1
1 parent 4ff5223 commit 07d4160

File tree

10 files changed

+54
-8
lines changed

10 files changed

+54
-8
lines changed

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+
## [0.5.1](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.5.0...v0.5.1) (2019-10-18)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
15+
16+
617
# [0.5.0](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.4.0...v0.5.0) (2019-10-02)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.5.0",
6+
"version": "0.5.1",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

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+
## [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)
7+
8+
**Note:** Version bump only for package @bundle-analyzer/cli
9+
10+
11+
12+
13+
614
# [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)
715

816
**Note:** Version bump only for package @bundle-analyzer/cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bundle-analyzer/cli",
33
"description": "Bundle Analyzer CLI.",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "lib/index.js",
66
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli",
77
"author": "Greg Bergé <[email protected]>",
@@ -25,7 +25,7 @@
2525
"prepublishOnly": "yarn run build"
2626
},
2727
"dependencies": {
28-
"@bundle-analyzer/core": "^0.5.0",
28+
"@bundle-analyzer/core": "^0.5.1",
2929
"commander": "^3.0.1"
3030
},
3131
"devDependencies": {

packages/core/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+
## [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)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
15+
16+
617
# [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)
718

819

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bundle-analyzer/core",
33
"description": "Bundle Analyzer Node.js uploader.",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "lib/index.js",
66
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core",
77
"author": "Greg Bergé <[email protected]>",

packages/gatsby-plugin/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+
## [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)
7+
8+
**Note:** Version bump only for package @bundle-analyzer/gatsby-plugin
9+
10+
11+
12+
13+
614
# [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)
715

816
**Note:** Version bump only for package @bundle-analyzer/gatsby-plugin

packages/gatsby-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bundle-analyzer/gatsby-plugin",
33
"description": "Bundle Analyzer Gatsby plugin.",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "index.js",
66
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/gatsby-plugin",
77
"author": "Greg Bergé <[email protected]>",
@@ -24,6 +24,6 @@
2424
"prepublishOnly": "yarn run build"
2525
},
2626
"dependencies": {
27-
"@bundle-analyzer/webpack-plugin": "^0.5.0"
27+
"@bundle-analyzer/webpack-plugin": "^0.5.1"
2828
}
2929
}

packages/webpack-plugin/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+
## [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)
7+
8+
**Note:** Version bump only for package @bundle-analyzer/webpack-plugin
9+
10+
11+
12+
13+
614
# [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)
715

816
**Note:** Version bump only for package @bundle-analyzer/webpack-plugin

packages/webpack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bundle-analyzer/webpack-plugin",
33
"description": "Bundle Analyzer webpack plugin.",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "lib/index.js",
66
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin",
77
"author": "Greg Bergé <[email protected]>",
@@ -24,6 +24,6 @@
2424
"prepublishOnly": "yarn run build"
2525
},
2626
"dependencies": {
27-
"@bundle-analyzer/core": "^0.5.0"
27+
"@bundle-analyzer/core": "^0.5.1"
2828
}
2929
}

0 commit comments

Comments
 (0)