Skip to content

Commit 148ab84

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] - @webpack-cli/[email protected] - [email protected] - @webpack-cli/[email protected]
1 parent 9b89329 commit 148ab84

File tree

22 files changed

+220
-29
lines changed

22 files changed

+220
-29
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.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
7+
8+
### Bug Fixes
9+
10+
- generated loader template ([#1720](https://github.com/webpack/webpack-cli/issues/1720)) ([a380a78](https://github.com/webpack/webpack-cli/commit/a380a785c296208af7017f547cd34cf72517f9da))
11+
612
## [1.0.1-alpha.5](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-03-02)
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.1-rc.0",
3+
"version": "1.0.1-rc.1",
44
"description": "A scaffold for generating a loader",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -14,7 +14,7 @@
1414
"keywords": [],
1515
"license": "MIT",
1616
"dependencies": {
17-
"@webpack-cli/generators": "^1.0.1-rc.0",
17+
"@webpack-cli/generators": "^1.0.1-rc.1",
1818
"yeoman-environment": "^2.10.3"
1919
},
2020
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"

packages/generate-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
7+
8+
### Bug Fixes
9+
10+
- **packages:** make packages have correct main paths to index ([#1366](https://github.com/webpack/webpack-cli/issues/1366)) ([5dd7bd6](https://github.com/webpack/webpack-cli/commit/5dd7bd62046568481996e48328b15a335557f8ae))
11+
- generated plugin template ([#1717](https://github.com/webpack/webpack-cli/issues/1717)) ([1249e1e](https://github.com/webpack/webpack-cli/commit/1249e1e2c10ad2e2c1832fa1f2ac6f4b12dabd6c))
12+
613
## [1.0.1-alpha.5](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-03-02)
714

815
**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.1-rc.0",
3+
"version": "1.0.1-rc.1",
44
"description": "A scaffold for generating a plugin",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -14,7 +14,7 @@
1414
"keywords": [],
1515
"license": "MIT",
1616
"dependencies": {
17-
"@webpack-cli/generators": "^1.0.1-rc.0",
17+
"@webpack-cli/generators": "^1.0.1-rc.1",
1818
"yeoman-environment": "^2.10.3"
1919
},
2020
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"

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.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
7+
8+
### Bug Fixes
9+
10+
- **generators:** fix and refactor entry util, add tests ([#1392](https://github.com/webpack/webpack-cli/issues/1392)) ([219c633](https://github.com/webpack/webpack-cli/commit/219c633e284518fe9c638d26a49d79394f0b6d68))
11+
- **generators:** fix generators init loader's test regex ([#1309](https://github.com/webpack/webpack-cli/issues/1309)) ([62e0314](https://github.com/webpack/webpack-cli/commit/62e03143ba3b8752665a5ff6ff134daadbe9c2bc))
12+
- **generators:** fix small issues with generators ([#1385](https://github.com/webpack/webpack-cli/issues/1385)) ([f62c60d](https://github.com/webpack/webpack-cli/commit/f62c60d0a52fd6294ead8e0ee9310d017fe21807))
13+
- add necessary peerDependencies ([#1825](https://github.com/webpack/webpack-cli/issues/1825)) ([0f13ab5](https://github.com/webpack/webpack-cli/commit/0f13ab5ddd9e28e5e7095721d086a58aebaf98a5))
14+
- generated loader template ([#1720](https://github.com/webpack/webpack-cli/issues/1720)) ([a380a78](https://github.com/webpack/webpack-cli/commit/a380a785c296208af7017f547cd34cf72517f9da))
15+
616
## [1.0.1-alpha.5](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-03-02)
717

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

packages/generators/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generators",
3-
"version": "1.0.1-rc.0",
3+
"version": "1.0.1-rc.1",
44
"description": "Webpack-CLI generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -10,9 +10,9 @@
1010
"access": "public"
1111
},
1212
"dependencies": {
13-
"@webpack-cli/package-utils": "^1.0.1-rc.0",
14-
"@webpack-cli/utils": "^1.0.1-rc.0",
15-
"@webpack-cli/webpack-scaffold": "^1.0.1-rc.0",
13+
"@webpack-cli/package-utils": "^1.0.1-rc.1",
14+
"@webpack-cli/utils": "^1.0.1-rc.1",
15+
"@webpack-cli/webpack-scaffold": "^1.0.1-rc.1",
1616
"colorette": "^1.2.1",
1717
"log-symbols": "^4.0.0",
1818
"mkdirp": "^1.0.4",

packages/info/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
7+
8+
### Bug Fixes
9+
10+
- **info:** throw an error if help or version is passed as an arg ([#1737](https://github.com/webpack/webpack-cli/issues/1737)) ([c8ca878](https://github.com/webpack/webpack-cli/commit/c8ca87858b81e0c23e161d227558d2f0aeac003a))
11+
- **packages:** make packages have correct main paths to index ([#1366](https://github.com/webpack/webpack-cli/issues/1366)) ([5dd7bd6](https://github.com/webpack/webpack-cli/commit/5dd7bd62046568481996e48328b15a335557f8ae))
12+
613
## [1.0.1-alpha.4](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-03-02)
714

815
**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.1-rc.0",
3+
"version": "1.0.1-rc.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
7+
8+
### Bug Fixes
9+
10+
- **packages:** make packages have correct main paths to index ([#1366](https://github.com/webpack/webpack-cli/issues/1366)) ([5dd7bd6](https://github.com/webpack/webpack-cli/commit/5dd7bd62046568481996e48328b15a335557f8ae))
11+
- add necessary peerDependencies ([#1825](https://github.com/webpack/webpack-cli/issues/1825)) ([0f13ab5](https://github.com/webpack/webpack-cli/commit/0f13ab5ddd9e28e5e7095721d086a58aebaf98a5))
12+
13+
### Features
14+
15+
- add flag to force config ([f61e7e0](https://github.com/webpack/webpack-cli/commit/f61e7e0d1b03284d7333c4f0f38294460209a25d))
16+
617
## [1.0.1-alpha.5](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-03-02)
718

819
**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.1-rc.0",
3+
"version": "1.0.1-rc.1",
44
"description": "init command for webpack-cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -9,8 +9,8 @@
99
"access": "public"
1010
},
1111
"dependencies": {
12-
"@webpack-cli/generators": "^1.0.1-rc.0",
13-
"@webpack-cli/utils": "^1.0.1-rc.0"
12+
"@webpack-cli/generators": "^1.0.1-rc.1",
13+
"@webpack-cli/utils": "^1.0.1-rc.1"
1414
},
1515
"peerDependencies": {
1616
"webpack": "4.x.x || 5.x.x",

0 commit comments

Comments
 (0)