Skip to content

Commit

Permalink
chore: update versions (#304)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 13, 2024
1 parent 539c03c commit 05e043a
Show file tree
Hide file tree
Showing 5 changed files with 3,774 additions and 8,088 deletions.
25 changes: 0 additions & 25 deletions .changeset/gentle-poems-mate.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@docsearch/css": "3.5.2",
"@docsearch/js": "3.5.2",
"@kobalte/core": "0.11.2",
"@kobalte/core": "0.12.0",
"@solidjs/meta": "0.28.6",
"@solidjs/router": "0.8.3",
"@tanstack/solid-virtual": "3.0.0-beta.6",
Expand Down
26 changes: 26 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @kobalte/core

## 0.12.0

### Minor Changes

- 7252051: ## v0.12.0 (January 14, 2024)

**Breaking changes**

- [#299](https://github.com/kobaltedev/kobalte/pull/299)
- `"@internationalized/message"` is no longer required in `ssr.noExternal` for [SSR with vite/SolidStart](https://kobalte.dev/docs/core/overview/ssr).
- `Breadcrumbs.Root` exposes a new [`translations` prop for localization](https://kobalte.dev/docs/core/components/breadcrumbs#breadcrumbsroot).
- `Combobox.Root` exposes a new [`translations` prop for localization](https://kobalte.dev/docs/core/components/combobox#comboboxroot).
- `Dialog.Root` exposes a new [`translations` prop for localization](https://kobalte.dev/docs/core/components/dialog#dialogroot).
- `Popover.Root` exposes a new [`translations` prop for localization](https://kobalte.dev/docs/core/components/popover#popoverroot).
- `Toast.Region` exposes a new [`translations` prop for localization](https://kobalte.dev/docs/core/components/toast#toastregion).
- `Toast.Root` exposes a new [`translations` prop for localization](https://kobalte.dev/docs/core/components/toast#toastroot).

**New features**

- [#301](https://github.com/kobaltedev/kobalte/pull/301)

**Bug fixes**

- [#292](https://github.com/kobaltedev/kobalte/pull/292)
- [#295](https://github.com/kobaltedev/kobalte/pull/295)

## 0.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalte/core",
"version": "0.11.2",
"version": "0.12.0",
"private": false,
"description": "Unstyled components and primitives for building accessible web apps and design systems with SolidJS.",
"keywords": [
Expand Down
Loading

0 comments on commit 05e043a

Please sign in to comment.