Skip to content

Commit

Permalink
chore: change repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 16, 2023
1 parent edc5df8 commit cdc2269
Show file tree
Hide file tree
Showing 86 changed files with 1,136 additions and 1,139 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "sxzz/unplugin-vue-macros" }
{ "repo": "sxzz/vue-macros" }
],
"commit": false,
"fixed": [],
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ First, thank you for contributing to Vue Macros!

We welcome any type of contribution, not only code. You can help with:

- **QA**: You can [open an issue](https://github.com/sxzz/unplugin-vue-macros/issues) for bug reports, the more details you can give the better - links or repos that demonstrate the specific issue. Even if you can't write code, commenting on them, and showing that you care about a given issue matters. It helps us triage them.
- **QA**: You can [open an issue](https://github.com/sxzz/vue-macros/issues) for bug reports, the more details you can give the better - links or repos that demonstrate the specific issue. Even if you can't write code, commenting on them, and showing that you care about a given issue matters. It helps us triage them.
- **Sponsors**: We welcome financial contributions.

## Your First Contribution
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ npm i unplugin-vue-macros -D
💕 Thank you to all the contributors!

<p align="center">
<a href="https://github.com/sxzz/unplugin-vue-macros/graphs/contributors">
<img src="https://contrib.rocks/image?repo=sxzz/unplugin-vue-macros" />
<a href="https://github.com/sxzz/vue-macros/graphs/contributors">
<img src="https://contrib.rocks/image?repo=sxzz/vue-macros" />
</a>
</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const members = [

<h2 text="center lg" font-bold my-5>💕 Thanks to all the contributors!</h2>

<a href="https://github.com/sxzz/unplugin-vue-macros/graphs/contributors">
<img src="https://contrib.rocks/image?repo=sxzz/unplugin-vue-macros" />
<a href="https://github.com/sxzz/vue-macros/graphs/contributors">
<img src="https://contrib.rocks/image?repo=sxzz/vue-macros" />
</a>
</div>
</template>
2 changes: 1 addition & 1 deletion docs/.vitepress/configs/pwa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const pwa: PwaOptions = {
},
},
{
// For `https://contrib.rocks/image?repo=sxzz/unplugin-vue-macros`
// For `https://contrib.rocks/image?repo=sxzz/vue-macros`
urlPattern: /^https:\/\/contrib.rocks\/.*/i,
handler: 'NetworkFirst',
options: {
Expand Down
4 changes: 1 addition & 3 deletions docs/.vitepress/locales/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import { webLink } from '.vitepress/configs/meta'

export const themeConfig = {
logo: '/favicon.svg',
socialLinks: [
{ icon: 'github', link: 'https://github.com/sxzz/unplugin-vue-macros' },
],
socialLinks: [{ icon: 'github', link: 'https://github.com/sxzz/vue-macros' }],
} satisfies DefaultTheme.Config

export const head: HeadConfig[] = [
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const themeConfig: DefaultTheme.Config = {
'MIT License © 2022-PRESENT <a href="https://github.com/sxzz">三咲智子 Kevin Deng</a>',
},
editLink: {
pattern: 'https://github.com/sxzz/unplugin-vue-macros/edit/main/docs/:path',
pattern: 'https://github.com/sxzz/vue-macros/edit/main/docs/:path',
text: 'Edit this page on GitHub',
},
nav,
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/locales/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const themeConfig: DefaultTheme.Config = {
'MIT License © 2022-PRESENT <a href="https://github.com/sxzz">三咲智子</a>',
},
editLink: {
pattern: 'https://github.com/sxzz/unplugin-vue-macros/edit/main/docs/:path',
pattern: 'https://github.com/sxzz/vue-macros/edit/main/docs/:path',
text: '在 GitHub 上编辑此页面',
},
nav,
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We assume you are already familiar with the basic usages of Vue before you conti
## Demos

- [Vite + Vue 3](https://github.com/vue-macros/vite)
- [Vite + Vue 2](https://github.com/sxzz/unplugin-vue-macros/tree/main/playground/vue2)
- [Vite + Vue 2](https://github.com/sxzz/vue-macros/tree/main/playground/vue2)
- [Nuxt 3 + Vue 3](https://github.com/vue-macros/nuxt)
- [Vue CLI + Vue 2](https://github.com/vue-macros/vue2-vue-cli)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hero:
link: /guide/getting-started
- theme: alt
text: View on GitHub
link: https://github.com/sxzz/unplugin-vue-macros
link: https://github.com/sxzz/vue-macros
features:
- icon:
title: More syntax sugar and macros
Expand Down
4 changes: 2 additions & 2 deletions docs/zh-CN/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Vue Macros 是一个库,用于实现尚未被 Vue 正式实现的提案或想

## 示例

- [Vite + Vue 3](https://github.com/sxzz/unplugin-vue-macros/tree/main/playground/vue3)
- [Vite + Vue 2](https://github.com/sxzz/unplugin-vue-macros/tree/main/playground/vue2)
- [Vite + Vue 3](https://github.com/sxzz/vue-macros/tree/main/playground/vue3)
- [Vite + Vue 2](https://github.com/sxzz/vue-macros/tree/main/playground/vue2)
- [Nuxt 3 + Vue 3](https://github.com/vue-macros/nuxt)
- [Vue CLI + Vue 2](https://github.com/vue-macros/vue2-vue-cli)

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hero:
link: /zh-CN/guide/getting-started
- theme: alt
text: 在 GitHub 上查看
link: https://github.com/sxzz/unplugin-vue-macros
link: https://github.com/sxzz/vue-macros
features:
- icon:
title: 扩展更多的宏和语法糖
Expand Down
8 changes: 4 additions & 4 deletions monoman.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ export default defineConfig([
data.license = 'MIT'
if (pkgName === 'define-options') {
data.homepage =
'https://github.com/sxzz/unplugin-vue-macros/tree/main/packages/define-options#readme'
'https://github.com/sxzz/vue-macros/tree/main/packages/define-options#readme'
} else {
data.homepage = 'https://github.com/sxzz/unplugin-vue-macros#readme'
data.homepage = 'https://github.com/sxzz/vue-macros#readme'
}

data.bugs = { url: 'https://github.com/sxzz/unplugin-vue-macros/issues' }
data.bugs = { url: 'https://github.com/sxzz/vue-macros/issues' }
data.repository = {
type: 'git',
url: 'git+https://github.com/sxzz/unplugin-vue-macros.git',
url: 'git+https://github.com/sxzz/vue-macros.git',
directory: `packages/${pkgName}`,
}
data.author = '三咲智子 <[email protected]>'
Expand Down

0 comments on commit cdc2269

Please sign in to comment.