Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: monorepo version update
 - @webpack-cli/add@0.2.1
 - @webpack-cli/generate-loader@0.1.7
 - @webpack-cli/generate-plugin@0.1.7
 - @webpack-cli/generators@0.1.7
 - @webpack-cli/init@0.2.1
 - @webpack-cli/migrate@0.1.7
 - @webpack-cli/remove@0.1.7
 - @webpack-cli/serve@0.1.7
 - @webpack-cli/update@0.1.7
 - @webpack-cli/utils@0.2.1
 - @webpack-cli/webpack-scaffold@0.1.7
  • Loading branch information
evenstensberg committed Jun 7, 2019
1 parent 2608179 commit 12a38be
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions packages/add/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/add",
"version": "0.2.0",
"version": "0.2.1",
"description": "A scaffold for adding new properties",
"main": "index.js",
"author": "",
Expand All @@ -9,8 +9,8 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/generators": "^0.1.6",
"@webpack-cli/utils": "^0.2.0"
"@webpack-cli/generators": "^0.1.7",
"@webpack-cli/utils": "^0.2.1"
},
"devDependencies": {
"@types/node": "^10.12.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/generate-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generate-loader",
"version": "0.1.6",
"version": "0.1.7",
"description": "A scaffold for generating a loader",
"main": "index.js",
"directories": {
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "^0.1.6",
"@webpack-cli/generators": "^0.1.7",
"yeoman-environment": "^2.3.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/generate-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generate-plugin",
"version": "0.1.6",
"version": "0.1.7",
"description": "A scaffold for generating a plugin",
"main": "index.js",
"directories": {
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "^0.1.6",
"@webpack-cli/generators": "^0.1.7",
"yeoman-environment": "^2.3.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/generators/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generators",
"version": "0.1.6",
"version": "0.1.7",
"description": "Webpack-CLI generators",
"main": "index.js",
"keywords": [],
Expand All @@ -10,8 +10,8 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/utils": "^0.2.0",
"@webpack-cli/webpack-scaffold": "^0.1.6",
"@webpack-cli/utils": "^0.2.1",
"@webpack-cli/webpack-scaffold": "^0.1.7",
"chalk": "^2.4.1",
"glob-all": "^3.1.0",
"inquirer-autocomplete-prompt": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/init/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/init",
"version": "0.2.0",
"version": "0.2.1",
"description": "init command for webpack-cli",
"main": "index.js",
"author": "",
Expand All @@ -9,8 +9,8 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/generators": "^0.1.6",
"@webpack-cli/utils": "^0.2.0",
"@webpack-cli/generators": "^0.1.7",
"@webpack-cli/utils": "^0.2.1",
"chalk": "^2.4.1",
"jscodeshift": "^0.6.4",
"p-each-series": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/migrate",
"version": "0.1.6",
"version": "0.1.7",
"description": "Migrate command for webpack-cli",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -26,7 +26,7 @@
"webpack": "4.x.x"
},
"dependencies": {
"@webpack-cli/utils": "^0.2.0",
"@webpack-cli/utils": "^0.2.1",
"chalk": "^2.4.1",
"diff": "^3.5.0",
"inquirer": "^6.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/remove/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/remove",
"version": "0.1.6",
"version": "0.1.7",
"description": "Scaffold for removing elements from configurations",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -11,8 +11,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "^0.1.6",
"@webpack-cli/utils": "^0.2.0"
"@webpack-cli/generators": "^0.1.7",
"@webpack-cli/utils": "^0.2.1"
},
"devDependencies": {
"typescript": "^3.1.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/serve/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/serve",
"version": "0.1.6",
"version": "0.1.7",
"description": "",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -11,8 +11,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/utils": "^0.2.0",
"@webpack-cli/webpack-scaffold": "^0.1.6",
"@webpack-cli/utils": "^0.2.1",
"@webpack-cli/webpack-scaffold": "^0.1.7",
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"inquirer": "^6.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/update/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/update",
"version": "0.1.6",
"version": "0.1.7",
"description": "",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -11,8 +11,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "^0.1.6",
"@webpack-cli/utils": "^0.2.0"
"@webpack-cli/generators": "^0.1.7",
"@webpack-cli/utils": "^0.2.1"
},
"devDependencies": {
"typescript": "^3.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/utils",
"version": "0.2.0",
"version": "0.2.1",
"description": "webpack-cli utility files",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-scaffold/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/webpack-scaffold",
"version": "0.1.6",
"version": "0.1.7",
"description": "Utility files for webpack-scaffold",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 12a38be

Please sign in to comment.