Skip to content

Commit 69f7683

Browse files
committedJun 7, 2019
chore: monorepo version update
- @webpack-cli/add@0.2.2 - @webpack-cli/generate-loader@0.1.8 - @webpack-cli/generate-plugin@0.1.8 - @webpack-cli/generators@0.1.8 - @webpack-cli/init@0.2.2 - @webpack-cli/migrate@0.1.8 - @webpack-cli/remove@0.1.8 - @webpack-cli/serve@0.1.8 - @webpack-cli/update@0.1.8 - @webpack-cli/utils@0.2.2 - @webpack-cli/webpack-scaffold@0.1.8
1 parent efe8c2a commit 69f7683

File tree

11 files changed

+26
-26
lines changed

11 files changed

+26
-26
lines changed
 

‎packages/add/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/add",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A scaffold for adding new properties",
55
"main": "index.js",
66
"author": "",
@@ -9,8 +9,8 @@
99
"access": "public"
1010
},
1111
"dependencies": {
12-
"@webpack-cli/generators": "^0.1.7",
13-
"@webpack-cli/utils": "^0.2.1"
12+
"@webpack-cli/generators": "^0.1.8",
13+
"@webpack-cli/utils": "^0.2.2"
1414
},
1515
"devDependencies": {
1616
"@types/node": "^10.12.9",

‎packages/generate-loader/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generate-loader",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "A scaffold for generating a loader",
55
"main": "index.js",
66
"directories": {
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@webpack-cli/generators": "^0.1.7",
17+
"@webpack-cli/generators": "^0.1.8",
1818
"yeoman-environment": "^2.3.4"
1919
},
2020
"devDependencies": {

‎packages/generate-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generate-plugin",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "A scaffold for generating a plugin",
55
"main": "index.js",
66
"directories": {
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@webpack-cli/generators": "^0.1.7",
17+
"@webpack-cli/generators": "^0.1.8",
1818
"yeoman-environment": "^2.3.4"
1919
},
2020
"devDependencies": {

‎packages/generators/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generators",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Webpack-CLI generators",
55
"main": "index.js",
66
"keywords": [],
@@ -10,8 +10,8 @@
1010
"access": "public"
1111
},
1212
"dependencies": {
13-
"@webpack-cli/utils": "^0.2.1",
14-
"@webpack-cli/webpack-scaffold": "^0.1.7",
13+
"@webpack-cli/utils": "^0.2.2",
14+
"@webpack-cli/webpack-scaffold": "^0.1.8",
1515
"chalk": "^2.4.1",
1616
"glob-all": "^3.1.0",
1717
"inquirer-autocomplete-prompt": "^1.0.1",

‎packages/init/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/init",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "init command for webpack-cli",
55
"main": "index.js",
66
"author": "",
@@ -9,8 +9,8 @@
99
"access": "public"
1010
},
1111
"dependencies": {
12-
"@webpack-cli/generators": "^0.1.7",
13-
"@webpack-cli/utils": "^0.2.1",
12+
"@webpack-cli/generators": "^0.1.8",
13+
"@webpack-cli/utils": "^0.2.2",
1414
"chalk": "^2.4.1",
1515
"jscodeshift": "^0.6.4",
1616
"p-each-series": "^1.0.0"

‎packages/migrate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/migrate",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Migrate command for webpack-cli",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -26,7 +26,7 @@
2626
"webpack": "4.x.x"
2727
},
2828
"dependencies": {
29-
"@webpack-cli/utils": "^0.2.1",
29+
"@webpack-cli/utils": "^0.2.2",
3030
"chalk": "^2.4.1",
3131
"diff": "^3.5.0",
3232
"inquirer": "^6.2.0",

‎packages/remove/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/remove",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Scaffold for removing elements from configurations",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -11,8 +11,8 @@
1111
"author": "",
1212
"license": "MIT",
1313
"dependencies": {
14-
"@webpack-cli/generators": "^0.1.7",
15-
"@webpack-cli/utils": "^0.2.1"
14+
"@webpack-cli/generators": "^0.1.8",
15+
"@webpack-cli/utils": "^0.2.2"
1616
},
1717
"devDependencies": {
1818
"typescript": "^3.1.6"

‎packages/serve/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/serve",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -11,8 +11,8 @@
1111
"author": "",
1212
"license": "MIT",
1313
"dependencies": {
14-
"@webpack-cli/utils": "^0.2.1",
15-
"@webpack-cli/webpack-scaffold": "^0.1.7",
14+
"@webpack-cli/utils": "^0.2.2",
15+
"@webpack-cli/webpack-scaffold": "^0.1.8",
1616
"chalk": "^2.4.1",
1717
"cross-spawn": "^6.0.5",
1818
"inquirer": "^6.2.0"

‎packages/update/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/update",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -11,8 +11,8 @@
1111
"author": "",
1212
"license": "MIT",
1313
"dependencies": {
14-
"@webpack-cli/generators": "^0.1.7",
15-
"@webpack-cli/utils": "^0.2.1"
14+
"@webpack-cli/generators": "^0.1.8",
15+
"@webpack-cli/utils": "^0.2.2"
1616
},
1717
"devDependencies": {
1818
"typescript": "^3.1.6"

‎packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/utils",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "webpack-cli utility files",
55
"main": "index.js",
66
"types": "index.d.ts",

‎packages/webpack-scaffold/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/webpack-scaffold",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Utility files for webpack-scaffold",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.