From f3f3650c2079431fc4911a98e7223085ab7c5a3a Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 18 Jan 2022 16:58:05 +0800 Subject: [PATCH] chore: update repo references --- CHANGELOG.md | 10 +++++----- packages/babel-plugin-jsx/README-zh_CN.md | 2 +- packages/babel-plugin-jsx/README.md | 2 +- packages/babel-plugin-jsx/package.json | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b3f0e..cf962fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/babel-plugin-jsx/README-zh_CN.md b/packages/babel-plugin-jsx/README-zh_CN.md index f54a4b9..4169ac7 100644 --- a/packages/babel-plugin-jsx/README-zh_CN.md +++ b/packages/babel-plugin-jsx/README-zh_CN.md @@ -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 ไปฃ็  diff --git a/packages/babel-plugin-jsx/README.md b/packages/babel-plugin-jsx/README.md index 4f0564c..96c44bb 100644 --- a/packages/babel-plugin-jsx/README.md +++ b/packages/babel-plugin-jsx/README.md @@ -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. diff --git a/packages/babel-plugin-jsx/package.json b/packages/babel-plugin-jsx/package.json index 2b9753f..69e0c58 100644 --- a/packages/babel-plugin-jsx/package.json +++ b/packages/babel-plugin-jsx/package.json @@ -3,12 +3,12 @@ "version": "1.1.1", "description": "Babel plugin for Vue 3.0 JSX", "author": "Amour1688 ", - "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"