Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f82f618

Browse filesBrowse files
committed
v1.3.0
1 parent e7d094e commit f82f618
Copy full SHA for f82f618

File tree

Expand file treeCollapse file tree

6 files changed

+10
-10
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+10
-10
lines changed

‎lerna.json

Copy file name to clipboardExpand all lines: lerna.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.2.4",
6+
"version": "1.3.0",
77
"npmClient": "yarn"
88
}

‎packages/babel-preset-jsx/package.json

Copy file name to clipboardExpand all lines: packages/babel-preset-jsx/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-preset-jsx",
3-
"version": "1.2.4",
3+
"version": "1.3.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",
@@ -18,12 +18,12 @@
1818
"dependencies": {
1919
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
2020
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
21-
"@vue/babel-sugar-composition-api-inject-h": "^1.2.1",
22-
"@vue/babel-sugar-composition-api-render-instance": "^1.2.4",
21+
"@vue/babel-sugar-composition-api-inject-h": "^1.3.0",
22+
"@vue/babel-sugar-composition-api-render-instance": "^1.3.0",
2323
"@vue/babel-sugar-functional-vue": "^1.2.2",
2424
"@vue/babel-sugar-inject-h": "^1.2.2",
25-
"@vue/babel-sugar-v-model": "^1.2.3",
26-
"@vue/babel-sugar-v-on": "^1.2.3"
25+
"@vue/babel-sugar-v-model": "^1.3.0",
26+
"@vue/babel-sugar-v-on": "^1.3.0"
2727
},
2828
"devDependencies": {
2929
"rollup": "^0.67.4",

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

Copy file name to clipboardExpand all lines: packages/babel-sugar-composition-api-inject-h/package.json
+1-1Lines changed: 1 addition & 1 deletion
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.2.1",
3+
"version": "1.3.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

Copy file name to clipboardExpand all lines: packages/babel-sugar-composition-api-render-instance/package.json
+1-1Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "1.3.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-v-model/package.json

Copy file name to clipboardExpand all lines: packages/babel-sugar-v-model/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-sugar-v-model",
3-
"version": "1.2.3",
3+
"version": "1.3.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",

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

Copy file name to clipboardExpand all lines: packages/babel-sugar-v-on/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-sugar-v-on",
3-
"version": "1.2.3",
3+
"version": "1.3.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",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.