Skip to content

Commit

Permalink
📦 release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Feb 29, 2020
1 parent d3a6601 commit 9b72f1a
Show file tree
Hide file tree
Showing 26 changed files with 116 additions and 28 deletions.
12 changes: 12 additions & 0 deletions 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.

# [2.0.0](https://github.com/relative-ci/bundle-stats/compare/v2.0.0-rc.1...v2.0.0) (2020-02-29)


### Bug Fixes

* Eslint - add import resolver-webpack ([16b0e8d](https://github.com/relative-ci/bundle-stats/commit/16b0e8d5ddce05ad9fb898e67afbde0da3ba8747))
* Update lock files ([b946889](https://github.com/relative-ci/bundle-stats/commit/b946889f8fdd9eecfce008db6a69ee5d1336faa3))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.0.0-rc.3"
"version": "2.0.0"
}
11 changes: 11 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

# [2.0.0](https://github.com/relative-ci/bundle-stats/compare/v2.0.0-rc.1...v2.0.0) (2020-02-29)


### Bug Fixes

* Update lock files ([b946889](https://github.com/relative-ci/bundle-stats/commit/b946889f8fdd9eecfce008db6a69ee5d1336faa3))
2 changes: 1 addition & 1 deletion packages/cli-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/cli-utils",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "BundleStats CLI utilities",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli-utils#readme",
"dependencies": {
"@bundle-stats/html-templates": "^2.0.0-rc.3",
"@bundle-stats/utils": "^2.0.0-rc.3",
"@bundle-stats/html-templates": "^2.0.0",
"@bundle-stats/utils": "^2.0.0",
"core-js": "^3.1.4",
"find-cache-dir": "^3.1.0",
"fs-extra": "^8.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

# [2.0.0](https://github.com/relative-ci/bundle-stats/compare/v2.0.0-rc.1...v2.0.0) (2020-02-29)


### Bug Fixes

* Update lock files ([b946889](https://github.com/relative-ci/bundle-stats/commit/b946889f8fdd9eecfce008db6a69ee5d1336faa3))
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundle-stats",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^2.0.0-rc.3",
"@bundle-stats/utils": "^2.0.0-rc.3",
"@bundle-stats/cli-utils": "^2.0.0",
"@bundle-stats/utils": "^2.0.0",
"boxen": "^4.2.0",
"fs-extra": "8.1.0",
"listr": "^0.14.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [2.0.0](https://github.com/relative-ci/bundle-stats/compare/v2.0.0-rc.1...v2.0.0) (2020-02-29)

**Note:** Version bump only for package gatsby-plugin-bundle-stats
2 changes: 1 addition & 1 deletion packages/gatsby-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/gatsby-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-bundle-stats",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -38,6 +38,6 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/gatsby-plugin#readme",
"dependencies": {
"bundle-stats-webpack-plugin": "^2.0.0-rc.3"
"bundle-stats-webpack-plugin": "^2.0.0"
}
}
11 changes: 11 additions & 0 deletions packages/html-templates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

# [2.0.0](https://github.com/relative-ci/bundle-stats/compare/v2.0.0-rc.1...v2.0.0) (2020-02-29)


### Bug Fixes

* Update lock files ([b946889](https://github.com/relative-ci/bundle-stats/commit/b946889f8fdd9eecfce008db6a69ee5d1336faa3))
2 changes: 1 addition & 1 deletion packages/html-templates/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/html-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/html-templates",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "HTML templates for report generation.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/preset-env": "7.8.6",
"@babel/preset-react": "7.8.3",
"@bundle-stats/ui": "^2.0.0-rc.3",
"@bundle-stats/utils": "^2.0.0-rc.3",
"@bundle-stats/ui": "^2.0.0",
"@bundle-stats/utils": "^2.0.0",
"@moonwalker/orbit-ui": "1.14.11",
"@relative-ci/agent": "1.2.0",
"@storybook/addon-storyshots": "5.3.14",
Expand Down
8 changes: 8 additions & 0 deletions packages/next-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [2.0.0](https://github.com/relative-ci/bundle-stats/compare/v2.0.0-rc.1...v2.0.0) (2020-02-29)

**Note:** Version bump only for package next-plugin-bundle-stats
2 changes: 1 addition & 1 deletion packages/next-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/next-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-plugin-bundle-stats",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -38,6 +38,6 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/next-plugin#readme",
"dependencies": {
"bundle-stats-webpack-plugin": "^2.0.0-rc.3"
"bundle-stats-webpack-plugin": "^2.0.0"
}
}
11 changes: 11 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

# [2.0.0](https://github.com/relative-ci/bundle-stats/compare/v2.0.0-rc.1...v2.0.0) (2020-02-29)


### Bug Fixes

* Update lock files ([b946889](https://github.com/relative-ci/bundle-stats/commit/b946889f8fdd9eecfce008db6a69ee5d1336faa3))
2 changes: 1 addition & 1 deletion packages/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/ui",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "UI components for BundleStats projects.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/preset-env": "7.8.6",
"@babel/preset-react": "7.8.3",
"@bundle-stats/utils": "^2.0.0-rc.3",
"@bundle-stats/utils": "^2.0.0",
"@storybook/addon-knobs": "5.3.14",
"@storybook/addon-storyshots": "5.3.14",
"@storybook/addons": "5.3.14",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [2.0.0](https://github.com/relative-ci/bundle-stats/compare/v2.0.0-rc.1...v2.0.0) (2020-02-29)

**Note:** Version bump only for package @bundle-stats/utils
2 changes: 1 addition & 1 deletion packages/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/utils",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "BundleStats utils",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [2.0.0](https://github.com/relative-ci/bundle-stats/compare/v2.0.0-rc.1...v2.0.0) (2020-02-29)

**Note:** Version bump only for package bundle-stats-webpack-plugin
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundle-stats-webpack-plugin",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/webpack-plugin#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^2.0.0-rc.3",
"@bundle-stats/utils": "^2.0.0-rc.3",
"@bundle-stats/cli-utils": "^2.0.0",
"@bundle-stats/utils": "^2.0.0",
"core-js": "^3.1.4",
"lodash": "4.17.15"
},
Expand Down

0 comments on commit 9b72f1a

Please sign in to comment.