Skip to content

Commit 3a12ae2

Browse files
committed
v1.2.4
1 parent a3525bf commit 3a12ae2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3",
6+
"version": "1.2.4",
77
"npmClient": "yarn"
88
}

packages/babel-preset-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-preset-jsx",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
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",
@@ -19,7 +19,7 @@
1919
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
2020
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
2121
"@vue/babel-sugar-composition-api-inject-h": "^1.2.1",
22-
"@vue/babel-sugar-composition-api-render-instance": "^1.2.1",
22+
"@vue/babel-sugar-composition-api-render-instance": "^1.2.4",
2323
"@vue/babel-sugar-functional-vue": "^1.2.2",
2424
"@vue/babel-sugar-inject-h": "^1.2.2",
2525
"@vue/babel-sugar-v-model": "^1.2.3",

packages/babel-sugar-composition-api-render-instance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-sugar-composition-api-render-instance",
3-
"version": "1.2.1",
3+
"version": "1.2.4",
44
"description": "Babel syntactic sugar for replaceing `this` with `getCurrentInstance()` in Vue JSX with @vue/composition-api",
55
"main": "dist/plugin.js",
66
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-render-instance",

0 commit comments

Comments
 (0)