diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 54005550f..d15763699 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -10,8 +10,8 @@ body: This form is only for submitting bug reports. If you have a usage question or are unsure if this is really a bug, make sure to: - - Read the [docs](https://radix-vue.com/) - - Ask on [Discord Chat](https://chat.radix-vue.com/) + - Read the [docs](https://reka-ui.com/) + - Ask on [Discord Chat](https://chat.unovue.com/) - Ask on [GitHub Discussions](https://github.com/shadcn-vue/shadcn-vue/discussions) - type: input id: reproduction diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1598db7c4..f95bc6135 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: true contact_links: # - name: 📚 Documentation - # url: https://www.radix-vue.com/ + # url: https://www.reka-ui.com/ # about: Check the documentation for usage of Radix Vue. - name: 🗨️ Discord - url: https://chat.radix-vue.com/ + url: https://chat.unovue.com/ about: Join the Radix Vue Discord server. diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 8ce3b8e36..08532c181 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -11,7 +11,7 @@ body: id: feature-description attributes: label: Describe the feature - description: A clear and concise description of what you think would be a helpful addition to radix-vue, including the possible use cases and alternatives you have considered. If you have a working prototype or module that implements it, please include a link. + description: A clear and concise description of what you think would be a helpful addition to shadcn-vue, including the possible use cases and alternatives you have considered. If you have a working prototype or module that implements it, please include a link. placeholder: Feature description validations: required: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 310d283d7..e9630f4b0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,6 @@ # .github/workflows/release.yml -name: Release +name: Release (next) permissions: contents: write @@ -29,11 +29,11 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Build CLI & Publish to npm - run: pnpm --filter shadcn-vue pub:release + run: pnpm --filter shadcn-vue pub:next env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Build Module & Publish to npm - run: pnpm --filter shadcn-nuxt pub:release + run: pnpm --filter shadcn-nuxt pub:next env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.gitignore b/.gitignore index b49484881..3b0b3496e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ yarn-error.log* pnpm-debug.log* lerna-debug.log* -.nuxt +# .nuxt .env node_modules .DS_Store @@ -34,4 +34,4 @@ test-results/ playwright-report/ vite.config.ts.timestamp* -**/.vitepress/cache/* \ No newline at end of file +**/.vitepress/cache/* diff --git a/.npmrc b/.npmrc index 3bd3b7de7..48b1fdbbd 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ shell-emulator=true +auto-install-peers=true diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8970fe1cc..a7cc07c4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thanks for your interest in contributing to shadcn-vue.com. We're happy to have Please take a moment to review this document before submitting your first pull request. We also strongly recommend that you check for open issues and pull requests to see if someone else is working on something similar. -If you need any help, feel free to reach out to the core team on [Discord](https://chat.radix-vue.com/). +If you need any help, feel free to reach out to the core team on [Discord](https://chat.unovue.com/). ## About this repository @@ -36,7 +36,7 @@ packages | ----------------------------| -------------------------------------------| | `apps/www/.vitepress` | The Vitepress application for the website. | | `apps/www/src/content` | The content for the website. | -| `apps/www/src/lib/registry` | The registry for the components. | +| `apps/www/registry` | The registry for the components. | | `packages/cli` | The `shadcn-vue` package. | ## Development @@ -44,7 +44,7 @@ packages ### Start by cloning the repository: ``` -git clone git@github.com:radix-vue/shadcn-vue.git +git clone git@github.com:unovue/shadcn-vue.git ``` ### Install dependencies @@ -83,7 +83,7 @@ Documentation is written using [md](https://vitepress.dev/guide/markdown). You c ## Components -We use a registry system for developing components. You can find the source code for the components under `apps/www/src/lib/registry`. The components are organized by styles. +We use a registry system for developing components. You can find the source code for the components under `apps/www/registry`. The components are organized by styles. ```bash apps diff --git a/LICENSE b/LICENSE index 9100080f6..978951912 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 radix-vue +Copyright (c) 2023 unovue Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e8ee038ea..8108ae4c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +
- On This Page -
-- Pick a style and color for your components. -
+