Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 16, 2020
1 parent 0d9f9a2 commit a6f821f
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 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.2",
"version": "1.2.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/babel-helper-vue-jsx-merge-props/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-helper-vue-jsx-merge-props",
"version": "1.0.0",
"version": "1.2.0",
"description": "Babel helper for Vue JSX spread",
"main": "dist/helper.js",
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-helper-vue-jsx-merge-props",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-vue-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-plugin-transform-vue-jsx",
"version": "1.1.2",
"version": "1.2.0",
"description": "Babel plugin for Vue 2.0 JSX",
"main": "dist/plugin.js",
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-plugin-transform-vue-jsx",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.0",
"html-tags": "^2.0.0",
"lodash.kebabcase": "^4.1.1",
"svg-tags": "^1.0.0"
Expand Down
14 changes: 7 additions & 7 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.2",
"version": "1.2.0",
"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 @@ -13,12 +13,12 @@
"prerelease": "yarn build"
},
"dependencies": {
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-plugin-transform-vue-jsx": "^1.1.2",
"@vue/babel-sugar-functional-vue": "^1.1.2",
"@vue/babel-sugar-inject-h": "^1.1.2",
"@vue/babel-sugar-v-model": "^1.1.2",
"@vue/babel-sugar-v-on": "^1.1.2"
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.0",
"@vue/babel-plugin-transform-vue-jsx": "^1.2.0",
"@vue/babel-sugar-functional-vue": "^1.2.0",
"@vue/babel-sugar-inject-h": "^1.2.0",
"@vue/babel-sugar-v-model": "^1.2.0",
"@vue/babel-sugar-v-on": "^1.2.0"
},
"devDependencies": {
"rollup": "^0.67.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-sugar-composition-api-inject-h/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-sugar-composition-api-inject-h",
"version": "1.1.2",
"version": "1.2.0",
"description": "Babel syntactic sugar for h automatic injection for Vue JSX with @vue/composition-api",
"main": "dist/plugin.js",
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-inject-h",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-sugar-composition-api-render-instance",
"version": "1.1.2",
"version": "1.2.0",
"description": "Babel syntactic sugar for replaceing `this` with `getCurrentInstance()` in Vue JSX with @vue/composition-api",
"main": "dist/plugin.js",
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-render-instance",
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.1.2",
"version": "1.2.0",
"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.1.2",
"version": "1.2.0",
"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
6 changes: 3 additions & 3 deletions 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.1.2",
"version": "1.2.0",
"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 Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.2.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-plugin-transform-vue-jsx": "^1.1.2",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.0",
"@vue/babel-plugin-transform-vue-jsx": "^1.2.0",
"camelcase": "^5.0.0",
"html-tags": "^2.0.0",
"svg-tags": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-sugar-v-on/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-sugar-v-on",
"version": "1.1.2",
"version": "1.2.0",
"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-on",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.2.0",
"@vue/babel-plugin-transform-vue-jsx": "^1.1.2",
"@vue/babel-plugin-transform-vue-jsx": "^1.2.0",
"camelcase": "^5.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit a6f821f

Please sign in to comment.