Skip to content

Commit 6566e12

Browse files
committed
v1.4.0
1 parent 60da266 commit 6566e12

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
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.3.1",
6+
"version": "1.4.0",
77
"npmClient": "yarn"
88
}

packages/babel-helper-vue-jsx-merge-props/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-helper-vue-jsx-merge-props",
3-
"version": "1.2.1",
3+
"version": "1.4.0",
44
"description": "Babel helper for Vue JSX spread",
55
"main": "dist/helper.js",
66
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-helper-vue-jsx-merge-props",

packages/babel-plugin-transform-vue-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-plugin-transform-vue-jsx",
3-
"version": "1.2.1",
3+
"version": "1.4.0",
44
"description": "Babel plugin for Vue 2.0 JSX",
55
"main": "dist/plugin.js",
66
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-plugin-transform-vue-jsx",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@babel/helper-module-imports": "^7.0.0",
4343
"@babel/plugin-syntax-jsx": "^7.2.0",
44-
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
44+
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
4545
"html-tags": "^2.0.0",
4646
"lodash.kebabcase": "^4.1.1",
4747
"svg-tags": "^1.0.0"

packages/babel-preset-jsx/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-preset-jsx",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
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",
@@ -16,14 +16,14 @@
1616
"prerelease": "yarn build"
1717
},
1818
"dependencies": {
19-
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
20-
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
21-
"@vue/babel-sugar-composition-api-inject-h": "^1.3.0",
22-
"@vue/babel-sugar-composition-api-render-instance": "^1.3.0",
23-
"@vue/babel-sugar-functional-vue": "^1.2.2",
24-
"@vue/babel-sugar-inject-h": "^1.2.2",
25-
"@vue/babel-sugar-v-model": "^1.3.0",
26-
"@vue/babel-sugar-v-on": "^1.3.0"
19+
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
20+
"@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
21+
"@vue/babel-sugar-composition-api-inject-h": "^1.4.0",
22+
"@vue/babel-sugar-composition-api-render-instance": "^1.4.0",
23+
"@vue/babel-sugar-functional-vue": "^1.4.0",
24+
"@vue/babel-sugar-inject-h": "^1.4.0",
25+
"@vue/babel-sugar-v-model": "^1.4.0",
26+
"@vue/babel-sugar-v-on": "^1.4.0"
2727
},
2828
"devDependencies": {
2929
"rollup": "^0.67.4",

packages/babel-sugar-composition-api-inject-h/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-sugar-composition-api-inject-h",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Babel syntactic sugar for h automatic injection for 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-inject-h",

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.3.0",
3+
"version": "1.4.0",
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",

packages/babel-sugar-functional-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-sugar-functional-vue",
3-
"version": "1.2.2",
3+
"version": "1.4.0",
44
"description": "Babel syntactic sugar for functional components",
55
"main": "dist/plugin.js",
66
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-functional-vue",

packages/babel-sugar-inject-h/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-sugar-inject-h",
3-
"version": "1.2.2",
3+
"version": "1.4.0",
44
"description": "Babel syntactic sugar for h automatic injection for Vue JSX",
55
"main": "dist/plugin.js",
66
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-inject-h",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-sugar-v-model",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
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",
@@ -41,8 +41,8 @@
4141
},
4242
"dependencies": {
4343
"@babel/plugin-syntax-jsx": "^7.2.0",
44-
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
45-
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
44+
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
45+
"@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
4646
"camelcase": "^5.0.0",
4747
"html-tags": "^2.0.0",
4848
"svg-tags": "^1.0.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-sugar-v-on",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
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",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@babel/plugin-syntax-jsx": "^7.2.0",
45-
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
45+
"@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
4646
"camelcase": "^5.0.0"
4747
},
4848
"peerDependencies": {

0 commit comments

Comments
 (0)