Skip to content

Commit

Permalink
🔖 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gluons committed Aug 31, 2019
1 parent 3de8693 commit f56c3c1
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 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.19.0",
"version": "1.20.0",
"npmClient": "yarn",
"packages": [
"packages/@gluons/*"
Expand Down
10 changes: 5 additions & 5 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.19.0",
"version": "1.20.0",
"description": "A CLI tool for vue-pack.",
"bin": {
"vue-pack": "./dist/cli.js"
Expand Down Expand Up @@ -43,10 +43,10 @@
"vue": "2"
},
"dependencies": {
"@gluons/vue-pack": "^1.19.0",
"@gluons/vue-pack-dev": "^1.19.0",
"@gluons/vue-pack-load-config": "^1.19.0",
"@gluons/vue-pack-types": "^1.19.0",
"@gluons/vue-pack": "^1.20.0",
"@gluons/vue-pack-dev": "^1.20.0",
"@gluons/vue-pack-load-config": "^1.20.0",
"@gluons/vue-pack-types": "^1.20.0",
"aggregate-error": "^3.0.0",
"chalk": "^2.4.2",
"lodash.isnil": "^4.0.0",
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.19.0",
"version": "1.20.0",
"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/load-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluons/vue-pack-load-config",
"version": "1.19.0",
"version": "1.20.0",
"description": "A configuration loader for vue-pack.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/gluons/vue-pack/tree/master/packages/@gluons/load-config",
"dependencies": {
"@gluons/vue-pack-types": "^1.19.0",
"@gluons/vue-pack-types": "^1.20.0",
"joycon": "^2.2.5",
"joycon-yaml-loader": "^2.0.2",
"nvl": "^1.2.2"
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.19.0",
"version": "1.20.0",
"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.19.0"
"@gluons/vue-pack": "^1.20.0"
},
"dependencies": {
"webpack": "^4.39.3"
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.19.0",
"version": "1.20.0",
"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.0.4"
},
"devDependencies": {
"@gluons/vue-pack": "^1.19.0",
"@gluons/vue-pack": "^1.20.0",
"@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.19.0",
"version": "1.20.0",
"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.19.0"
"@gluons/vue-pack": "^1.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/@gluons/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluons/vue-pack-types",
"version": "1.19.0",
"version": "1.20.0",
"description": "TypeScript types for vue-pack.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions 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.19.0",
"version": "1.20.0",
"description": "Bundle Vue.js library via webpack.",
"main": "./dist/bundle.js",
"typings": "./dist/bundle.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
"vue-template-compiler": "2"
},
"dependencies": {
"@gluons/vue-pack-load-config": "^1.19.0",
"@gluons/vue-pack-types": "^1.19.0",
"@gluons/vue-pack-load-config": "^1.20.0",
"@gluons/vue-pack-types": "^1.20.0",
"@intervolga/optimize-cssnano-plugin": "^1.0.5",
"@sindresorhus/slugify": "^0.9.1",
"aggregate-error": "^3.0.0",
Expand Down

0 comments on commit f56c3c1

Please sign in to comment.