Skip to content

Commit

Permalink
chore: prepare release 0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed Oct 7, 2024
1 parent b1b6246 commit c05f4f5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changeset/eighty-fans-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@kobalte/core": patch
---

## v0.13.7 (October 7, 2024)

**Bug fixes**

- ToggleGroup: root value type definition ([#479](https://github.com/kobaltedev/kobalte/pull/479))
- Collapsible: close animation on default open ([#483](https://github.com/kobaltedev/kobalte/pull/483))
- Toast: filter dismissed toasts in region ([#489](https://github.com/kobaltedev/kobalte/pull/489))
2 changes: 1 addition & 1 deletion apps/docs/src/VERSIONS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export const LATEST_CORE_CHANGELOG_URL = `/docs/changelog/${CORE_VERSIONS[0].rep
"-",
)}`;

export const LATEST_CORE_VERSION_NAME = "v0.13.6";
export const LATEST_CORE_VERSION_NAME = "v0.13.7";
8 changes: 8 additions & 0 deletions apps/docs/src/routes/docs/changelog/0-13-x.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# v0.13.x

## v0.13.7 (October 7, 2024)

**Bug fixes**

- ToggleGroup: root value type definition ([#479](https://github.com/kobaltedev/kobalte/pull/479))
- Collapsible: close animation on default open ([#483](https://github.com/kobaltedev/kobalte/pull/483))
- Toast: filter dismissed toasts in region ([#489](https://github.com/kobaltedev/kobalte/pull/489))

## v0.13.6 (August 27, 2024)

**Bug fixes**
Expand Down

0 comments on commit c05f4f5

Please sign in to comment.