Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 17, 2020
1 parent 8969609 commit e7413fd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "1.2.1",
"version": "1.2.2",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions packages/babel-preset-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-preset-jsx",
"version": "1.2.1",
"version": "1.2.2",
"description": "Babel preset for Vue JSX",
"main": "dist/plugin.cjs.js",
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-preset-jsx",
Expand All @@ -20,8 +20,8 @@
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
"@vue/babel-sugar-composition-api-inject-h": "^1.2.1",
"@vue/babel-sugar-composition-api-render-instance": "^1.2.1",
"@vue/babel-sugar-functional-vue": "^1.2.1",
"@vue/babel-sugar-inject-h": "^1.2.1",
"@vue/babel-sugar-functional-vue": "^1.2.2",
"@vue/babel-sugar-inject-h": "^1.2.2",
"@vue/babel-sugar-v-model": "^1.2.1",
"@vue/babel-sugar-v-on": "^1.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-sugar-functional-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-sugar-functional-vue",
"version": "1.2.1",
"version": "1.2.2",
"description": "Babel syntactic sugar for functional components",
"main": "dist/plugin.js",
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-functional-vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-sugar-inject-h/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-sugar-inject-h",
"version": "1.2.1",
"version": "1.2.2",
"description": "Babel syntactic sugar for h automatic injection for Vue JSX",
"main": "dist/plugin.js",
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-inject-h",
Expand Down

0 comments on commit e7413fd

Please sign in to comment.