Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 11, 2019
1 parent a075fd3 commit aea0701
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.0",
"version": "1.1.1",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 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.1.0",
"version": "1.1.1",
"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 @@ -17,7 +17,7 @@
"@vue/babel-plugin-transform-vue-jsx": "^1.0.0",
"@vue/babel-sugar-functional-vue": "^1.0.0",
"@vue/babel-sugar-inject-h": "^1.0.0",
"@vue/babel-sugar-v-model": "^1.0.0",
"@vue/babel-sugar-v-model": "^1.1.1",
"@vue/babel-sugar-v-on": "^1.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-sugar-v-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-sugar-v-model",
"version": "1.0.0",
"version": "1.1.1",
"description": "Babel syntactic sugar for v-model support in Vue JSX",
"main": "dist/plugin.js",
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-model",
Expand Down

0 comments on commit aea0701

Please sign in to comment.