Skip to content

Commit 1ad01af

Browse files
committed
chore: revert
1 parent b9237bd commit 1ad01af

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
],
66
"npmClient": "yarn",
77
"useWorkspaces": true,
8-
"version": "1.0.0"
8+
"version": "1.0.0-beta.33"
99
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint:fix": "yarn lint -- --fix",
1919
"format": "prettier --write \"**/*.{js,json,vue,md}\"",
2020
"format:check": "prettier --check \"**/*.{js,json,vue,md}\"",
21-
"release": "yarn build && yarn test:unit:only && lerna publish --conventional-commits -m \"chore(release): publish %s\" --cd-version prerelease",
21+
"release": "yarn build && yarn test:unit:only && lerna publish --conventional-commits -m \"chore(release): publish %s\"",
2222
"test": "yarn format:check && yarn lint && yarn lint:docs && yarn flow && yarn test:types && yarn test:unit && yarn test:unit:karma && yarn test:unit:node",
2323
"test:compat": "scripts/test-compat.sh",
2424
"test:unit": "yarn build:test && yarn test:unit:only",

packages/create-instance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-instance",
3-
"version": "1.0.0",
3+
"version": "1.0.0-beta.33",
44
"main": "create-instance.js",
55
"private": true
66
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shared",
3-
"version": "1.0.0",
3+
"version": "1.0.0-beta.33",
44
"private": true,
55
"peerDependencies": {
66
"vue": "2.x",

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/test-utils",
3-
"version": "1.0.0",
3+
"version": "1.0.0-beta.33",
44
"description": "Utilities for testing Vue components.",
55
"main": "dist/vue-test-utils.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)