Skip to content

Commit

Permalink
chore: changeset v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien-ml committed May 4, 2023
1 parent bafb1f2 commit db7cc8d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/itchy-pens-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@kobalte/tailwindcss": patch
"@kobalte/core": patch
---

fix:

- #205
- #206
- #207
- remove Kobalte UI colors
1 change: 1 addition & 0 deletions apps/docs/src/VERSIONS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(".", "-")}`;
Expand Down
9 changes: 9 additions & 0 deletions apps/docs/src/routes/docs/changelog/0-9-5.mdx
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions apps/docs/src/routes/docs/core.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const CORE_NAV_SECTIONS: NavSection[] = [
{
title: "Radio Group",
href: "/docs/core/components/radio-group",
status: "updated",
},
{
title: "Select",
Expand Down

0 comments on commit db7cc8d

Please sign in to comment.