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

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 2, 2019
1 parent 6fda221 commit c053b98
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.0](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.4.0...v0.5.0) (2019-10-02)


### Features

* add support for now ([6fda221](https://github.com/smooth-code/bundle-analyzer-javascript/commit/6fda221)), closes [#15](https://github.com/smooth-code/bundle-analyzer-javascript/issues/15)





# [0.4.0](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.3.1...v0.4.0) (2019-09-17)


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.4.0",
"version": "0.5.0",
"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.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





# [0.4.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/compare/v0.3.1...v0.4.0) (2019-09-17)

**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.4.0",
"version": "0.5.0",
"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.4.0",
"@bundle-analyzer/core": "^0.5.0",
"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.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/compare/v0.4.0...v0.5.0) (2019-10-02)


### Features

* add support for now ([6fda221](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/commit/6fda221)), closes [#15](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/issues/15)





# [0.4.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/compare/v0.3.1...v0.4.0) (2019-09-17)

**Note:** Version bump only for package @bundle-analyzer/core
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.4.0",
"version": "0.5.0",
"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.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





# [0.4.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/gatsby-plugin/compare/v0.3.1...v0.4.0) (2019-09-17)


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.4.0",
"version": "0.5.0",
"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.4.0"
"@bundle-analyzer/webpack-plugin": "^0.5.0"
}
}
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.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





# [0.4.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/compare/v0.3.1...v0.4.0) (2019-09-17)

**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.4.0",
"version": "0.5.0",
"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.4.0"
"@bundle-analyzer/core": "^0.5.0"
}
}

0 comments on commit c053b98

Please sign in to comment.