Skip to content

Commit

Permalink
chore: prepare release 0.12.4 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed Mar 9, 2024
1 parent 87b0d0b commit 459d05b
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .changeset/fresh-singers-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@kobalte/core": patch
---

## v0.12.4 (March 9, 2024)

**New features**

- NumberField: add `rawValue` prop ([#364](https://github.com/kobaltedev/kobalte/pull/364))

**Bug fixes**

- NumberField: fix SSR ([#364](https://github.com/kobaltedev/kobalte/pull/364))
2 changes: 2 additions & 0 deletions apps/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ Portions of this documentation are based on:
- [radix-ui/website](https://github.com/radix-ui/website), MIT Licensed, Copyright (c) 2022 WorkOS.
- [adobe/react-spectrum](https://github.com/adobe/react-spectrum), Apache License Version 2.0, Copyright 2020 Adobe.
- [chakra-ui/zag-docs](https://github.com/chakra-ui/zag-docs), MIT Licensed, Copyright (c) 2021 Chakra UI.

<a href="https://www.netlify.com"> <img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Deploys by Netlify" /> </a>
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.3";
export const LATEST_CORE_VERSION_NAME = "v0.12.4";
9 changes: 9 additions & 0 deletions apps/docs/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ export function Footer() {
</div>
</div>
</div>

<div class="max-w-4xl mx-auto px-4 flex justify-center">
<a
class="text-sm shadow-[inset_0_-2px_0_0_rgba(212,212,216,0.25)] hover:shadow-[inset_0_-4px_0_0_rgba(212,212,216,0.5)] text-zinc-700 mr-4 dark:text-zinc-400 hover:text-zinc-800 dark:hover:text-zinc-300"
href="https://www.netlify.com"
>
This site is powered by Netlify.
</a>
</div>
</footer>
);
}
2 changes: 1 addition & 1 deletion apps/docs/src/components/theme-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function ThemeSelector() {
</Select.Value>
</Select.Trigger>
<Select.Portal>
<Select.Content class="bg-white border border-zinc-300 rounded shadow-md py-1 z-50 dark:text-zinc-300 dark:bg-zinc-800 dark:border-none dark:shadow-none">
<Select.Content class="bg-white border border-zinc-300 rounded shadow-md py-1 z-50 dark:text-zinc-300 dark:bg-zinc-800 dark:border-none dark:shadow-none select-none">
<Select.Listbox />
</Select.Content>
</Select.Portal>
Expand Down
10 changes: 10 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,15 @@
# v0.12.x

## v0.12.4 (March 9, 2024)

**New features**

- NumberField: add `rawValue` prop ([#364](https://github.com/kobaltedev/kobalte/pull/364))

**Bug fixes**

- NumberField: fix SSR ([#364](https://github.com/kobaltedev/kobalte/pull/364))

## v0.12.3 (March 5, 2024)

**New features**
Expand Down

0 comments on commit 459d05b

Please sign in to comment.