Skip to content

Commit

Permalink
chore: prepare release 0.13.1 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed May 3, 2024
1 parent f191fe7 commit 16789fb
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .changeset/slow-starfishes-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@kobalte/core": patch
---

## v0.13.1 (May 3, 2024)

**New features**

- NumberField: improve input handling ([#379](https://github.com/kobaltedev/kobalte/pull/379)) ([#395](https://github.com/kobaltedev/kobalte/pull/395))

**Bug fixes**

- Slider: call `onChangeEnd` on blur after changing value ([#402](https://github.com/kobaltedev/kobalte/pull/402))
- Select: `options` non reactive inside suspense ([#401](https://github.com/kobaltedev/kobalte/pull/401))
- Combobox: close on select with `focus` trigger mode ([#400](https://github.com/kobaltedev/kobalte/pull/400))
- Menu: open link menu items ([#397](https://github.com/kobaltedev/kobalte/pull/397))
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.0";
export const LATEST_CORE_VERSION_NAME = "v0.13.1";
13 changes: 13 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,18 @@
# v0.13.x

## v0.13.1 (May 3, 2024)

**New features**

- NumberField: improve input handling ([#379](https://github.com/kobaltedev/kobalte/pull/379)) ([#395](https://github.com/kobaltedev/kobalte/pull/395))

**Bug fixes**

- Slider: call `onChangeEnd` on blur after changing value ([#402](https://github.com/kobaltedev/kobalte/pull/402))
- Select: `options` non reactive inside suspense ([#401](https://github.com/kobaltedev/kobalte/pull/401))
- Combobox: close on select with `focus` trigger mode ([#400](https://github.com/kobaltedev/kobalte/pull/400))
- Menu: open link menu items ([#397](https://github.com/kobaltedev/kobalte/pull/397))

## v0.13.0 (May 1, 2024)

**Breaking changes**
Expand Down

0 comments on commit 16789fb

Please sign in to comment.