build: release script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/compiler-core",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"description": "@vue/compiler-core",
|
||||
"main": "index.js",
|
||||
"module": "dist/compiler-core.esm-bundler.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/compiler-dom",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"description": "@vue/compiler-dom",
|
||||
"main": "index.js",
|
||||
"module": "dist/compiler-dom.esm-bundler.js",
|
||||
@@ -13,7 +13,11 @@
|
||||
"sideEffects": false,
|
||||
"buildOptions": {
|
||||
"name": "VueDOMCompiler",
|
||||
"formats": ["cjs", "global", "esm-browser"]
|
||||
"formats": [
|
||||
"cjs",
|
||||
"global",
|
||||
"esm-browser"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -29,6 +33,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/compiler-dom#readme",
|
||||
"dependencies": {
|
||||
"@vue/compiler-core": "3.0.0-alpha.1"
|
||||
"@vue/compiler-core": "3.0.0-alpha.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/compiler-sfc",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"description": "@vue/compiler-sfc",
|
||||
"main": "dist/compiler-sfc.cjs.js",
|
||||
"files": [
|
||||
@@ -27,7 +27,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/compiler-sfc#readme",
|
||||
"dependencies": {
|
||||
"@vue/compiler-core": "3.0.0-alpha.1",
|
||||
"@vue/compiler-core": "3.0.0-alpha.0",
|
||||
"consolidate": "^0.15.1",
|
||||
"hash-sum": "^2.0.0",
|
||||
"lru-cache": "^5.1.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/reactivity",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"description": "@vue/reactivity",
|
||||
"main": "index.js",
|
||||
"module": "dist/reactivity.esm-bundler.js",
|
||||
@@ -17,7 +17,12 @@
|
||||
},
|
||||
"buildOptions": {
|
||||
"name": "VueObserver",
|
||||
"formats": ["esm", "cjs", "global", "esm-browser"]
|
||||
"formats": [
|
||||
"esm",
|
||||
"cjs",
|
||||
"global",
|
||||
"esm-browser"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"vue"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/runtime-core",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"description": "@vue/runtime-core",
|
||||
"main": "index.js",
|
||||
"module": "dist/runtime-core.esm-bundler.js",
|
||||
@@ -24,6 +24,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-core#readme",
|
||||
"dependencies": {
|
||||
"@vue/reactivity": "3.0.0-alpha.1"
|
||||
"@vue/reactivity": "3.0.0-alpha.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/runtime-dom",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"description": "@vue/runtime-dom",
|
||||
"main": "index.js",
|
||||
"module": "dist/runtime-dom.esm-bundler.js",
|
||||
@@ -13,8 +13,15 @@
|
||||
"sideEffects": false,
|
||||
"buildOptions": {
|
||||
"name": "VueDOMRuntime",
|
||||
"formats": ["esm", "cjs", "global", "esm-browser"],
|
||||
"dts": ["jsx.d.ts"]
|
||||
"formats": [
|
||||
"esm",
|
||||
"cjs",
|
||||
"global",
|
||||
"esm-browser"
|
||||
],
|
||||
"dts": [
|
||||
"jsx.d.ts"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -30,6 +37,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-dom#readme",
|
||||
"dependencies": {
|
||||
"@vue/runtime-core": "3.0.0-alpha.1"
|
||||
"@vue/runtime-core": "3.0.0-alpha.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/runtime-test",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"description": "@vue/runtime-test",
|
||||
"main": "index.js",
|
||||
"module": "dist/runtime-test.esm-bundler.js",
|
||||
@@ -15,7 +15,11 @@
|
||||
},
|
||||
"buildOptions": {
|
||||
"name": "VueTestRuntime",
|
||||
"formats": ["esm", "cjs", "global"]
|
||||
"formats": [
|
||||
"esm",
|
||||
"cjs",
|
||||
"global"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"vue"
|
||||
@@ -27,6 +31,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-test#readme",
|
||||
"dependencies": {
|
||||
"@vue/runtime-core": "3.0.0-alpha.1"
|
||||
"@vue/runtime-core": "3.0.0-alpha.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/server-renderer",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"description": "@vue/server-renderer",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
@@ -9,7 +9,9 @@
|
||||
],
|
||||
"types": "dist/server-renderer.d.ts",
|
||||
"buildOptions": {
|
||||
"formats": ["cjs"]
|
||||
"formats": [
|
||||
"cjs"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@vue/shared",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"private": true
|
||||
}
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"name": "@vue/size-check",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"private": true,
|
||||
"buildOptions": {
|
||||
"name": "Vue",
|
||||
"formats": ["global"]
|
||||
"formats": [
|
||||
"global"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/template-explorer",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"private": true,
|
||||
"buildOptions": {
|
||||
"formats": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"description": "vue",
|
||||
"main": "index.js",
|
||||
"module": "dist/vue.esm-bundler.js",
|
||||
@@ -12,7 +12,12 @@
|
||||
"unpkg": "dist/vue.global.js",
|
||||
"buildOptions": {
|
||||
"name": "Vue",
|
||||
"formats": ["esm", "cjs", "global", "esm-browser"]
|
||||
"formats": [
|
||||
"esm",
|
||||
"cjs",
|
||||
"global",
|
||||
"esm-browser"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -28,7 +33,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/vue#readme",
|
||||
"dependencies": {
|
||||
"@vue/compiler-dom": "3.0.0-alpha.1",
|
||||
"@vue/runtime-dom": "3.0.0-alpha.1"
|
||||
"@vue/compiler-dom": "3.0.0-alpha.0",
|
||||
"@vue/runtime-dom": "3.0.0-alpha.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user