Skip to content

Commit bd938b7

Browse files
committed
v1.0.0-rc.3
1 parent 018c2ca commit bd938b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "1.0.0-rc.2"
7+
"version": "1.0.0-rc.3"
88
}

packages/babel-plugin-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-plugin-jsx",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"description": "Babel plugin for Vue 3.0 JSX",
55
"author": "Amour1688 <[email protected]>",
66
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",

packages/jsx-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/jsx-explorer",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"private": true,
55
"dependencies": {
66
"monaco-editor": "^0.20.0"

0 commit comments

Comments
 (0)