Skip to content

Commit

Permalink
chore: prepare release 0.13.0 (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed May 1, 2024
1 parent 80c6d40 commit dbf06fa
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .changeset/long-pigs-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@kobalte/core": minor
---

## v0.13.0 (May 1, 2024)

**Breaking changes**

- [#381](https://github.com/kobaltedev/kobalte/pull/381)
- Removed `asChild` and `<As/>`: [Polymorphism documentation](/docs/core/overview/polymorphism)
- Refactored `as` prop: [Polymorphism documentation](/docs/core/overview/polymorphism)
- [New component types](/docs/core/overview/polymorphism#types)

**New features**

- Allow importing individual components ([#391](https://github.com/kobaltedev/kobalte/pull/391))
- [New `ToggleGroup` component](/docs/core/components/toggle-group) ([#378](https://github.com/kobaltedev/kobalte/pull/378))
3 changes: 2 additions & 1 deletion apps/docs/src/VERSIONS.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const CORE_VERSIONS = [
"0.13.x",
"0.12.x",
"0.11.x",
"0.10.x",
Expand All @@ -18,4 +19,4 @@ export const LATEST_CORE_CHANGELOG_URL = `/docs/changelog/${CORE_VERSIONS[0].rep
"-",
)}`;

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

## v0.13.0 (May 1, 2024)

**Breaking changes**

- [#381](https://github.com/kobaltedev/kobalte/pull/381)
- Removed `asChild` and `<As/>`: [Polymorphism documentation](/docs/core/overview/polymorphism)
- Refactored `as` prop: [Polymorphism documentation](/docs/core/overview/polymorphism)
- [New component types](/docs/core/overview/polymorphism#types)

**New features**

- Allow importing individual components ([#391](https://github.com/kobaltedev/kobalte/pull/391))
- [New `ToggleGroup` component](/docs/core/components/toggle-group) ([#378](https://github.com/kobaltedev/kobalte/pull/378))

0 comments on commit dbf06fa

Please sign in to comment.