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

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 16, 2019
1 parent 285769b commit 020896e
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* add CLI to upload stats ([6c4cf84](https://github.com/smooth-code/bundle-analyzer-javascript/commit/6c4cf84))
* new API ([0295c00](https://github.com/smooth-code/bundle-analyzer-javascript/commit/0295c00))
* support config file ([7d66601](https://github.com/smooth-code/bundle-analyzer-javascript/commit/7d66601))





## [0.2.1](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.2.0...v0.2.1) (2019-09-11)


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.2.1",
"version": "0.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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

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


### Features

* add CLI to upload stats ([6c4cf84](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/commit/6c4cf84))
* support config file ([7d66601](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/commit/7d66601))
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.2.1",
"version": "0.3.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 @@ -22,7 +22,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@bundle-analyzer/core": "^0.2.1",
"@bundle-analyzer/core": "^0.3.0",
"commander": "^3.0.1"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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

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


### Features

* add CLI to upload stats ([6c4cf84](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/commit/6c4cf84))
* support config file ([7d66601](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/commit/7d66601))
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.2.1",
"version": "0.3.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
13 changes: 13 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* add CLI to upload stats ([6c4cf84](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/commit/6c4cf84))
* new API ([0295c00](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/commit/0295c00))
* support config file ([7d66601](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/commit/7d66601))





## [0.2.1](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/compare/v0.2.0...v0.2.1) (2019-09-11)


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.2.1",
"version": "0.3.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.2.1"
"@bundle-analyzer/core": "^0.3.0"
}
}

0 comments on commit 020896e

Please sign in to comment.