Skip to content

Commit

Permalink
DROP: v2.6.1-alpha.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Mar 4, 2021
1 parent 9da66f5 commit 33ea21d
Show file tree
Hide file tree
Showing 24 changed files with 98 additions and 26 deletions.
8 changes: 8 additions & 0 deletions 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.1-alpha.3](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.2...v2.6.1-alpha.3) (2021-03-04)

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





## [2.6.1-alpha.2](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.1...v2.6.1-alpha.2) (2021-03-04)

**Note:** Version bump only for package @bundle-state/bundle-stats
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.6.1-alpha.2"
"version": "2.6.1-alpha.3"
}
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.1-alpha.3](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.2...v2.6.1-alpha.3) (2021-03-04)

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





## [2.6.1-alpha.2](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.1...v2.6.1-alpha.2) (2021-03-04)

**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.6.1-alpha.2",
"version": "2.6.1-alpha.3",
"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.6.1-alpha.2",
"@bundle-stats/utils": "^2.6.1-alpha.2",
"@bundle-stats/html-templates": "^2.6.1-alpha.3",
"@bundle-stats/utils": "^2.6.1-alpha.3",
"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.1-alpha.3](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.2...v2.6.1-alpha.3) (2021-03-04)

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





## [2.6.1-alpha.2](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.1...v2.6.1-alpha.2) (2021-03-04)

**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.6.1-alpha.2",
"version": "2.6.1-alpha.3",
"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.6.1-alpha.2",
"@bundle-stats/utils": "^2.6.1-alpha.2",
"@bundle-stats/cli-utils": "^2.6.1-alpha.3",
"@bundle-stats/utils": "^2.6.1-alpha.3",
"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.1-alpha.3](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.2...v2.6.1-alpha.3) (2021-03-04)

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





## [2.6.1-alpha.2](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.1...v2.6.1-alpha.2) (2021-03-04)

**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.6.1-alpha.2",
"version": "2.6.1-alpha.3",
"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.6.1-alpha.2"
"bundle-stats-webpack-plugin": "^2.6.1-alpha.3"
}
}
8 changes: 8 additions & 0 deletions packages/html-templates/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.1-alpha.3](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.2...v2.6.1-alpha.3) (2021-03-04)

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





## [2.6.1-alpha.2](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.1...v2.6.1-alpha.2) (2021-03-04)

**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.6.1-alpha.2",
"version": "2.6.1-alpha.3",
"description": "HTML templates for report generation.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -69,8 +69,8 @@
"whatwg-fetch": "3.5.0"
},
"dependencies": {
"@bundle-stats/ui": "^2.6.1-alpha.2",
"@bundle-stats/utils": "^2.6.1-alpha.2",
"@bundle-stats/ui": "^2.6.1-alpha.3",
"@bundle-stats/utils": "^2.6.1-alpha.3",
"classnames": "2.2.6",
"lodash": "^4.17.11",
"preact": "10.5.9",
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.6.1-alpha.3](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.2...v2.6.1-alpha.3) (2021-03-04)

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





## [2.6.1-alpha.2](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.1...v2.6.1-alpha.2) (2021-03-04)

**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.6.1-alpha.2",
"version": "2.6.1-alpha.3",
"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.6.1-alpha.2"
"bundle-stats-webpack-plugin": "^2.6.1-alpha.3"
}
}
8 changes: 8 additions & 0 deletions packages/ui/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.1-alpha.3](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.2...v2.6.1-alpha.3) (2021-03-04)

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





## [2.6.1-alpha.2](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.1...v2.6.1-alpha.2) (2021-03-04)

**Note:** Version bump only for package @bundle-stats/ui
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.6.1-alpha.2",
"version": "2.6.1-alpha.3",
"description": "UI components for BundleStats projects.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -41,7 +41,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.6.1-alpha.2",
"@bundle-stats/utils": "^2.6.1-alpha.3",
"@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.1-alpha.3](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.2...v2.6.1-alpha.3) (2021-03-04)

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





## [2.6.1-alpha.2](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.1...v2.6.1-alpha.2) (2021-03-04)

**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.6.1-alpha.2",
"version": "2.6.1-alpha.3",
"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.1-alpha.3](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.2...v2.6.1-alpha.3) (2021-03-04)

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





## [2.6.1-alpha.2](https://github.com/relative-ci/bundle-stats/compare/v2.6.1-alpha.1...v2.6.1-alpha.2) (2021-03-04)

**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.6.1-alpha.2",
"version": "2.6.1-alpha.3",
"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.6.1-alpha.2",
"@bundle-stats/utils": "^2.6.1-alpha.2",
"@bundle-stats/cli-utils": "^2.6.1-alpha.3",
"@bundle-stats/utils": "^2.6.1-alpha.3",
"core-js": "^3.1.4",
"lodash": "4.17.20"
},
Expand Down

0 comments on commit 33ea21d

Please sign in to comment.