Skip to content

Commit 3a38f99

Browse files
chore: bump all versions (#1823)
* chore: bump all versions * chore: bump deps * chore: bump deps
1 parent 9938ed0 commit 3a38f99

11 files changed

Lines changed: 25 additions & 25 deletions

File tree

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-alpha.5",
3+
"version": "1.0.1-rc.0",
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-alpha.5",
17+
"@webpack-cli/generators": "^1.0.1-rc.0",
1818
"yeoman-environment": "2.8.1"
1919
},
2020
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"

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-alpha.5",
3+
"version": "1.0.1-rc.0",
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-alpha.5",
17+
"@webpack-cli/generators": "^1.0.1-rc.0",
1818
"yeoman-environment": "2.8.1"
1919
},
2020
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"

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-alpha.5",
3+
"version": "1.0.1-rc.0",
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-alpha.4",
14-
"@webpack-cli/utils": "^1.0.1-alpha.5",
15-
"@webpack-cli/webpack-scaffold": "^1.0.1-alpha.4",
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",
1616
"lodash": "4.17.19",
1717
"colorette": "^1.2.1",
1818
"log-symbols": "3.0.0",

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-alpha.4",
3+
"version": "1.0.1-rc.0",
44
"description": "Outputs info about system and webpack config",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

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-alpha.5",
3+
"version": "1.0.1-rc.0",
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-alpha.5",
13-
"@webpack-cli/utils": "^1.0.1-alpha.5",
12+
"@webpack-cli/generators": "^1.0.1-rc.0",
13+
"@webpack-cli/utils": "^1.0.1-rc.0",
1414
"colorette": "^1.2.1",
1515
"jscodeshift": "0.7.0",
1616
"p-each-series": "2.1.0"

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.0.1-alpha.5",
3+
"version": "1.0.1-rc.0",
44
"description": "Migrate command for webpack-cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -9,7 +9,7 @@
99
"access": "public"
1010
},
1111
"dependencies": {
12-
"@webpack-cli/utils": "^1.0.1-alpha.5",
12+
"@webpack-cli/utils": "^1.0.1-rc.0",
1313
"colorette": "^1.2.1",
1414
"diff": "4.0.2",
1515
"inquirer": "7.1.0",

packages/package-utils/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/package-utils",
3-
"version": "1.0.1-alpha.4",
3+
"version": "1.0.1-rc.0",
44
"description": "A module to help managing packages and modules inside webpack CLI",
55
"keywords": [
66
"webpack",
@@ -40,7 +40,7 @@
4040
"global-modules": "2.0.0"
4141
},
4242
"devDependencies": {
43-
"@webpack-cli/package-utils": "^1.0.1-alpha.4",
43+
"@webpack-cli/package-utils": "^1.0.1-rc.0",
4444
"@types/cross-spawn": "6.0.1"
4545
},
4646
"peerDependenciesMeta": {

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.0.1-alpha.5",
3+
"version": "1.0.1-rc.0",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/utils/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/utils",
3-
"version": "1.0.1-alpha.5",
3+
"version": "1.0.1-rc.0",
44
"description": "webpack-cli utility files",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"dependencies": {
12-
"@webpack-cli/package-utils": "^1.0.1-alpha.4",
12+
"@webpack-cli/package-utils": "^1.0.1-rc.0",
1313
"execa": "^4.0.0",
1414
"colorette": "^1.2.1",
1515
"findup-sync": "4.0.0",

packages/webpack-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "4.0.0-beta.9",
3+
"version": "4.0.0-rc.0",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {
@@ -23,10 +23,10 @@
2323
"web"
2424
],
2525
"dependencies": {
26-
"@webpack-cli/package-utils": "^1.0.1-alpha.4",
27-
"@webpack-cli/info": "^1.0.1-alpha.4",
28-
"@webpack-cli/init": "^1.0.1-alpha.5",
29-
"@webpack-cli/serve": "^1.0.1-alpha.5",
26+
"@webpack-cli/package-utils": "^1.0.1-rc.0",
27+
"@webpack-cli/info": "^1.0.1-rc.0",
28+
"@webpack-cli/init": "^1.0.1-rc.0",
29+
"@webpack-cli/serve": "^1.0.1-rc.0",
3030
"ansi-escapes": "^4.3.1",
3131
"colorette": "^1.2.1",
3232
"command-line-usage": "^6.1.0",

0 commit comments

Comments
 (0)