Skip to content

Commit

Permalink
chore: prepare release 0.13.6 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 authored Aug 27, 2024
1 parent 4555f8d commit 512b844
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .changeset/four-doors-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@kobalte/core": patch
"@kobalte/utils": patch
---

## v0.13.6 (August 27, 2024)

**Bug fixes**

- Update missing export from `@kobalte/utils` ([#477](https://github.com/kobaltedev/kobalte/pull/477))
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.5";
export const LATEST_CORE_VERSION_NAME = "v0.13.6";
6 changes: 6 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,11 @@
# v0.13.x

## v0.13.6 (August 27, 2024)

**Bug fixes**

- Update missing export from `@kobalte/utils` ([#477](https://github.com/kobaltedev/kobalte/pull/477))

## v0.13.5 (August 27, 2024)

**New features**
Expand Down

0 comments on commit 512b844

Please sign in to comment.