Skip to content

Commit

Permalink
📦 release v3.1.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Jul 28, 2021
1 parent a5bc634 commit 750818a
Show file tree
Hide file tree
Showing 27 changed files with 205 additions and 29 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,57 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/relative-ci/bundle-stats/compare/v3.0.1...v3.1.0) (2021-07-28)


### Bug Fixes

* **ui:** Add missing focus styles ([8ea9952](https://github.com/relative-ci/bundle-stats/commit/8ea9952ce2b99d62ed9ae4a71bf932ece551a353))
* **ui:** BundlePackages - filter by duplicate across the jobs ([0d025dc](https://github.com/relative-ci/bundle-stats/commit/0d025dc596c1326435afeaddb3d23bf6e1f6776a))
* **ui:** BundlePackages - use package path for module searching ([c447a2d](https://github.com/relative-ci/bundle-stats/commit/c447a2d90cfa413b913e560f0e507ae273fdd948))
* **ui:** Dropdown - consistent look & feel ([a1862c7](https://github.com/relative-ci/bundle-stats/commit/a1862c7c5f5c4f90dacf9ee42325ac2575fbdec0))
* **ui:** Filters - run filters group change in one operation ([8de3457](https://github.com/relative-ci/bundle-stats/commit/8de3457ea92b8135abcd1e4cf24455f66ae8bcd1))
* **ui:** Fix line-height ([6842c66](https://github.com/relative-ci/bundle-stats/commit/6842c66a4b98cedcddec1cf34691d810411327db))
* **ui:** FlexStack - use margin-right for gap ([4524989](https://github.com/relative-ci/bundle-stats/commit/45249891b7e8b5e0b81dd3b0882439cf7f8a265d))
* **ui:** Footer - remove unnecessary links ([0e7c857](https://github.com/relative-ci/bundle-stats/commit/0e7c857b01babb9fb302f1800ca30100e4f34dac))
* **ui:** Import utils dependencies from root ([673ce03](https://github.com/relative-ci/bundle-stats/commit/673ce03a578152632e4a0d68395c669977e1b655))
* **ui:** JobHeader - fix content spacing ([ffada10](https://github.com/relative-ci/bundle-stats/commit/ffada100d09b594350356a8e1d35d68af72c27af))
* **ui:** MetricsTable - add back empty message state ([2af2547](https://github.com/relative-ci/bundle-stats/commit/2af254766f5f5811a2c969e204037ccfa559b5ea))
* **ui:** MetricsTableSearch - do not show text underneath ([6ecb9f1](https://github.com/relative-ci/bundle-stats/commit/6ecb9f1bc9fb088aea1adf3642e1923829725e2f))
* **ui:** Move variables to the specific file ([a6f94c7](https://github.com/relative-ci/bundle-stats/commit/a6f94c70e38ed4eddb43a92b70902709150cc6f8))
* **ui:** Popover - close icon size ([5cc567f](https://github.com/relative-ci/bundle-stats/commit/5cc567fcc5aa583ac9534787d091dfd183334586))
* **ui:** Popover - inherit line-height ([4cba1fd](https://github.com/relative-ci/bundle-stats/commit/4cba1fdb40f5460c4cf485b52fffff0a649694f3))
* **ui:** Revert style-loader ([c320f5c](https://github.com/relative-ci/bundle-stats/commit/c320f5cd283979f22315be34b7fc6eb12c779949))
* **ui:** RunLabelSum - remove obsolete ([df68b38](https://github.com/relative-ci/bundle-stats/commit/df68b383189219c23c897ada60c17cd1b87c3bce))
* **ui:** Skeleton - allow rest props ([5ddb0ea](https://github.com/relative-ci/bundle-stats/commit/5ddb0ea8aed0a053fd8011f4a2425a42ce526dd0))
* **ui:** Stack - use margin-bottom for spacing ([04eff1c](https://github.com/relative-ci/bundle-stats/commit/04eff1cfa362fa6c5a09c9945c98481400e2957c))
* **ui:** Table - add outline variation ([cf82d92](https://github.com/relative-ci/bundle-stats/commit/cf82d920a04cddadb1876f316d9f6794815769fc))
* **ui:** Tabs - use text-light as active/focus/hover ([a371787](https://github.com/relative-ci/bundle-stats/commit/a3717871ddb4ff04f8ab27fbd30c2a44bf3d3f64))
* **utils:** Assets - replace 5 char hashes ([f0d6bd2](https://github.com/relative-ci/bundle-stats/commit/f0d6bd26c6ab3e54d548bbb2756d76708ea8bce1))
* **utils:** ModuleName - replace invalid css prefix ([9b7111c](https://github.com/relative-ci/bundle-stats/commit/9b7111cd5e5137a875525d54948c6a7e48795023))


### Features

* BundleModules - filter by source type ([e494b23](https://github.com/relative-ci/bundle-stats/commit/e494b2312841bd767321f2677c6502f23478bca5))
* **ui:** Add Input component ([7c26b86](https://github.com/relative-ci/bundle-stats/commit/7c26b8600b78d3aa515d22a954334926d776baf5))
* **ui:** Add Skeleton component ([895ede4](https://github.com/relative-ci/bundle-stats/commit/895ede450e4d3060e400fe463c788047bad8ef2c))
* **utils:** Webpack compare - pass row transformers ([b5f9728](https://github.com/relative-ci/bundle-stats/commit/b5f9728b4afd11cebc958ef11f70fbcaffe7716e))


### Performance Improvements

* **utils:** mergeMetricsByKey - run addRowMetricData in one step ([9203549](https://github.com/relative-ci/bundle-stats/commit/92035497f2082d5e676facf23fb748ecc1134668))


### Reverts

* Revert "build(utils): tsconfig - fix rootDir" ([7f2f753](https://github.com/relative-ci/bundle-stats/commit/7f2f753dcc8ed3393f54772f69db367b589f3389))





## [3.0.1](https://github.com/relative-ci/bundle-stats/compare/v3.0.0...v3.0.1) (2021-06-06)


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": "3.0.1"
"version": "3.1.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.

# [3.1.0](https://github.com/relative-ci/bundle-stats/compare/v3.0.1...v3.1.0) (2021-07-28)

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





## [3.0.1](https://github.com/relative-ci/bundle-stats/compare/v3.0.0...v3.0.1) (2021-06-06)

**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": "3.0.1",
"version": "3.1.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": "^3.0.1",
"@bundle-stats/utils": "^3.0.1",
"@bundle-stats/html-templates": "^3.1.0",
"@bundle-stats/utils": "^3.1.0",
"core-js": "^3.15.2",
"find-cache-dir": "^3.1.0",
"fs-extra": "^10.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.

# [3.1.0](https://github.com/relative-ci/bundle-stats/compare/v3.0.1...v3.1.0) (2021-07-28)

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





## [3.0.1](https://github.com/relative-ci/bundle-stats/compare/v3.0.0...v3.0.1) (2021-06-06)

**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": "3.0.1",
"version": "3.1.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": "^3.0.1",
"@bundle-stats/utils": "^3.0.1",
"@bundle-stats/cli-utils": "^3.1.0",
"@bundle-stats/utils": "^3.1.0",
"boxen": "^5.0.0",
"core-js": "^3.15.2",
"fs-extra": "10.0.0",
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.

# [3.1.0](https://github.com/relative-ci/bundle-stats/compare/v3.0.1...v3.1.0) (2021-07-28)

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





## [3.0.1](https://github.com/relative-ci/bundle-stats/compare/v3.0.0...v3.0.1) (2021-06-06)

**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": "3.0.1",
"version": "3.1.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": "^3.0.1"
"bundle-stats-webpack-plugin": "^3.1.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.

# [3.1.0](https://github.com/relative-ci/bundle-stats/compare/v3.0.1...v3.1.0) (2021-07-28)


### Bug Fixes

* **ui:** Footer - remove unnecessary links ([0e7c857](https://github.com/relative-ci/bundle-stats/commit/0e7c857b01babb9fb302f1800ca30100e4f34dac))





## [3.0.1](https://github.com/relative-ci/bundle-stats/compare/v3.0.0...v3.0.1) (2021-06-06)

**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": "3.0.1",
"version": "3.1.0",
"description": "HTML templates for report generation.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -68,8 +68,8 @@
"whatwg-fetch": "3.6.2"
},
"dependencies": {
"@bundle-stats/ui": "^3.0.1",
"@bundle-stats/utils": "^3.0.1",
"@bundle-stats/ui": "^3.1.0",
"@bundle-stats/utils": "^3.1.0",
"classnames": "2.3.1",
"lodash": "^4.17.21",
"preact": "10.5.14",
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.

# [3.1.0](https://github.com/relative-ci/bundle-stats/compare/v3.0.1...v3.1.0) (2021-07-28)

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





## [3.0.1](https://github.com/relative-ci/bundle-stats/compare/v3.0.0...v3.0.1) (2021-06-06)

**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": "3.0.1",
"version": "3.1.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": "^3.0.1"
"bundle-stats-webpack-plugin": "^3.1.0"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-webpack-filter/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.

# [3.1.0](https://github.com/relative-ci/bundle-stats/compare/v3.0.1...v3.1.0) (2021-07-28)

**Note:** Version bump only for package @bundle-stats/plugin-webpack-filter
2 changes: 1 addition & 1 deletion packages/plugin-webpack-filter/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/plugin-webpack-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/plugin-webpack-filter",
"version": "3.0.1",
"version": "3.1.0",
"description": "BundleStats webpack filter plugin",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down
38 changes: 38 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/relative-ci/bundle-stats/compare/v3.0.1...v3.1.0) (2021-07-28)


### Bug Fixes

* **ui:** Add missing focus styles ([8ea9952](https://github.com/relative-ci/bundle-stats/commit/8ea9952ce2b99d62ed9ae4a71bf932ece551a353))
* **ui:** BundlePackages - filter by duplicate across the jobs ([0d025dc](https://github.com/relative-ci/bundle-stats/commit/0d025dc596c1326435afeaddb3d23bf6e1f6776a))
* **ui:** BundlePackages - use package path for module searching ([c447a2d](https://github.com/relative-ci/bundle-stats/commit/c447a2d90cfa413b913e560f0e507ae273fdd948))
* **ui:** Dropdown - consistent look & feel ([a1862c7](https://github.com/relative-ci/bundle-stats/commit/a1862c7c5f5c4f90dacf9ee42325ac2575fbdec0))
* **ui:** Filters - run filters group change in one operation ([8de3457](https://github.com/relative-ci/bundle-stats/commit/8de3457ea92b8135abcd1e4cf24455f66ae8bcd1))
* **ui:** Fix line-height ([6842c66](https://github.com/relative-ci/bundle-stats/commit/6842c66a4b98cedcddec1cf34691d810411327db))
* **ui:** FlexStack - use margin-right for gap ([4524989](https://github.com/relative-ci/bundle-stats/commit/45249891b7e8b5e0b81dd3b0882439cf7f8a265d))
* **ui:** Footer - remove unnecessary links ([0e7c857](https://github.com/relative-ci/bundle-stats/commit/0e7c857b01babb9fb302f1800ca30100e4f34dac))
* **ui:** Import utils dependencies from root ([673ce03](https://github.com/relative-ci/bundle-stats/commit/673ce03a578152632e4a0d68395c669977e1b655))
* **ui:** JobHeader - fix content spacing ([ffada10](https://github.com/relative-ci/bundle-stats/commit/ffada100d09b594350356a8e1d35d68af72c27af))
* **ui:** MetricsTable - add back empty message state ([2af2547](https://github.com/relative-ci/bundle-stats/commit/2af254766f5f5811a2c969e204037ccfa559b5ea))
* **ui:** MetricsTableSearch - do not show text underneath ([6ecb9f1](https://github.com/relative-ci/bundle-stats/commit/6ecb9f1bc9fb088aea1adf3642e1923829725e2f))
* **ui:** Move variables to the specific file ([a6f94c7](https://github.com/relative-ci/bundle-stats/commit/a6f94c70e38ed4eddb43a92b70902709150cc6f8))
* **ui:** Popover - close icon size ([5cc567f](https://github.com/relative-ci/bundle-stats/commit/5cc567fcc5aa583ac9534787d091dfd183334586))
* **ui:** Popover - inherit line-height ([4cba1fd](https://github.com/relative-ci/bundle-stats/commit/4cba1fdb40f5460c4cf485b52fffff0a649694f3))
* **ui:** Revert style-loader ([c320f5c](https://github.com/relative-ci/bundle-stats/commit/c320f5cd283979f22315be34b7fc6eb12c779949))
* **ui:** RunLabelSum - remove obsolete ([df68b38](https://github.com/relative-ci/bundle-stats/commit/df68b383189219c23c897ada60c17cd1b87c3bce))
* **ui:** Skeleton - allow rest props ([5ddb0ea](https://github.com/relative-ci/bundle-stats/commit/5ddb0ea8aed0a053fd8011f4a2425a42ce526dd0))
* **ui:** Stack - use margin-bottom for spacing ([04eff1c](https://github.com/relative-ci/bundle-stats/commit/04eff1cfa362fa6c5a09c9945c98481400e2957c))
* **ui:** Table - add outline variation ([cf82d92](https://github.com/relative-ci/bundle-stats/commit/cf82d920a04cddadb1876f316d9f6794815769fc))
* **ui:** Tabs - use text-light as active/focus/hover ([a371787](https://github.com/relative-ci/bundle-stats/commit/a3717871ddb4ff04f8ab27fbd30c2a44bf3d3f64))


### Features

* BundleModules - filter by source type ([e494b23](https://github.com/relative-ci/bundle-stats/commit/e494b2312841bd767321f2677c6502f23478bca5))
* **ui:** Add Input component ([7c26b86](https://github.com/relative-ci/bundle-stats/commit/7c26b8600b78d3aa515d22a954334926d776baf5))
* **ui:** Add Skeleton component ([895ede4](https://github.com/relative-ci/bundle-stats/commit/895ede450e4d3060e400fe463c788047bad8ef2c))





## [3.0.1](https://github.com/relative-ci/bundle-stats/compare/v3.0.0...v3.0.1) (2021-06-06)


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": "3.0.1",
"version": "3.1.0",
"description": "UI components for BundleStats projects.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -87,7 +87,7 @@
"recompose": "^0.30.0"
},
"dependencies": {
"@bundle-stats/utils": "^3.0.1",
"@bundle-stats/utils": "^3.1.0",
"date-fns": "^2.6.0",
"query-string": "^7.0.0",
"reakit": "^1.3.6",
Expand Down
28 changes: 28 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/relative-ci/bundle-stats/compare/v3.0.1...v3.1.0) (2021-07-28)


### Bug Fixes

* **utils:** Assets - replace 5 char hashes ([f0d6bd2](https://github.com/relative-ci/bundle-stats/commit/f0d6bd26c6ab3e54d548bbb2756d76708ea8bce1))
* **utils:** ModuleName - replace invalid css prefix ([9b7111c](https://github.com/relative-ci/bundle-stats/commit/9b7111cd5e5137a875525d54948c6a7e48795023))


### Features

* BundleModules - filter by source type ([e494b23](https://github.com/relative-ci/bundle-stats/commit/e494b2312841bd767321f2677c6502f23478bca5))
* **utils:** Webpack compare - pass row transformers ([b5f9728](https://github.com/relative-ci/bundle-stats/commit/b5f9728b4afd11cebc958ef11f70fbcaffe7716e))


### Performance Improvements

* **utils:** mergeMetricsByKey - run addRowMetricData in one step ([9203549](https://github.com/relative-ci/bundle-stats/commit/92035497f2082d5e676facf23fb748ecc1134668))


### Reverts

* Revert "build(utils): tsconfig - fix rootDir" ([7f2f753](https://github.com/relative-ci/bundle-stats/commit/7f2f753dcc8ed3393f54772f69db367b589f3389))





## [3.0.1](https://github.com/relative-ci/bundle-stats/compare/v3.0.0...v3.0.1) (2021-06-06)

**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.

Loading

0 comments on commit 750818a

Please sign in to comment.