Skip to content

Commit 503e232

Browse files
committed
v1.0.0
1 parent 46a63b7 commit 503e232

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/babel-helper-vue-transform-on/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-helper-vue-transform-on",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0",
44
"description": "to help transform on",
55
"author": "Amour1688 <[email protected]>",
66
"license": "MIT",

packages/babel-plugin-jsx/package.json

Lines changed: 2 additions & 2 deletions
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.5",
3+
"version": "1.0.0",
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",
@@ -28,7 +28,7 @@
2828
"@babel/template": "^7.0.0",
2929
"@babel/traverse": "^7.0.0",
3030
"@babel/types": "^7.0.0",
31-
"@vue/babel-helper-vue-transform-on": "^1.0.0-rc.2",
31+
"@vue/babel-helper-vue-transform-on": "^1.0.0",
3232
"camelcase": "^6.0.0",
3333
"html-tags": "^3.1.0",
3434
"svg-tags": "^1.0.0"

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.4",
3+
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
66
"monaco-editor": "^0.20.0"

0 commit comments

Comments
 (0)