Skip to content

Commit

Permalink
chore: update versions (#475)
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 Aug 26, 2024
1 parent aa6f894 commit 4555f8d
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 30 deletions.
24 changes: 0 additions & 24 deletions .changeset/dry-fireants-pretend.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 @@ -34,7 +34,7 @@
"dependencies": {
"@docsearch/css": "3.5.2",
"@docsearch/js": "3.5.2",
"@kobalte/core": "0.13.4",
"@kobalte/core": "0.13.5",
"@solidjs/meta": "0.29.3",
"@solidjs/router": "0.12.4",
"@tanstack/solid-virtual": "3.0.0-beta.6",
Expand Down
25 changes: 25 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @kobalte/core

## 0.13.5

### Patch Changes

- aa6f894e: ## v0.13.5 (August 27, 2024)

**New features**

- Tooltip: add skipDelayDuration prop ([#467](https://github.com/kobaltedev/kobalte/pull/467))

**Bug fixes**

- NumberField: only format when enabled ([#456](https://github.com/kobaltedev/kobalte/pull/456))
- NumberField: don't trigger `onRawValueChange` on mount when NaN ([#456](https://github.com/kobaltedev/kobalte/pull/456))
- Select: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456))
- TextField: clear input when controlled value set to undefined ([#456](https://github.com/kobaltedev/kobalte/pull/456))
- Combobox: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456))
- Skeleton: correct data-animate & data-visible attribute value ([#456](https://github.com/kobaltedev/kobalte/pull/456))
- Combobox: close list on outside click ([#456](https://github.com/kobaltedev/kobalte/pull/456))
- NavigationMenu: incorrect animation after closed ([#456](https://github.com/kobaltedev/kobalte/pull/456))
- Tabs: recalculate indicator styles on resize ([#458](https://github.com/kobaltedev/kobalte/pull/458))
- Pagination: correctly render fixedItems with low page count ([#464](https://github.com/kobaltedev/kobalte/pull/464))
- Combobox: prevent opening on input with triggerMode="manual" ([#465](https://github.com/kobaltedev/kobalte/pull/465))
- NumberField: precision handling with floating point offsets and value snapping ([#468](https://github.com/kobaltedev/kobalte/pull/468))

## 0.13.4

### Patch Changes
Expand Down
17 changes: 13 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalte/core",
"version": "0.13.4",
"version": "0.13.5",
"private": false,
"description": "Unstyled components and primitives for building accessible web apps and design systems with SolidJS.",
"keywords": [
Expand All @@ -24,7 +24,9 @@
},
"license": "MIT",
"author": "jer3m01 <[email protected]>",
"contributors": ["Fabien Marie-Louise <[email protected]>"],
"contributors": [
"Fabien Marie-Louise <[email protected]>"
],
"sideEffects": false,
"type": "module",
"exports": {
Expand All @@ -45,11 +47,18 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*/index.d.ts", "./dist/index.d.ts"]
"*": [
"./dist/*/index.d.ts",
"./dist/index.d.ts"
]
}
},
"source": "src/index.tsx",
"files": ["dist", "src", "NOTICE.txt"],
"files": [
"dist",
"src",
"NOTICE.txt"
],
"scripts": {
"build": "pnpm build:cp && pnpm build:tsup",
"build:cp": "cp ../../NOTICE.txt .",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4555f8d

Please sign in to comment.