From db7cc8d5b7e298b5dc2f4aa586f26f18a16a8970 Mon Sep 17 00:00:00 2001 From: Fabien MARIE-LOUISE Date: Thu, 4 May 2023 14:04:51 +0200 Subject: [PATCH] chore: changeset v0.9.5 --- .changeset/itchy-pens-thank.md | 11 +++++++++++ apps/docs/src/VERSIONS.ts | 1 + apps/docs/src/routes/docs/changelog/0-9-5.mdx | 9 +++++++++ apps/docs/src/routes/docs/core.tsx | 1 + 4 files changed, 22 insertions(+) create mode 100644 .changeset/itchy-pens-thank.md create mode 100644 apps/docs/src/routes/docs/changelog/0-9-5.mdx diff --git a/.changeset/itchy-pens-thank.md b/.changeset/itchy-pens-thank.md new file mode 100644 index 00000000..a30b4d50 --- /dev/null +++ b/.changeset/itchy-pens-thank.md @@ -0,0 +1,11 @@ +--- +"@kobalte/tailwindcss": patch +"@kobalte/core": patch +--- + +fix: + +- #205 +- #206 +- #207 +- remove Kobalte UI colors diff --git a/apps/docs/src/VERSIONS.ts b/apps/docs/src/VERSIONS.ts index c523bcb8..52b912fb 100644 --- a/apps/docs/src/VERSIONS.ts +++ b/apps/docs/src/VERSIONS.ts @@ -21,6 +21,7 @@ export const CORE_VERSIONS = [ "0.9.2", "0.9.3", "0.9.4", + "0.9.5", ].reverse(); export const LATEST_CORE_CHANGELOG_URL = `/docs/changelog/${CORE_VERSIONS[0].replaceAll(".", "-")}`; diff --git a/apps/docs/src/routes/docs/changelog/0-9-5.mdx b/apps/docs/src/routes/docs/changelog/0-9-5.mdx new file mode 100644 index 00000000..6e3879fc --- /dev/null +++ b/apps/docs/src/routes/docs/changelog/0-9-5.mdx @@ -0,0 +1,9 @@ +# v0.9.5 + +**May 4, 2023**. + +## Bug fixes + +- [#205](https://github.com/kobaltedev/kobalte/pull/205) +- [#206](https://github.com/kobaltedev/kobalte/pull/206) +- [#207](https://github.com/kobaltedev/kobalte/pull/207) diff --git a/apps/docs/src/routes/docs/core.tsx b/apps/docs/src/routes/docs/core.tsx index 9f672854..87df5c68 100644 --- a/apps/docs/src/routes/docs/core.tsx +++ b/apps/docs/src/routes/docs/core.tsx @@ -104,6 +104,7 @@ const CORE_NAV_SECTIONS: NavSection[] = [ { title: "Radio Group", href: "/docs/core/components/radio-group", + status: "updated", }, { title: "Select",