Skip to content

Commit 512b844

Browse files
authored
chore: prepare release 0.13.6 (#477)
1 parent 4555f8d commit 512b844

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.changeset/four-doors-sell.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@kobalte/core": patch
3+
"@kobalte/utils": patch
4+
---
5+
6+
## v0.13.6 (August 27, 2024)
7+
8+
**Bug fixes**
9+
10+
- Update missing export from `@kobalte/utils` ([#477](https://github.com/kobaltedev/kobalte/pull/477))

apps/docs/src/VERSIONS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ export const LATEST_CORE_CHANGELOG_URL = `/docs/changelog/${CORE_VERSIONS[0].rep
1919
"-",
2020
)}`;
2121

22-
export const LATEST_CORE_VERSION_NAME = "v0.13.5";
22+
export const LATEST_CORE_VERSION_NAME = "v0.13.6";

apps/docs/src/routes/docs/changelog/0-13-x.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# v0.13.x
22

3+
## v0.13.6 (August 27, 2024)
4+
5+
**Bug fixes**
6+
7+
- Update missing export from `@kobalte/utils` ([#477](https://github.com/kobaltedev/kobalte/pull/477))
8+
39
## v0.13.5 (August 27, 2024)
410

511
**New features**

0 commit comments

Comments
 (0)