Skip to content

Commit e7413fd

Browse files
committed
v1.2.2
1 parent 8969609 commit e7413fd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.2.1",
6+
"version": "1.2.2",
77
"npmClient": "yarn"
88
}

packages/babel-preset-jsx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-preset-jsx",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Babel preset for Vue JSX",
55
"main": "dist/plugin.cjs.js",
66
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-preset-jsx",
@@ -20,8 +20,8 @@
2020
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
2121
"@vue/babel-sugar-composition-api-inject-h": "^1.2.1",
2222
"@vue/babel-sugar-composition-api-render-instance": "^1.2.1",
23-
"@vue/babel-sugar-functional-vue": "^1.2.1",
24-
"@vue/babel-sugar-inject-h": "^1.2.1",
23+
"@vue/babel-sugar-functional-vue": "^1.2.2",
24+
"@vue/babel-sugar-inject-h": "^1.2.2",
2525
"@vue/babel-sugar-v-model": "^1.2.1",
2626
"@vue/babel-sugar-v-on": "^1.2.1"
2727
},

packages/babel-sugar-functional-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-sugar-functional-vue",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Babel syntactic sugar for functional components",
55
"main": "dist/plugin.js",
66
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-functional-vue",

packages/babel-sugar-inject-h/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-sugar-inject-h",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Babel syntactic sugar for h automatic injection for Vue JSX",
55
"main": "dist/plugin.js",
66
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-inject-h",

0 commit comments

Comments
 (0)