Skip to content

Commit

Permalink
chore(release): publish new version
Browse files Browse the repository at this point in the history
 - @webpack-cli/generate-loader@1.0.2
 - @webpack-cli/generate-plugin@1.0.2
 - @webpack-cli/generators@1.0.2
 - @webpack-cli/info@1.0.2
 - @webpack-cli/init@1.0.2
 - @webpack-cli/migrate@1.0.2
 - @webpack-cli/utils@1.0.2
 - webpack-cli@4.1.0
 - @webpack-cli/webpack-scaffold@1.0.2
  • Loading branch information
alexander-akait committed Oct 19, 2020
1 parent 90b4583 commit e3fa60b
Show file tree
Hide file tree
Showing 18 changed files with 70 additions and 17 deletions.
4 changes: 4 additions & 0 deletions packages/generate-loader/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.

This comment has been minimized.

Copy link
@amureki

amureki Oct 21, 2020

Greetings!
Is there any possibility we could update the changelog and latest GitHub release?
Both are pointing to 4.0.0, while something is breaking in 4.1.0 and I have no idea what are the changes here...

See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generate-loader@1.0.1...@webpack-cli/generate-loader@1.0.2) (2020-10-19)

**Note:** Version bump only for package @webpack-cli/generate-loader

## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generate-loader@1.0.1-rc.1...@webpack-cli/generate-loader@1.0.1) (2020-10-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/generate-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generate-loader",
"version": "1.0.1",
"version": "1.0.2",
"description": "A scaffold for generating a loader",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"templates"
],
"dependencies": {
"@webpack-cli/generators": "^1.0.1",
"@webpack-cli/generators": "^1.0.2",
"yeoman-environment": "^2.10.3"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/generate-plugin/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generate-plugin@1.0.1...@webpack-cli/generate-plugin@1.0.2) (2020-10-19)

**Note:** Version bump only for package @webpack-cli/generate-plugin

## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generate-plugin@1.0.1-rc.1...@webpack-cli/generate-plugin@1.0.1) (2020-10-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/generate-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generate-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "A scaffold for generating a plugin",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"templates"
],
"dependencies": {
"@webpack-cli/generators": "^1.0.1",
"@webpack-cli/generators": "^1.0.2",
"yeoman-environment": "^2.10.3"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/generators/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@1.0.1...@webpack-cli/generators@1.0.2) (2020-10-19)

### Bug Fixes

- output stacktrace on errors ([#1949](https://github.com/webpack/webpack-cli/issues/1949)) ([9ba9d6f](https://github.com/webpack/webpack-cli/commit/9ba9d6f460fb25fb79d52f4360239b8c4b471451))

## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@1.0.1-rc.1...@webpack-cli/generators@1.0.1) (2020-10-10)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/generators/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generators",
"version": "1.0.1",
"version": "1.0.2",
"description": "Webpack-CLI generators",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,8 +14,8 @@
"templates"
],
"dependencies": {
"@webpack-cli/utils": "^1.0.1",
"@webpack-cli/webpack-scaffold": "^1.0.1",
"@webpack-cli/utils": "^1.0.2",
"@webpack-cli/webpack-scaffold": "^1.0.2",
"colorette": "^1.2.1",
"log-symbols": "^4.0.0",
"mkdirp": "^1.0.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/info/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.0.1...@webpack-cli/info@1.0.2) (2020-10-19)

**Note:** Version bump only for package @webpack-cli/info

## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.0.1-rc.1...@webpack-cli/info@1.0.1) (2020-10-10)

**Note:** Version bump only for package @webpack-cli/info
Expand Down
2 changes: 1 addition & 1 deletion packages/info/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/info",
"version": "1.0.1",
"version": "1.0.2",
"description": "Outputs info about system and webpack config",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/init/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/init@1.0.1...@webpack-cli/init@1.0.2) (2020-10-19)

**Note:** Version bump only for package @webpack-cli/init

## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/init@1.0.1-rc.1...@webpack-cli/init@1.0.1) (2020-10-10)

**Note:** Version bump only for package @webpack-cli/init
Expand Down
6 changes: 3 additions & 3 deletions packages/init/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/init",
"version": "1.0.1",
"version": "1.0.2",
"description": "init command for webpack-cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,8 +12,8 @@
"lib"
],
"dependencies": {
"@webpack-cli/generators": "^1.0.1",
"@webpack-cli/utils": "^1.0.1"
"@webpack-cli/generators": "^1.0.2",
"@webpack-cli/utils": "^1.0.2"
},
"peerDependencies": {
"webpack": "4.x.x || 5.x.x",
Expand Down
4 changes: 4 additions & 0 deletions packages/migrate/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/migrate@1.0.1...@webpack-cli/migrate@1.0.2) (2020-10-19)

