Skip to content

Commit

Permalink
📦 release v2.8.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed May 7, 2021
1 parent 62bdfd6 commit db6a4dc
Show file tree
Hide file tree
Showing 24 changed files with 144 additions and 26 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.1](https://github.com/relative-ci/bundle-stats/compare/v2.8.0...v2.8.1) (2021-05-07)


### Bug Fixes

* **cli:** Import utils polyfills ([5be6cc6](https://github.com/relative-ci/bundle-stats/commit/5be6cc63662f317ed72e8bd6adcda8668b9fdbc0))
* **ui:** BundleAssets - use Icon for not predictive warning ([40a40c9](https://github.com/relative-ci/bundle-stats/commit/40a40c9b3f9686eeeab2a271d2f5ac7793967915))
* **ui:** BundlePackages - extract public package name ([a87b5b5](https://github.com/relative-ci/bundle-stats/commit/a87b5b5e1b771697451ac0d5f7ce39f471550b84))
* **ui:** JobName - allow children ([e3d0fcd](https://github.com/relative-ci/bundle-stats/commit/e3d0fcd2f53384ab0a843642995549157545449e))
* **ui:** MetricTable - styles for JobName link ([4f97f32](https://github.com/relative-ci/bundle-stats/commit/4f97f3266ec2d19fe3684d21bf64ae4507576ee9))
* **ui:** withSearch - name regexp case insensitive ([0ca664c](https://github.com/relative-ci/bundle-stats/commit/0ca664c4b57eb529ba0fc0b4e77f3b6221ef0d77))
* **utils:** Filter - remove empty module chunks ([68fae44](https://github.com/relative-ci/bundle-stats/commit/68fae44f226c00c93e2b2a2cecdcb30c372e3dc4))
* **utils:** Filter - skip only null and undefined ([de7b8e9](https://github.com/relative-ci/bundle-stats/commit/de7b8e96b8e81b6fbedf485c53a2855549935314))
* **utils:** Fix info texts ([626375f](https://github.com/relative-ci/bundle-stats/commit/626375fc3d5ca3819a45689324ab5efa12b29b3f))
* **utils:** Packages - add package path ([b53c362](https://github.com/relative-ci/bundle-stats/commit/b53c3624556cdaf42f5c79a2bdedb5a1fd2e1b62))
* **utils:** Packages - separate packages based on path ([e66cf69](https://github.com/relative-ci/bundle-stats/commit/e66cf69426c0a3c795ff6027b67e388cbe90aaa3))
* **utils:** withSearch - prevent inconsistent filter state ([8cf6847](https://github.com/relative-ci/bundle-stats/commit/8cf68475235c6fd0b85a6bb83e9b922dd812efe1))


### Features

* **ui:** Icon - add warning svg ([ecdb419](https://github.com/relative-ci/bundle-stats/commit/ecdb41931ba3fd727763d5d095b42da97a9dea74))





# [2.8.0](https://github.com/relative-ci/bundle-stats/compare/v2.7.2...v2.8.0) (2021-03-27)


Expand Down
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.8.0"
"version": "2.8.1"
}
8 changes: 8 additions & 0 deletions packages/cli-utils/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.

## [2.8.1](https://github.com/relative-ci/bundle-stats/compare/v2.8.0...v2.8.1) (2021-05-07)

**Note:** Version bump only for package @bundle-stats/cli-utils





# [2.8.0](https://github.com/relative-ci/bundle-stats/compare/v2.7.2...v2.8.0) (2021-03-27)

**Note:** Version bump only for package @bundle-stats/cli-utils
Expand Down
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.8.0",
"version": "2.8.1",
"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.8.0",
"@bundle-stats/utils": "^2.8.0",
"@bundle-stats/html-templates": "^2.8.1",
"@bundle-stats/utils": "^2.8.1",
"core-js": "^3.1.4",
"find-cache-dir": "^3.1.0",
"fs-extra": "^9.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.

## [2.8.1](https://github.com/relative-ci/bundle-stats/compare/v2.8.0...v2.8.1) (2021-05-07)


### Bug Fixes

* **cli:** Import utils polyfills ([5be6cc6](https://github.com/relative-ci/bundle-stats/commit/5be6cc63662f317ed72e8bd6adcda8668b9fdbc0))





# [2.8.0](https://github.com/relative-ci/bundle-stats/compare/v2.7.2...v2.8.0) (2021-03-27)

**Note:** Version bump only for package bundle-stats
Expand Down
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.8.0",
"version": "2.8.1",
"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.8.0",
"@bundle-stats/utils": "^2.8.0",
"@bundle-stats/cli-utils": "^2.8.1",
"@bundle-stats/utils": "^2.8.1",
"boxen": "^5.0.0",
"fs-extra": "9.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
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.

## [2.8.1](https://github.com/relative-ci/bundle-stats/compare/v2.8.0...v2.8.1) (2021-05-07)

**Note:** Version bump only for package gatsby-plugin-bundle-stats





# [2.8.0](https://github.com/relative-ci/bundle-stats/compare/v2.7.2...v2.8.0) (2021-03-27)

**Note:** Version bump only for package gatsby-plugin-bundle-stats
Expand Down
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.8.0",
"version": "2.8.1",
"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.8.0"
"bundle-stats-webpack-plugin": "^2.8.1"
}
}
11 changes: 11 additions & 0 deletions packages/html-templates/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.

## [2.8.1](https://github.com/relative-ci/bundle-stats/compare/v2.8.0...v2.8.1) (2021-05-07)


### Bug Fixes

* **utils:** Packages - separate packages based on path ([e66cf69](https://github.com/relative-ci/bundle-stats/commit/e66cf69426c0a3c795ff6027b67e388cbe90aaa3))





# [2.8.0](https://github.com/relative-ci/bundle-stats/compare/v2.7.2...v2.8.0) (2021-03-27)

**Note:** Version bump only for package @bundle-stats/html-templates
Expand Down
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.8.0",
"version": "2.8.1",
"description": "HTML templates for report generation.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -69,8 +69,8 @@
"whatwg-fetch": "3.6.2"
},
"dependencies": {
"@bundle-stats/ui": "^2.8.0",
"@bundle-stats/utils": "^2.8.0",
"@bundle-stats/ui": "^2.8.1",
"@bundle-stats/utils": "^2.8.1",
"classnames": "2.2.6",
"lodash": "^4.17.11",
"preact": "10.5.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/next-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.

## [2.8.1](https://github.com/relative-ci/bundle-stats/compare/v2.8.0...v2.8.1) (2021-05-07)

**Note:** Version bump only for package next-plugin-bundle-stats





# [2.8.0](https://github.com/relative-ci/bundle-stats/compare/v2.7.2...v2.8.0) (2021-03-27)

**Note:** Version bump only for package next-plugin-bundle-stats
Expand Down
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.8.0",
"version": "2.8.1",
"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.8.0"
"bundle-stats-webpack-plugin": "^2.8.1"
}
}
23 changes: 23 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.1](https://github.com/relative-ci/bundle-stats/compare/v2.8.0...v2.8.1) (2021-05-07)


### Bug Fixes

* **ui:** BundleAssets - use Icon for not predictive warning ([40a40c9](https://github.com/relative-ci/bundle-stats/commit/40a40c9b3f9686eeeab2a271d2f5ac7793967915))
* **ui:** BundlePackages - extract public package name ([a87b5b5](https://github.com/relative-ci/bundle-stats/commit/a87b5b5e1b771697451ac0d5f7ce39f471550b84))
* **ui:** JobName - allow children ([e3d0fcd](https://github.com/relative-ci/bundle-stats/commit/e3d0fcd2f53384ab0a843642995549157545449e))
* **ui:** MetricTable - styles for JobName link ([4f97f32](https://github.com/relative-ci/bundle-stats/commit/4f97f3266ec2d19fe3684d21bf64ae4507576ee9))
* **ui:** withSearch - name regexp case insensitive ([0ca664c](https://github.com/relative-ci/bundle-stats/commit/0ca664c4b57eb529ba0fc0b4e77f3b6221ef0d77))
* **utils:** Fix info texts ([626375f](https://github.com/relative-ci/bundle-stats/commit/626375fc3d5ca3819a45689324ab5efa12b29b3f))
* **utils:** Packages - separate packages based on path ([e66cf69](https://github.com/relative-ci/bundle-stats/commit/e66cf69426c0a3c795ff6027b67e388cbe90aaa3))
* **utils:** withSearch - prevent inconsistent filter state ([8cf6847](https://github.com/relative-ci/bundle-stats/commit/8cf68475235c6fd0b85a6bb83e9b922dd812efe1))


### Features

* **ui:** Icon - add warning svg ([ecdb419](https://github.com/relative-ci/bundle-stats/commit/ecdb41931ba3fd727763d5d095b42da97a9dea74))





# [2.8.0](https://github.com/relative-ci/bundle-stats/compare/v2.7.2...v2.8.0) (2021-03-27)


Expand Down
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.8.0",
"version": "2.8.1",
"description": "UI components for BundleStats projects.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@babel/plugin-proposal-private-methods": "7.13.0",
"@babel/preset-env": "7.13.12",
"@babel/preset-react": "7.13.13",
"@bundle-stats/utils": "^2.8.0",
"@bundle-stats/utils": "^2.8.1",
"@simplyianm/babel-plugin-inline-react-svg": "1.2.0",
"@storybook/addon-knobs": "6.1.21",
"@storybook/addon-storyshots": "6.1.21",
Expand Down
14 changes: 14 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.1](https://github.com/relative-ci/bundle-stats/compare/v2.8.0...v2.8.1) (2021-05-07)


### Bug Fixes

* **utils:** Filter - remove empty module chunks ([68fae44](https://github.com/relative-ci/bundle-stats/commit/68fae44f226c00c93e2b2a2cecdcb30c372e3dc4))
* **utils:** Filter - skip only null and undefined ([de7b8e9](https://github.com/relative-ci/bundle-stats/commit/de7b8e96b8e81b6fbedf485c53a2855549935314))
* **utils:** Packages - add package path ([b53c362](https://github.com/relative-ci/bundle-stats/commit/b53c3624556cdaf42f5c79a2bdedb5a1fd2e1b62))
* **utils:** Packages - separate packages based on path ([e66cf69](https://github.com/relative-ci/bundle-stats/commit/e66cf69426c0a3c795ff6027b67e388cbe90aaa3))





# [2.8.0](https://github.com/relative-ci/bundle-stats/compare/v2.7.2...v2.8.0) (2021-03-27)


Expand Down
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.8.0",
"version": "2.8.1",
"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
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.

## [2.8.1](https://github.com/relative-ci/bundle-stats/compare/v2.8.0...v2.8.1) (2021-05-07)

**Note:** Version bump only for package bundle-stats-webpack-plugin





# [2.8.0](https://github.com/relative-ci/bundle-stats/compare/v2.7.2...v2.8.0) (2021-03-27)

**Note:** Version bump only for package bundle-stats-webpack-plugin
Expand Down
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.8.0",
"version": "2.8.1",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
"main": "lib/index.js",
"types": "typings.d.ts",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/webpack-plugin#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^2.8.0",
"@bundle-stats/utils": "^2.8.0",
"@bundle-stats/cli-utils": "^2.8.1",
"@bundle-stats/utils": "^2.8.1",
"core-js": "^3.1.4",
"lodash": "4.17.21"
},
Expand Down

0 comments on commit db6a4dc

Please sign in to comment.