Skip to content

Commit 0caa918

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] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - [email protected] - @webpack-cli/[email protected]
1 parent d2e3c74 commit 0caa918

File tree

20 files changed

+98
-19
lines changed

20 files changed

+98
-19
lines changed

packages/generate-loader/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.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-11-04)
7+
8+
### Features
9+
10+
- export utils from core for other packages ([#2011](https://github.com/webpack/webpack-cli/issues/2011)) ([3004549](https://github.com/webpack/webpack-cli/commit/3004549c06b3fe00708d8e1eecf42419e0f72f66))
11+
612
## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-19)
713

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

packages/generate-loader/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/generate-loader",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "A scaffold for generating a loader",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
1818
"templates"
1919
],
2020
"dependencies": {
21-
"@webpack-cli/generators": "^1.0.2",
21+
"@webpack-cli/generators": "^1.1.0",
2222
"yeoman-environment": "^2.10.3"
2323
},
2424
"peerDependencies": {

packages/generate-plugin/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.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-11-04)
7+
8+
### Features
9+
10+
- export utils from core for other packages ([#2011](https://github.com/webpack/webpack-cli/issues/2011)) ([3004549](https://github.com/webpack/webpack-cli/commit/3004549c06b3fe00708d8e1eecf42419e0f72f66))
11+
612
## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-19)
713

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

packages/generate-plugin/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/generate-plugin",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "A scaffold for generating a plugin",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
1818
"templates"
1919
],
2020
"dependencies": {
21-
"@webpack-cli/generators": "^1.0.2",
21+
"@webpack-cli/generators": "^1.1.0",
2222
"yeoman-environment": "^2.10.3"
2323
},
2424
"peerDependencies": {

packages/generators/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-11-04)
7+
8+
### Bug Fixes
9+
10+
- **generators:** correct optimization.splitChunks option in config ([#2008](https://github.com/webpack/webpack-cli/issues/2008)) ([f86ef2d](https://github.com/webpack/webpack-cli/commit/f86ef2d6c0a4cba3b2002baf32b78e06cbaafc4a))
11+
12+
### Features
13+
14+
- export utils from core for other packages ([#2011](https://github.com/webpack/webpack-cli/issues/2011)) ([3004549](https://github.com/webpack/webpack-cli/commit/3004549c06b3fe00708d8e1eecf42419e0f72f66))
15+
616
## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-19)
717

818
### Bug Fixes

packages/generators/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/generators",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Webpack-CLI generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -14,8 +14,8 @@
1414
"templates"
1515
],
1616
"dependencies": {
17-
"@webpack-cli/utils": "^1.0.2",
18-
"@webpack-cli/webpack-scaffold": "^1.0.2",
17+
"@webpack-cli/utils": "^1.1.0",
18+
"@webpack-cli/webpack-scaffold": "^1.0.3",
1919
"colorette": "^1.2.1",
2020
"log-symbols": "^4.0.0",
2121
"yeoman-generator": "^4.12.0"

packages/info/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-11-04)
7+
8+
### Bug Fixes
9+
10+
- **info:** throw error and exit for invalid --output value ([#2020](https://github.com/webpack/webpack-cli/issues/2020)) ([a994d4b](https://github.com/webpack/webpack-cli/commit/a994d4b52a99b3b77d25aac88f741e036a1c44ec))
11+
12+
### Features
13+
14+
- export utils from core for other packages ([#2011](https://github.com/webpack/webpack-cli/issues/2011)) ([3004549](https://github.com/webpack/webpack-cli/commit/3004549c06b3fe00708d8e1eecf42419e0f72f66))
15+
616
## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-19)
717

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

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.0.2",
3+
"version": "1.1.0",
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0.3](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-11-04)
7+
8+
**Note:** Version bump only for package @webpack-cli/init
9+
610
## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-19)
711

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

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.0.2",
3+
"version": "1.0.3",
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.0.2",
16-
"@webpack-cli/utils": "^1.0.2"
15+
"@webpack-cli/generators": "^1.1.0",
16+
"@webpack-cli/utils": "^1.1.0"
1717
},
1818
"peerDependencies": {
1919
"webpack": "4.x.x || 5.x.x",

0 commit comments

Comments
 (0)