Skip to content

Commit a517199

Browse files
chore(release): publish new version
- @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - [email protected]
1 parent 083f2a0 commit a517199

File tree

14 files changed

+60
-13
lines changed

14 files changed

+60
-13
lines changed

packages/generators/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-12-31)
7+
8+
### Bug Fixes
9+
10+
- the `--help` option is working without `webpack-dev-server` ([#2267](https://github.com/webpack/webpack-cli/issues/2267)) ([1dae54d](https://github.com/webpack/webpack-cli/commit/1dae54da94d3220437b9257efe512447023de1d3))
11+
612
# [1.2.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-12-25)
713

814
### Bug Fixes

packages/generators/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generators",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Webpack-CLI generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -14,7 +14,7 @@
1414
"templates"
1515
],
1616
"dependencies": {
17-
"@webpack-cli/utils": "^1.2.0",
17+
"@webpack-cli/utils": "^1.2.1",
1818
"colorette": "^1.2.1",
1919
"log-symbols": "^4.0.0",
2020
"yeoman-environment": "^2.10.3",

packages/info/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-12-31)
7+
8+
### Bug Fixes
9+
10+
- the `--help` option is working without `webpack-dev-server` ([#2267](https://github.com/webpack/webpack-cli/issues/2267)) ([1dae54d](https://github.com/webpack/webpack-cli/commit/1dae54da94d3220437b9257efe512447023de1d3))
11+
612
# [1.2.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-12-25)
713

814
### Features

packages/info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/info",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Outputs info about system and webpack config",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/init/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-12-31)
7+
8+
### Bug Fixes
9+
10+
- the `--help` option is working without `webpack-dev-server` ([#2267](https://github.com/webpack/webpack-cli/issues/2267)) ([1dae54d](https://github.com/webpack/webpack-cli/commit/1dae54da94d3220437b9257efe512447023de1d3))
11+
612
# [1.1.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-12-25)
713

814
### Features

packages/init/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/init",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "init command for webpack-cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -12,8 +12,8 @@
1212
"lib"
1313
],
1414
"dependencies": {
15-
"@webpack-cli/generators": "^1.2.0",
16-
"@webpack-cli/utils": "^1.2.0"
15+
"@webpack-cli/generators": "^1.2.1",
16+
"@webpack-cli/utils": "^1.2.1"
1717
},
1818
"peerDependencies": {
1919
"webpack": "4.x.x || 5.x.x",

packages/migrate/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-12-31)
7+
8+
### Bug Fixes
9+
10+
- the `--help` option is working without `webpack-dev-server` ([#2267](https://github.com/webpack/webpack-cli/issues/2267)) ([1dae54d](https://github.com/webpack/webpack-cli/commit/1dae54da94d3220437b9257efe512447023de1d3))
11+
612
## [1.1.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-12-25)
713

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

packages/migrate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/migrate",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Migrate command for webpack-cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -12,7 +12,7 @@
1212
"lib"
1313
],
1414
"dependencies": {
15-
"@webpack-cli/utils": "^1.2.0",
15+
"@webpack-cli/utils": "^1.2.1",
1616
"colorette": "^1.2.1",
1717
"diff": "^4.0.2",
1818
"inquirer": "^7.3.3",

packages/serve/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-12-31)
7+
8+
### Bug Fixes
9+
10+
- do not apply HotModuleReplacement plugin twice ([#2269](https://github.com/webpack/webpack-cli/issues/2269)) ([bb16d44](https://github.com/webpack/webpack-cli/commit/bb16d4481414a5f3c0cbeb18af690084b2ae4215))
11+
- respect the `output.publicPath` option for the `serve`command ([#2271](https://github.com/webpack/webpack-cli/issues/2271)) ([a3092ef](https://github.com/webpack/webpack-cli/commit/a3092ef2b51ece30221f7dd7b30a686626c1fd7a))
12+
- the `--help` option is working without `webpack-dev-server` ([#2267](https://github.com/webpack/webpack-cli/issues/2267)) ([1dae54d](https://github.com/webpack/webpack-cli/commit/1dae54da94d3220437b9257efe512447023de1d3))
13+
- the `--progress` option with the `serve` command ([#2265](https://github.com/webpack/webpack-cli/issues/2265)) ([952a188](https://github.com/webpack/webpack-cli/commit/952a1883b1a18c4fb38e8eb7bbbdb2aefc7942f4))
14+
615
# [1.2.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-12-25)
716

817
### Bug Fixes

packages/serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/serve",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)