Skip to content

Commit 9305078

Browse files
committed
v1.2.3
1 parent 319932e commit 9305078

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.2",
6+
"version": "1.2.3",
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.2",
3+
"version": "1.2.3",
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",
@@ -22,8 +22,8 @@
2222
"@vue/babel-sugar-composition-api-render-instance": "^1.2.1",
2323
"@vue/babel-sugar-functional-vue": "^1.2.2",
2424
"@vue/babel-sugar-inject-h": "^1.2.2",
25-
"@vue/babel-sugar-v-model": "^1.2.1",
26-
"@vue/babel-sugar-v-on": "^1.2.1"
25+
"@vue/babel-sugar-v-model": "^1.2.3",
26+
"@vue/babel-sugar-v-on": "^1.2.3"
2727
},
2828
"devDependencies": {
2929
"rollup": "^0.67.4",

packages/babel-sugar-v-model/package.json

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

packages/babel-sugar-v-on/package.json

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

0 commit comments

Comments
 (0)