Skip to content

Commit

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

# [2.6.0](https://github.com/relative-ci/bundle-stats/compare/v2.5.0...v2.6.0) (2021-02-06)


### Bug Fixes

* **ui:** App router - use render with key ([621db45](https://github.com/relative-ci/bundle-stats/commit/621db453c873349b6661aef7adf3155c4f397725))
* **ui:** BundleAssetsTotalsTable - add custom ComponentLink prop ([958f806](https://github.com/relative-ci/bundle-stats/commit/958f80698c656eedb9ce07c404b2e405d9a03c84))
* **ui:** DuplicatePackagesWarning - add custom ComponentLink prop ([2115220](https://github.com/relative-ci/bundle-stats/commit/21152201232fa1ded3dc59a675443b4d1e61420b))
* **ui:** FiltersDropdown - vertically align input & label ([871df3a](https://github.com/relative-ci/bundle-stats/commit/871df3a562e371faf3669ef6c611dd1586dc18e6))
* **ui:** MetricTable - add styles for links ([bfd1c19](https://github.com/relative-ci/bundle-stats/commit/bfd1c1984301208427ab6821dbd2a98002b15c45))
* **ui:** Reset filters and search ([3548839](https://github.com/relative-ci/bundle-stats/commit/3548839beb302ea9a8be63f28a65036622fa07dc))
* **ui:** Router - scroll to top on change ([ce7c3b6](https://github.com/relative-ci/bundle-stats/commit/ce7c3b685189c42682487179b34133817b3b7429))


### Features

* **html-templates:** Link summary items to tabs ([6f760a9](https://github.com/relative-ci/bundle-stats/commit/6f760a9316175af90405ee4c44be65f7d94b1fc1))
* **ui:** Add section - components links ([ffb9349](https://github.com/relative-ci/bundle-stats/commit/ffb9349534e4a66690945b09ec3096582e4b4b6f))
* **ui:** BundleAssets - allow to pass custom initialFilters ([c82b042](https://github.com/relative-ci/bundle-stats/commit/c82b0423db3d68ab05de7184e21d290b1674107e))
* **ui:** BundlePackages - add support for custom filters ([bc3210e](https://github.com/relative-ci/bundle-stats/commit/bc3210e4e73f77f114a6c24fbc2de0d82e6e9c95))
* **ui:** Components links - add titles ([d591218](https://github.com/relative-ci/bundle-stats/commit/d591218b5556a244fc2d3e8f20338c235f412db6))
* **ui:** DuplicatePackagesWarning - link to packages ([e65ea46](https://github.com/relative-ci/bundle-stats/commit/e65ea465052a806c20a819e848a4ae4e76279262))
* **ui:** Enable URL state ([c69cb4e](https://github.com/relative-ci/bundle-stats/commit/c69cb4eca376d1fcfa5c207704684b1bcffcda79))
* **ui:** FiltersDropdown - active filters state ([05da749](https://github.com/relative-ci/bundle-stats/commit/05da749dae06408ce779ab537ef0c8f82e859abc))
* **ui:** Summary - add item titles ([7600ab7](https://github.com/relative-ci/bundle-stats/commit/7600ab7c75de5a72adfd08692f79b218808f1526))
* **ui:** Summary - add support for item wrappers ([e07e1fe](https://github.com/relative-ci/bundle-stats/commit/e07e1fecc124c321e27a68279e76cc88150fe34a))
* **ui:** Totals - add links to BundleAssets ([50782a4](https://github.com/relative-ci/bundle-stats/commit/50782a4f9db74df93f734344c7a5d5b3a9ba0c8f))





# [2.5.0](https://github.com/relative-ci/bundle-stats/compare/v2.4.0...v2.5.0) (2021-01-08)


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.5.0"
"version": "2.6.0"
}
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.6.0](https://github.com/relative-ci/bundle-stats/compare/v2.5.0...v2.6.0) (2021-02-06)

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





# [2.5.0](https://github.com/relative-ci/bundle-stats/compare/v2.4.0...v2.5.0) (2021-01-08)

**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.5.0",
"version": "2.6.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.5.0",
"@bundle-stats/utils": "^2.5.0",
"@bundle-stats/html-templates": "^2.6.0",
"@bundle-stats/utils": "^2.6.0",
"core-js": "^3.1.4",
"find-cache-dir": "^3.1.0",
"fs-extra": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.6.0](https://github.com/relative-ci/bundle-stats/compare/v2.5.0...v2.6.0) (2021-02-06)

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





# [2.5.0](https://github.com/relative-ci/bundle-stats/compare/v2.4.0...v2.5.0) (2021-01-08)

**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.5.0",
"version": "2.6.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.5.0",
"@bundle-stats/utils": "^2.5.0",
"@bundle-stats/cli-utils": "^2.6.0",
"@bundle-stats/utils": "^2.6.0",
"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.6.0](https://github.com/relative-ci/bundle-stats/compare/v2.5.0...v2.6.0) (2021-02-06)

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





# [2.5.0](https://github.com/relative-ci/bundle-stats/compare/v2.4.0...v2.5.0) (2021-01-08)

**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.5.0",
"version": "2.6.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.5.0"
"bundle-stats-webpack-plugin": "^2.6.0"
}
}
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.6.0](https://github.com/relative-ci/bundle-stats/compare/v2.5.0...v2.6.0) (2021-02-06)


### Features

* **html-templates:** Link summary items to tabs ([6f760a9](https://github.com/relative-ci/bundle-stats/commit/6f760a9316175af90405ee4c44be65f7d94b1fc1))





# [2.5.0](https://github.com/relative-ci/bundle-stats/compare/v2.4.0...v2.5.0) (2021-01-08)


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.

8 changes: 4 additions & 4 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.5.0",
"version": "2.6.0",
"description": "HTML templates for report generation.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -69,15 +69,15 @@
"whatwg-fetch": "3.5.0"
},
"dependencies": {
"@bundle-stats/ui": "^2.5.0",
"@bundle-stats/utils": "^2.5.0",
"@bundle-stats/ui": "^2.6.0",
"@bundle-stats/utils": "^2.6.0",
"classnames": "2.2.6",
"lodash": "^4.17.11",
"preact": "10.5.9",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-router-dom": "^5.2.0",
"lodash": "^4.17.11",
"recompose": "0.30.0"
}
}
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.6.0](https://github.com/relative-ci/bundle-stats/compare/v2.5.0...v2.6.0) (2021-02-06)

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





# [2.5.0](https://github.com/relative-ci/bundle-stats/compare/v2.4.0...v2.5.0) (2021-01-08)

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

# [2.6.0](https://github.com/relative-ci/bundle-stats/compare/v2.5.0...v2.6.0) (2021-02-06)


### Bug Fixes

* **ui:** App router - use render with key ([621db45](https://github.com/relative-ci/bundle-stats/commit/621db453c873349b6661aef7adf3155c4f397725))
* **ui:** BundleAssetsTotalsTable - add custom ComponentLink prop ([958f806](https://github.com/relative-ci/bundle-stats/commit/958f80698c656eedb9ce07c404b2e405d9a03c84))
* **ui:** DuplicatePackagesWarning - add custom ComponentLink prop ([2115220](https://github.com/relative-ci/bundle-stats/commit/21152201232fa1ded3dc59a675443b4d1e61420b))
* **ui:** FiltersDropdown - vertically align input & label ([871df3a](https://github.com/relative-ci/bundle-stats/commit/871df3a562e371faf3669ef6c611dd1586dc18e6))
* **ui:** MetricTable - add styles for links ([bfd1c19](https://github.com/relative-ci/bundle-stats/commit/bfd1c1984301208427ab6821dbd2a98002b15c45))
* **ui:** Reset filters and search ([3548839](https://github.com/relative-ci/bundle-stats/commit/3548839beb302ea9a8be63f28a65036622fa07dc))
* **ui:** Router - scroll to top on change ([ce7c3b6](https://github.com/relative-ci/bundle-stats/commit/ce7c3b685189c42682487179b34133817b3b7429))


### Features

* **html-templates:** Link summary items to tabs ([6f760a9](https://github.com/relative-ci/bundle-stats/commit/6f760a9316175af90405ee4c44be65f7d94b1fc1))
* **ui:** Add section - components links ([ffb9349](https://github.com/relative-ci/bundle-stats/commit/ffb9349534e4a66690945b09ec3096582e4b4b6f))
* **ui:** BundleAssets - allow to pass custom initialFilters ([c82b042](https://github.com/relative-ci/bundle-stats/commit/c82b0423db3d68ab05de7184e21d290b1674107e))
* **ui:** BundlePackages - add support for custom filters ([bc3210e](https://github.com/relative-ci/bundle-stats/commit/bc3210e4e73f77f114a6c24fbc2de0d82e6e9c95))
* **ui:** Components links - add titles ([d591218](https://github.com/relative-ci/bundle-stats/commit/d591218b5556a244fc2d3e8f20338c235f412db6))
* **ui:** DuplicatePackagesWarning - link to packages ([e65ea46](https://github.com/relative-ci/bundle-stats/commit/e65ea465052a806c20a819e848a4ae4e76279262))
* **ui:** Enable URL state ([c69cb4e](https://github.com/relative-ci/bundle-stats/commit/c69cb4eca376d1fcfa5c207704684b1bcffcda79))
* **ui:** FiltersDropdown - active filters state ([05da749](https://github.com/relative-ci/bundle-stats/commit/05da749dae06408ce779ab537ef0c8f82e859abc))
* **ui:** Summary - add item titles ([7600ab7](https://github.com/relative-ci/bundle-stats/commit/7600ab7c75de5a72adfd08692f79b218808f1526))
* **ui:** Summary - add support for item wrappers ([e07e1fe](https://github.com/relative-ci/bundle-stats/commit/e07e1fecc124c321e27a68279e76cc88150fe34a))
* **ui:** Totals - add links to BundleAssets ([50782a4](https://github.com/relative-ci/bundle-stats/commit/50782a4f9db74df93f734344c7a5d5b3a9ba0c8f))





# [2.5.0](https://github.com/relative-ci/bundle-stats/compare/v2.4.0...v2.5.0) (2021-01-08)


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.5.0",
"version": "2.6.0",
"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.12.13",
"@babel/preset-env": "7.12.13",
"@babel/preset-react": "7.12.13",
"@bundle-stats/utils": "^2.5.0",
"@bundle-stats/utils": "^2.6.0",
"@simplyianm/babel-plugin-inline-react-svg": "1.2.0",
"@storybook/addon-knobs": "6.1.16",
"@storybook/addon-storyshots": "6.1.16",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.6.0](https://github.com/relative-ci/bundle-stats/compare/v2.5.0...v2.6.0) (2021-02-06)

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





# [2.5.0](https://github.com/relative-ci/bundle-stats/compare/v2.4.0...v2.5.0) (2021-01-08)

**Note:** Version bump only for package @bundle-stats/utils
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.5.0",
"version": "2.6.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
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.6.0](https://github.com/relative-ci/bundle-stats/compare/v2.5.0...v2.6.0) (2021-02-06)

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





# [2.5.0](https://github.com/relative-ci/bundle-stats/compare/v2.4.0...v2.5.0) (2021-01-08)

**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.5.0",
"version": "2.6.0",
"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.5.0",
"@bundle-stats/utils": "^2.5.0",
"@bundle-stats/cli-utils": "^2.6.0",
"@bundle-stats/utils": "^2.6.0",
"core-js": "^3.1.4",
"lodash": "4.17.20"
},
Expand Down

0 comments on commit df9c7f5

Please sign in to comment.