Skip to content

Commit

Permalink
🔖 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gluons committed Jan 5, 2020
1 parent 6d5ad10 commit f625e02
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.20.1",
"version": "1.20.2",
"npmClient": "yarn",
"packages": [
"packages/@gluons/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/@gluons/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluons/vue-pack-cli",
"version": "1.20.1",
"version": "1.20.2",
"description": "A CLI tool for vue-pack.",
"bin": {
"vue-pack": "./dist/cli.js"
Expand Down Expand Up @@ -43,8 +43,8 @@
"vue": "2"
},
"dependencies": {
"@gluons/vue-pack": "^1.20.1",
"@gluons/vue-pack-dev": "^1.20.1",
"@gluons/vue-pack": "^1.20.2",
"@gluons/vue-pack-dev": "^1.20.2",
"@gluons/vue-pack-load-config": "^1.20.1",
"@gluons/vue-pack-types": "^1.20.1",
"aggregate-error": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@gluons/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluons/vue-pack-dev",
"version": "1.20.1",
"version": "1.20.2",
"description": "A development server for vue-pack (and vue-up).",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/@gluons/plugin-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluons/vue-pack-banner-plugin",
"version": "1.20.1",
"version": "1.20.2",
"description": "A vue-pack plugin to add banner to generated bundles.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@gluons/vue-pack": "*"
},
"devDependencies": {
"@gluons/vue-pack": "^1.20.1"
"@gluons/vue-pack": "^1.20.2"
},
"dependencies": {
"webpack": "^4.41.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/@gluons/plugin-copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluons/vue-pack-copy-plugin",
"version": "1.20.1",
"version": "1.20.2",
"description": "A vue-pack plugin to copy files or directories to build directory.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"copy-webpack-plugin": "^5.1.1"
},
"devDependencies": {
"@gluons/vue-pack": "^1.20.1",
"@gluons/vue-pack": "^1.20.2",
"@types/copy-webpack-plugin": "^5.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/@gluons/plugin-splitchunks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluons/vue-pack-splitchunks-plugin",
"version": "1.20.1",
"version": "1.20.2",
"description": "A vue-pack plugin to customize webpack's splitChunks.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down Expand Up @@ -38,6 +38,6 @@
"@gluons/vue-pack": "*"
},
"devDependencies": {
"@gluons/vue-pack": "^1.20.1"
"@gluons/vue-pack": "^1.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/@gluons/vue-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluons/vue-pack",
"version": "1.20.1",
"version": "1.20.2",
"description": "Bundle Vue.js library via webpack.",
"main": "./dist/bundle.js",
"typings": "./dist/bundle.d.ts",
Expand Down

0 comments on commit f625e02

Please sign in to comment.