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

Commit 020896e

Browse files
committed
v0.3.0
1 parent 285769b commit 020896e

File tree

8 files changed

+56
-6
lines changed

8 files changed

+56
-6
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.3.0](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.2.1...v0.3.0) (2019-09-16)
7+
8+
9+
### Features
10+
11+
* add CLI to upload stats ([6c4cf84](https://github.com/smooth-code/bundle-analyzer-javascript/commit/6c4cf84))
12+
* new API ([0295c00](https://github.com/smooth-code/bundle-analyzer-javascript/commit/0295c00))
13+
* support config file ([7d66601](https://github.com/smooth-code/bundle-analyzer-javascript/commit/7d66601))
14+
15+
16+
17+
18+
619
## [0.2.1](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.2.0...v0.2.1) (2019-09-11)
720

821

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.2.1",
6+
"version": "0.3.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/cli/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [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)
7+
8+
9+
### Features
10+
11+
* add CLI to upload stats ([6c4cf84](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/commit/6c4cf84))
12+
* support config file ([7d66601](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/commit/7d66601))

packages/cli/package.json

+2-2
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.2.1",
4+
"version": "0.3.0",
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]>",
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "yarn run build"
2323
},
2424
"dependencies": {
25-
"@bundle-analyzer/core": "^0.2.1",
25+
"@bundle-analyzer/core": "^0.3.0",
2626
"commander": "^3.0.1"
2727
},
2828
"devDependencies": {

packages/core/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [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)
7+
8+
9+
### Features
10+
11+
* add CLI to upload stats ([6c4cf84](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/commit/6c4cf84))
12+
* support config file ([7d66601](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/commit/7d66601))

packages/core/package.json

+1-1
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.2.1",
4+
"version": "0.3.0",
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/webpack-plugin/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.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)
7+
8+
9+
### Features
10+
11+
* add CLI to upload stats ([6c4cf84](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/commit/6c4cf84))
12+
* new API ([0295c00](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/commit/0295c00))
13+
* support config file ([7d66601](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/commit/7d66601))
14+
15+
16+
17+
18+
619
## [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)
720

821

packages/webpack-plugin/package.json

+2-2
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.2.1",
4+
"version": "0.3.0",
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.2.1"
27+
"@bundle-analyzer/core": "^0.3.0"
2828
}
2929
}

0 commit comments

Comments
 (0)