Skip to content

Commit

Permalink
chore(release): publish new version
Browse files Browse the repository at this point in the history
 - @webpack-cli/configtest@1.0.1
 - @webpack-cli/generators@1.3.1
 - @webpack-cli/info@1.2.2
 - @webpack-cli/init@1.1.3
 - @webpack-cli/serve@1.3.0
 - webpack-cli@4.5.0
  • Loading branch information
alexander-akait committed Feb 2, 2021
1 parent e5126f1 commit 3bbda71
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 10 deletions.
6 changes: 6 additions & 0 deletions packages/configtest/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/configtest@1.0.0...@webpack-cli/configtest@1.0.1) (2021-02-02)

### Bug Fixes

- improve description for 'configtest' command ([#2379](https://github.com/webpack/webpack-cli/issues/2379)) ([311bae3](https://github.com/webpack/webpack-cli/commit/311bae336d83424c800e553b6ef40242d967685c))

# 1.0.0 (2021-01-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/configtest/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/configtest",
"version": "1.0.0",
"version": "1.0.1",
"description": "Validate a webpack configuration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/generators/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.3.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@1.3.0...@webpack-cli/generators@1.3.1) (2021-02-02)

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

# [1.3.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@1.2.1...@webpack-cli/generators@1.3.0) (2021-01-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/generators/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generators",
"version": "1.3.0",
"version": "1.3.1",
"description": "Webpack-CLI generators",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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.2.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.2.1...@webpack-cli/info@1.2.2) (2021-02-02)

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

## [1.2.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.2.0...@webpack-cli/info@1.2.1) (2020-12-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/info/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/info",
"version": "1.2.1",
"version": "1.2.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.1.3](https://github.com/webpack/webpack-cli/compare/@webpack-cli/init@1.1.2...@webpack-cli/init@1.1.3) (2021-02-02)

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

## [1.1.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/init@1.1.1...@webpack-cli/init@1.1.2) (2021-01-19)

**Note:** Version bump only for package @webpack-cli/init
Expand Down
4 changes: 2 additions & 2 deletions packages/init/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/init",
"version": "1.1.2",
"version": "1.1.3",
"description": "init command for webpack-cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"lib"
],
"dependencies": {
"@webpack-cli/generators": "^1.3.0"
"@webpack-cli/generators": "^1.3.1"
},
"peerDependencies": {
"webpack": "4.x.x || 5.x.x",
Expand Down
11 changes: 11 additions & 0 deletions packages/serve/CHANGELOG.md
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.

# [1.3.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.2.2...@webpack-cli/serve@1.3.0) (2021-02-02)

### Bug Fixes

- avoid deprecation message ([9d6dbda](https://github.com/webpack/webpack-cli/commit/9d6dbda93da167a1aaad03f599105a4fe7849dc3))
- error message on invalid plugin options ([#2380](https://github.com/webpack/webpack-cli/issues/2380)) ([f9ce1d3](https://github.com/webpack/webpack-cli/commit/f9ce1d30b83bf0e0b4d91498d012c13c208e6e67))

### Features

- entries syntax ([#2369](https://github.com/webpack/webpack-cli/issues/2369)) ([6b31614](https://github.com/webpack/webpack-cli/commit/6b3161479578f572f803f579c7e71073eb797184))

## [1.2.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.2.1...@webpack-cli/serve@1.2.2) (2021-01-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/serve/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/serve",
"version": "1.2.2",
"version": "1.3.0",
"description": "",
"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.5.0](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.4.0...webpack-cli@4.5.0) (2021-02-02)

### Bug Fixes

- avoid deprecation message ([9d6dbda](https://github.com/webpack/webpack-cli/commit/9d6dbda93da167a1aaad03f599105a4fe7849dc3))
- error message on invalid plugin options ([#2380](https://github.com/webpack/webpack-cli/issues/2380)) ([f9ce1d3](https://github.com/webpack/webpack-cli/commit/f9ce1d30b83bf0e0b4d91498d012c13c208e6e67))
- improve description for 'configtest' command ([#2379](https://github.com/webpack/webpack-cli/issues/2379)) ([311bae3](https://github.com/webpack/webpack-cli/commit/311bae336d83424c800e553b6ef40242d967685c))

### Features

- add the `--node-env` flag ([#2388](https://github.com/webpack/webpack-cli/issues/2388)) ([e5126f1](https://github.com/webpack/webpack-cli/commit/e5126f10b6622437c0541c25be2a610a82c1df04))
- entries syntax ([#2369](https://github.com/webpack/webpack-cli/issues/2369)) ([6b31614](https://github.com/webpack/webpack-cli/commit/6b3161479578f572f803f579c7e71073eb797184))
- support ES module configuration format ([#2381](https://github.com/webpack/webpack-cli/issues/2381)) ([aebdbbc](https://github.com/webpack/webpack-cli/commit/aebdbbc1f6e2761e7821cb3660bea686cce7b587))

# [4.4.0](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.1...webpack-cli@4.4.0) (2021-01-19)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
"version": "4.4.0",
"version": "4.5.0",
"description": "CLI for webpack & friends",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,9 +28,9 @@
],
"dependencies": {
"@discoveryjs/json-ext": "^0.5.0",
"@webpack-cli/configtest": "^1.0.0",
"@webpack-cli/info": "^1.2.1",
"@webpack-cli/serve": "^1.2.2",
"@webpack-cli/configtest": "^1.0.1",
"@webpack-cli/info": "^1.2.2",
"@webpack-cli/serve": "^1.3.0",
"colorette": "^1.2.1",
"commander": "^7.0.0",
"enquirer": "^2.3.6",
Expand Down

0 comments on commit 3bbda71

Please sign in to comment.