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.1
 - @webpack-cli/generate-plugin@1.0.1
 - @webpack-cli/generators@1.0.1
 - @webpack-cli/info@1.0.1
 - @webpack-cli/init@1.0.1
 - @webpack-cli/migrate@1.0.1
 - @webpack-cli/serve@1.0.1
 - @webpack-cli/utils@1.0.1
 - webpack-cli@4.0.0
 - @webpack-cli/webpack-scaffold@1.0.1
  • Loading branch information
alexander-akait committed Oct 10, 2020
1 parent b78463a commit e9fd593
Show file tree
Hide file tree
Showing 20 changed files with 82 additions and 20 deletions.
6 changes: 6 additions & 0 deletions packages/generate-loader/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.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

- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1))

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

### 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-rc.1",
"version": "1.0.1",
"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-rc.1",
"@webpack-cli/generators": "^1.0.1",
"yeoman-environment": "^2.10.3"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/generate-plugin/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.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

- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1))

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

### 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-rc.1",
"version": "1.0.1",
"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-rc.1",
"@webpack-cli/generators": "^1.0.1",
"yeoman-environment": "^2.10.3"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/generators/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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

- cleanup `package-utils` package ([#1822](https://github.com/webpack/webpack-cli/issues/1822)) ([fd5b92b](https://github.com/webpack/webpack-cli/commit/fd5b92b3cd40361daec5bf4486e455a41f4c9738))
- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1))

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

### 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-rc.1",
"version": "1.0.1",
"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-rc.1",
"@webpack-cli/webpack-scaffold": "^1.0.1-rc.1",
"@webpack-cli/utils": "^1.0.1",
"@webpack-cli/webpack-scaffold": "^1.0.1",
"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.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

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/info/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/info",
"version": "1.0.1-rc.1",
"version": "1.0.1",
"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.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

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

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/init/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/init",
"version": "1.0.1-rc.1",
"version": "1.0.1",
"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-rc.1",
"@webpack-cli/utils": "^1.0.1-rc.1"
"@webpack-cli/generators": "^1.0.1",
"@webpack-cli/utils": "^1.0.1"
},
"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.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

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/migrate",
"version": "1.0.1-rc.1",
"version": "1.0.1",
"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-rc.1",
"@webpack-cli/utils": "^1.0.1",
"colorette": "^1.2.1",
"diff": "^4.0.2",
"inquirer": "^7.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/serve/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.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.0.1-rc.1...@webpack-cli/serve@1.0.1) (2020-10-10)

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

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

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

## [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

- cleanup `package-utils` package ([#1822](https://github.com/webpack/webpack-cli/issues/1822)) ([fd5b92b](https://github.com/webpack/webpack-cli/commit/fd5b92b3cd40361daec5bf4486e455a41f4c9738))
- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1))

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

### 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-rc.1",
"version": "1.0.1",
"description": "webpack-cli utility files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/webpack-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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

- add compilation lifecycle in watch instance ([#1903](https://github.com/webpack/webpack-cli/issues/1903)) ([02b6d21](https://github.com/webpack/webpack-cli/commit/02b6d21eaa20166a7ed37816de716b8fc22b756a))
- cleanup `package-utils` package ([#1822](https://github.com/webpack/webpack-cli/issues/1822)) ([fd5b92b](https://github.com/webpack/webpack-cli/commit/fd5b92b3cd40361daec5bf4486e455a41f4c9738))
- cli-executer supplies args further up ([#1904](https://github.com/webpack/webpack-cli/issues/1904)) ([097564a](https://github.com/webpack/webpack-cli/commit/097564a851b36b63e0a6bf88144997ef65aa057a))
- exit code for validation errors ([59f6303](https://github.com/webpack/webpack-cli/commit/59f63037fcbdbb8934b578b9adf5725bc4ae1235))
- exit process in case of schema errors ([71e89b4](https://github.com/webpack/webpack-cli/commit/71e89b4092d953ea587cc4f606451ab78cbcdb93))

### Features

- assign config paths in build dependencies in cache config ([#1900](https://github.com/webpack/webpack-cli/issues/1900)) ([7e90f11](https://github.com/webpack/webpack-cli/commit/7e90f110b119f36ef9def4f66cf4e17ccf1438cd))

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

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
"version": "4.0.0-rc.1",
"version": "4.0.0",
"description": "CLI for webpack & friends",
"license": "MIT",
"repository": {
Expand All @@ -27,9 +27,9 @@
"lib"
],
"dependencies": {
"@webpack-cli/info": "^1.0.1-rc.1",
"@webpack-cli/init": "^1.0.1-rc.1",
"@webpack-cli/serve": "^1.0.1-rc.1",
"@webpack-cli/info": "^1.0.1",
"@webpack-cli/init": "^1.0.1",
"@webpack-cli/serve": "^1.0.1",
"ansi-escapes": "^4.3.1",
"colorette": "^1.2.1",
"command-line-usage": "^6.1.0",
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.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

- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1))

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

**Note:** Version bump only for package @webpack-cli/webpack-scaffold
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-rc.1",
"version": "1.0.1",
"description": "Utility files for webpack-scaffold",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e9fd593

Please sign in to comment.