diff --git a/README.md b/README.md index fe9a787e..0c1c2f45 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ We're thrilled to introduce Nuxt UI v3, a significant upgrade to our UI library that delivers extensive improvements and robust new capabilities. This major update harnesses the combined strengths of [Reka UI](https://reka-ui.com/), [Tailwind CSS v4](https://tailwindcss.com/), and [Tailwind Variants](https://www.tailwind-variants.org/) to offer developers an unparalleled set of tools for creating sophisticated, accessible, and highly performant user interfaces. > [!NOTE] -> You are on the `v3` development branch, check out the [dev branch](https://github.com/nuxt/ui/tree/dev) for Nuxt UI v2. +> You are on the `v3` development branch, check out the [v2 branch](https://github.com/nuxt/ui/tree/v2) for Nuxt UI v2. ## Documentation diff --git a/renovate.json b/renovate.json index 002fc23a..c1c6df10 100644 --- a/renovate.json +++ b/renovate.json @@ -12,7 +12,7 @@ "vaul-vue", "vue-tsc" ], - "baseBranches": ["dev", "v3"], + "baseBranches": ["v2", "v3"], "packageRules": [{ "matchBaseBranches": ["v3"], "labels": ["v3"]