From df9c7f532233f5fc390ab790eb053b11b4e01dff Mon Sep 17 00:00:00 2001 From: Vio Date: Sat, 6 Feb 2021 12:00:29 +0100 Subject: [PATCH] :package: release v2.6.0 [ci skip] --- CHANGELOG.md | 32 +++++++++++++++++++++++ lerna.json | 2 +- packages/cli-utils/CHANGELOG.md | 8 ++++++ packages/cli-utils/package-lock.json | 2 +- packages/cli-utils/package.json | 6 ++--- packages/cli/CHANGELOG.md | 8 ++++++ packages/cli/package-lock.json | 2 +- packages/cli/package.json | 6 ++--- packages/gatsby-plugin/CHANGELOG.md | 8 ++++++ packages/gatsby-plugin/package.json | 4 +-- packages/html-templates/CHANGELOG.md | 11 ++++++++ packages/html-templates/package-lock.json | 2 +- packages/html-templates/package.json | 8 +++--- packages/next-plugin/CHANGELOG.md | 8 ++++++ packages/next-plugin/package.json | 4 +-- packages/ui/CHANGELOG.md | 32 +++++++++++++++++++++++ packages/ui/package-lock.json | 2 +- packages/ui/package.json | 4 +-- packages/utils/CHANGELOG.md | 8 ++++++ packages/utils/package-lock.json | 2 +- packages/utils/package.json | 2 +- packages/webpack-plugin/CHANGELOG.md | 8 ++++++ packages/webpack-plugin/package-lock.json | 2 +- packages/webpack-plugin/package.json | 6 ++--- 24 files changed, 150 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f9eb8d90..6fd9f8bc61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 79b5399306..230dcb5e70 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "2.5.0" + "version": "2.6.0" } diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index de0e927818..c7841345f3 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -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 diff --git a/packages/cli-utils/package-lock.json b/packages/cli-utils/package-lock.json index 0897405699..97008cd32e 100644 --- a/packages/cli-utils/package-lock.json +++ b/packages/cli-utils/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/cli-utils", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 48b6459613..12649e7389 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -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": { @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5e899df87a..52da1904a4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 9eb95312af..56dab34f7f 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "bundle-stats", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 1ee51f175f..274ca81fa8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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": { @@ -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", diff --git a/packages/gatsby-plugin/CHANGELOG.md b/packages/gatsby-plugin/CHANGELOG.md index 38ffe215ab..23d664efe5 100644 --- a/packages/gatsby-plugin/CHANGELOG.md +++ b/packages/gatsby-plugin/CHANGELOG.md @@ -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 diff --git a/packages/gatsby-plugin/package.json b/packages/gatsby-plugin/package.json index 1301fdb184..7871a10adf 100644 --- a/packages/gatsby-plugin/package.json +++ b/packages/gatsby-plugin/package.json @@ -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": { @@ -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" } } diff --git a/packages/html-templates/CHANGELOG.md b/packages/html-templates/CHANGELOG.md index 1b20ad2fb6..aca0dc369f 100644 --- a/packages/html-templates/CHANGELOG.md +++ b/packages/html-templates/CHANGELOG.md @@ -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) diff --git a/packages/html-templates/package-lock.json b/packages/html-templates/package-lock.json index d15e9fa533..12f2e6b75c 100644 --- a/packages/html-templates/package-lock.json +++ b/packages/html-templates/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/html-templates", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/html-templates/package.json b/packages/html-templates/package.json index 058fb49a4f..61b3220bf0 100644 --- a/packages/html-templates/package.json +++ b/packages/html-templates/package.json @@ -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": { @@ -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" } } diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 2b29f01b7d..2bad3c79f9 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -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 diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index d21a87aa53..e56845efec 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -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": { @@ -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" } } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index d9a06c6d60..3011030fc4 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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) diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index bb5bc7d3fc..906e7d359f 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/ui", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 97b16102eb..c678e57ef3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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", @@ -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", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index a194bf8f0a..f3a2621d9d 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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 diff --git a/packages/utils/package-lock.json b/packages/utils/package-lock.json index 4cd6f9ed52..0e5943a147 100644 --- a/packages/utils/package-lock.json +++ b/packages/utils/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/utils", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 8d72d21aef..57be5a3fc1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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", diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index b1ce013579..f923eb6b29 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -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 diff --git a/packages/webpack-plugin/package-lock.json b/packages/webpack-plugin/package-lock.json index ced549e123..7767a24dc2 100644 --- a/packages/webpack-plugin/package-lock.json +++ b/packages/webpack-plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "bundle-stats-webpack-plugin", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 7cc388609c..01e9d6a9a4 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -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", @@ -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" },