Skip to content

Commit

Permalink
chore: prepare release 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed Mar 5, 2024
1 parent aeee619 commit ec9faf6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .changeset/sweet-bags-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@kobalte/core": patch
---

## v0.12.3 (March 5, 2024)

**New features**

- Update to Solid Start `0.6.1` ([#354](https://github.com/kobaltedev/kobalte/pull/354))
- [New `NumberField` component](/docs/core/components/number-field) ([#354](https://github.com/kobaltedev/kobalte/pull/354))
2 changes: 1 addition & 1 deletion apps/docs/src/VERSIONS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export const LATEST_CORE_CHANGELOG_URL = `/docs/changelog/${CORE_VERSIONS[0].rep
"-",
)}`;

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

## v0.12.3 (March 5, 2024)

**New features**

- Update to Solid Start `0.6.1` ([#354](https://github.com/kobaltedev/kobalte/pull/354))
- [New `NumberField` component](/docs/core/components/number-field) ([#354](https://github.com/kobaltedev/kobalte/pull/354))

## v0.12.2 (February 29, 2024)

**New features**
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/routes/docs/core/overview/ssr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import { Callout } from "../../../../components/callout";
Kobalte works out of the box with [SolidStart](https://start.solidjs.com/).

<Callout type="warning">
Kobalte has been tested with `[email protected]` and `@solidjs/start@0.5.10`, compatibility with
Kobalte has been tested with `[email protected]` and `@solidjs/start@0.6.1`, compatibility with
other versions is not guaranteed.
</Callout>

0 comments on commit ec9faf6

Please sign in to comment.