Skip to content

Commit f3f3650

Browse files
committed
chore: update repo references
1 parent a883ce1 commit f3f3650

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
`2020-12-12`
5656

57-
- 🐞 wrong result in slots array map expression [#218](https://github.com/vuejs/jsx-next/pull/218)
57+
- 🐞 wrong result in slots array map expression [#218](https://github.com/vuejs/babel-plugin-jsx/pull/218)
5858

5959
## 1.0.0-rc.4
6060

@@ -67,15 +67,15 @@
6767

6868
`2020-09-14`
6969

70-
- 🐞 fix mergeProps order error ([bf59811](https://github.com/vuejs/jsx-next/commit/bf59811f4334dbc30fd62ba33a33926031dd8835))
71-
- 🌟 optional mergeProps ([e16695d](https://github.com/vuejs/jsx-next/commit/e16695d87e269000055828f32492690c4cf796b2))
70+
- 🐞 fix mergeProps order error ([bf59811](https://github.com/vuejs/babel-plugin-jsx/commit/bf59811f4334dbc30fd62ba33a33926031dd8835))
71+
- 🌟 optional mergeProps ([e16695d](https://github.com/vuejs/babel-plugin-jsx/commit/e16695d87e269000055828f32492690c4cf796b2))
7272

7373
## 1.0.0-rc.2
7474

7575
`2020-08-28`
7676

77-
- 🌟 rename package scope from ant-design-vue to vue ([09c220e](https://github.com/vuejs/jsx-next/commit/09c220eeff98bbec757a83d41af1f0731652d00c))
78-
- 🌟 replace namespace imports with named imports [#67](https://github.com/vuejs/jsx-next/pull/67)
77+
- 🌟 rename package scope from ant-design-vue to vue ([09c220e](https://github.com/vuejs/babel-plugin-jsx/commit/09c220eeff98bbec757a83d41af1f0731652d00c))
78+
- 🌟 replace namespace imports with named imports [#67](https://github.com/vuejs/babel-plugin-jsx/pull/67)
7979

8080
## 1.0.0-rc.1
8181

packages/babel-plugin-jsx/README-zh_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue 3 Babel JSX 插件
22

3-
[![CircleCI](https://circleci.com/gh/vuejs/jsx-next.svg?style=svg)](https://circleci.com/gh/vuejs/vue-next) [![npm package](https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@vue/babel-plugin-jsx)
3+
[![CircleCI](https://circleci.com/gh/vuejs/babel-plugin-jsx.svg?style=svg)](https://circleci.com/gh/vuejs/vue-next) [![npm package](https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@vue/babel-plugin-jsx)
44
[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-orange?style=flat-square)](https://github.com/actions-cool/issues-helper)
55

66
以 JSX 的方式来编写 Vue 代码

packages/babel-plugin-jsx/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Babel Plugin JSX for Vue 3.0
22

3-
[![CircleCI](https://circleci.com/gh/vuejs/jsx-next.svg?style=svg)](https://circleci.com/gh/vuejs/vue-next) [![npm package](https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@vue/babel-plugin-jsx)
3+
[![CircleCI](https://circleci.com/gh/vuejs/babel-plugin-jsx.svg?style=svg)](https://circleci.com/gh/vuejs/babel-plugin-jsx) [![npm package](https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@vue/babel-plugin-jsx)
44
[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-blueviolet?style=flat-square)](https://github.com/actions-cool/issues-helper)
55

66
To add Vue JSX support.

packages/babel-plugin-jsx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "1.1.1",
44
"description": "Babel plugin for Vue 3.0 JSX",
55
"author": "Amour1688 <[email protected]>",
6-
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
6+
"homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
77
"license": "MIT",
88
"main": "dist/index.js",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/vuejs/jsx-next.git"
11+
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
1212
},
1313
"scripts": {
1414
"build": "rm -rf dist && tsc",
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "yarn build"
1919
},
2020
"bugs": {
21-
"url": "https://github.com/vuejs/jsx-next/issues"
21+
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
2222
},
2323
"files": [
2424
"dist"

0 commit comments

Comments
 (0)