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

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 17, 2019
1 parent 3b58d48 commit 7875f24
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* add Gatsby plugin ([647d53e](https://github.com/smooth-code/bundle-analyzer-javascript/commit/647d53e))
* support Node.js v8 ([3b58d48](https://github.com/smooth-code/bundle-analyzer-javascript/commit/3b58d48))





## [0.3.1](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.3.0...v0.3.1) (2019-09-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.3.1",
"version": "0.4.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
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.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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@bundle-analyzer/cli",
"description": "Bundle Analyzer CLI.",
"version": "0.3.1",
"version": "0.4.0",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand All @@ -25,7 +25,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@bundle-analyzer/core": "^0.3.1",
"@bundle-analyzer/core": "^0.4.0",
"commander": "^3.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
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.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





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


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@bundle-analyzer/core",
"description": "Bundle Analyzer Node.js uploader.",
"version": "0.3.1",
"version": "0.4.0",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand Down
11 changes: 11 additions & 0 deletions packages/gatsby-plugin/CHANGELOG.md
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* add Gatsby plugin ([647d53e](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/gatsby-plugin/commit/647d53e))
4 changes: 2 additions & 2 deletions packages/gatsby-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@bundle-analyzer/gatsby-plugin",
"description": "Bundle Analyzer Gatsby plugin.",
"version": "0.3.1",
"version": "0.4.0",
"main": "index.js",
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/gatsby-plugin",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand All @@ -24,6 +24,6 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@bundle-analyzer/webpack-plugin": "^0.3.1"
"@bundle-analyzer/webpack-plugin": "^0.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
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.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





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

**Note:** Version bump only for package @bundle-analyzer/webpack-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@bundle-analyzer/webpack-plugin",
"description": "Bundle Analyzer webpack plugin.",
"version": "0.3.1",
"version": "0.4.0",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand All @@ -24,6 +24,6 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@bundle-analyzer/core": "^0.3.1"
"@bundle-analyzer/core": "^0.4.0"
}
}

0 comments on commit 7875f24

Please sign in to comment.