chore: update repo references

This commit is contained in:
Evan You 2022-01-18 16:58:05 +08:00
parent a883ce1296
commit f3f3650c20
4 changed files with 10 additions and 10 deletions

View File

@ -54,7 +54,7 @@
`2020-12-12`
- 🐞 wrong result in slots array map expression [#218](https://github.com/vuejs/jsx-next/pull/218)
- 🐞 wrong result in slots array map expression [#218](https://github.com/vuejs/babel-plugin-jsx/pull/218)
## 1.0.0-rc.4
@ -67,15 +67,15 @@
`2020-09-14`
- 🐞 fix mergeProps order error ([bf59811](https://github.com/vuejs/jsx-next/commit/bf59811f4334dbc30fd62ba33a33926031dd8835))
- 🌟 optional mergeProps ([e16695d](https://github.com/vuejs/jsx-next/commit/e16695d87e269000055828f32492690c4cf796b2))
- 🐞 fix mergeProps order error ([bf59811](https://github.com/vuejs/babel-plugin-jsx/commit/bf59811f4334dbc30fd62ba33a33926031dd8835))
- 🌟 optional mergeProps ([e16695d](https://github.com/vuejs/babel-plugin-jsx/commit/e16695d87e269000055828f32492690c4cf796b2))
## 1.0.0-rc.2
`2020-08-28`
- 🌟 rename package scope from ant-design-vue to vue ([09c220e](https://github.com/vuejs/jsx-next/commit/09c220eeff98bbec757a83d41af1f0731652d00c))
- 🌟 replace namespace imports with named imports [#67](https://github.com/vuejs/jsx-next/pull/67)
- 🌟 rename package scope from ant-design-vue to vue ([09c220e](https://github.com/vuejs/babel-plugin-jsx/commit/09c220eeff98bbec757a83d41af1f0731652d00c))
- 🌟 replace namespace imports with named imports [#67](https://github.com/vuejs/babel-plugin-jsx/pull/67)
## 1.0.0-rc.1

View File

@ -1,6 +1,6 @@
# Vue 3 Babel JSX 插件
[![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)
[![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)
[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-orange?style=flat-square)](https://github.com/actions-cool/issues-helper)
以 JSX 的方式来编写 Vue 代码

View File

@ -1,6 +1,6 @@
# Babel Plugin JSX for Vue 3.0
[![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)
[![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)
[![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-blueviolet?style=flat-square)](https://github.com/actions-cool/issues-helper)
To add Vue JSX support.

View File

@ -3,12 +3,12 @@
"version": "1.1.1",
"description": "Babel plugin for Vue 3.0 JSX",
"author": "Amour1688 <lcz_1996@foxmail.com>",
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
"homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/jsx-next.git"
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
},
"scripts": {
"build": "rm -rf dist && tsc",
@ -18,7 +18,7 @@
"prepublishOnly": "yarn build"
},
"bugs": {
"url": "https://github.com/vuejs/jsx-next/issues"
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
},
"files": [
"dist"