**Note:** Version bump only for package @webpack-cli/migrate

## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/migrate@1.0.1-rc.1...@webpack-cli/migrate@1.0.1) (2020-10-10)

**Note:** Version bump only for package @webpack-cli/migrate
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/migrate",
"version": "1.0.1",
"version": "1.0.2",
"description": "Migrate command for webpack-cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"lib"
],
"dependencies": {
"@webpack-cli/utils": "^1.0.1",
"@webpack-cli/utils": "^1.0.2",
"colorette": "^1.2.1",
"diff": "^4.0.2",
"inquirer": "^7.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/utils@1.0.1...@webpack-cli/utils@1.0.2) (2020-10-19)

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

## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/utils@1.0.1-rc.1...@webpack-cli/utils@1.0.1) (2020-10-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/utils",
"version": "1.0.1",
"version": "1.0.2",
"description": "webpack-cli utility files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/webpack-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.1.0](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.0.0...webpack-cli@4.1.0) (2020-10-19)

### Bug Fixes

- avoid unnecessary stringify ([#1920](https://github.com/webpack/webpack-cli/issues/1920)) ([5ef1e7b](https://github.com/webpack/webpack-cli/commit/5ef1e7b074390406b76cb3e25dd90f045e1bd8a2))
- colored output ([#1944](https://github.com/webpack/webpack-cli/issues/1944)) ([2bbbb14](https://github.com/webpack/webpack-cli/commit/2bbbb14ca9a404f2205c0f5a5515e73832ee6173))
- move init command to separate package ([#1950](https://github.com/webpack/webpack-cli/issues/1950)) ([92ad475](https://github.com/webpack/webpack-cli/commit/92ad475d4b9606b5db7c31dd3666658301c95597))
- output stacktrace on errors ([#1949](https://github.com/webpack/webpack-cli/issues/1949)) ([9ba9d6f](https://github.com/webpack/webpack-cli/commit/9ba9d6f460fb25fb79d52f4360239b8c4b471451))
- run CLI after webpack installation ([#1951](https://github.com/webpack/webpack-cli/issues/1951)) ([564279e](https://github.com/webpack/webpack-cli/commit/564279e5b634a399647bcdb21449e5e6a7f0637e))
- support any config name ([#1926](https://github.com/webpack/webpack-cli/issues/1926)) ([6f95b26](https://github.com/webpack/webpack-cli/commit/6f95b267bf6a3a3e71360f4de176a4ebbec3afa1))
- support array of functions and promises ([#1946](https://github.com/webpack/webpack-cli/issues/1946)) ([2ace39b](https://github.com/webpack/webpack-cli/commit/2ace39b06117f558c0d8528cea9248253cbdf593))
- watch mode and options ([#1931](https://github.com/webpack/webpack-cli/issues/1931)) ([258219a](https://github.com/webpack/webpack-cli/commit/258219a3bb606b228636e6373a3d20413c1f660e))

### Features

- allow passing strings in env flag ([#1939](https://github.com/webpack/webpack-cli/issues/1939)) ([cc081a2](https://github.com/webpack/webpack-cli/commit/cc081a256181e34137a89d2e9d37b04280b3f180))

# [4.0.0](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.0.0-rc.1...webpack-cli@4.0.0) (2020-10-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
"version": "4.0.0",
"version": "4.1.0",
"description": "CLI for webpack & friends",
"license": "MIT",
"repository": {
Expand All @@ -27,7 +27,7 @@
"lib"
],
"dependencies": {
"@webpack-cli/info": "^1.0.1",
"@webpack-cli/info": "^1.0.2",
"@webpack-cli/serve": "^1.0.1",
"ansi-escapes": "^4.3.1",
"colorette": "^1.2.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack-scaffold/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/webpack-scaffold@1.0.1...@webpack-cli/webpack-scaffold@1.0.2) (2020-10-19)

### Bug Fixes

- support array of functions and promises ([#1946](https://github.com/webpack/webpack-cli/issues/1946)) ([2ace39b](https://github.com/webpack/webpack-cli/commit/2ace39b06117f558c0d8528cea9248253cbdf593))

## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/webpack-scaffold@1.0.1-rc.1...@webpack-cli/webpack-scaffold@1.0.1) (2020-10-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-scaffold/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/webpack-scaffold",
"version": "1.0.1",
"version": "1.0.2",
"description": "Utility files for webpack-scaffold",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e3fa60b

Please sign in to comment.