Skip to content

Commit

Permalink
chore: update versions (#349)
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 Feb 29, 2024
1 parent 21ad251 commit 3b53e11
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 41 deletions.
33 changes: 0 additions & 33 deletions .changeset/rich-cooks-wonder.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.12.1",
"@kobalte/core": "0.12.2",
"@solidjs/meta": "0.29.3",
"@solidjs/router": "0.12.4",
"@tanstack/solid-virtual": "3.0.0-beta.6",
Expand Down
33 changes: 33 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @kobalte/core

## 0.12.2

### Patch Changes

- 21ad251: ## v0.12.2 (February 29, 2024)

**New features**

- Update to Solid `1.8.15` and Solid
Start `0.5.10` ([#300](https://github.com/kobaltedev/kobalte/pull/300)) ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Use `solid-prevent-scroll` for scroll lock ([#345](https://github.com/kobaltedev/kobalte/pull/345))
- Allow configurable combobox and select components close after
selection ([#339](https://github.com/kobaltedev/kobalte/pull/339))

**Bug fixes**

- Slider: fix onChangeEnd getting called twice ([#324](https://github.com/kobaltedev/kobalte/pull/324))
- Slider: focus the correct thumb `onSlideEnd` ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Slider: fix `getClosestValueIndex` ambiguity ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Slider: fix `Home/End/PageDown/PageUp` keys ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Skeleton: update exports from index.tsx ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- ContextMenu: add context.setAnchorRect call on pointer down ([#338](https://github.com/kobaltedev/kobalte/pull/338))
- DropdownMenu: scroll into view when triggered by keyboard ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Menubar: expand hightlighted trigger ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Menubar: dont auto open when closed from trigger ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Modal: correctly unlock scroll when disposed in different
order ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Combobox: pass virtualized to listbox ([#341](https://github.com/kobaltedev/kobalte/pull/341))

## @kobalte/tests

Use vitest

## 0.12.1

### Patch Changes
Expand Down
8 changes: 4 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.12.1",
"version": "0.12.2",
"private": false,
"description": "Unstyled components and primitives for building accessible web apps and design systems with SolidJS.",
"keywords": [
Expand Down Expand Up @@ -50,8 +50,8 @@
"build": "rollup -c",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm NOTICE.txt",
"dev": "vite serve dev --host",
"test-old": "jest --passWithNoTests",
"test": "vitest run",
"test-old": "jest --passWithNoTests",
"test": "vitest run",
"typecheck": "tsc --noEmit"
},
"dependencies": {
Expand All @@ -62,7 +62,7 @@
"solid-prevent-scroll": "^0.1.4"
},
"devDependencies": {
"@kobalte/tests": "^0.5.0"
"@kobalte/tests": "^0.6.0"
},
"peerDependencies": {
"solid-js": "^1.8.15"
Expand Down
33 changes: 33 additions & 0 deletions packages/tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @kobalte/tests

## 0.6.0

### Minor Changes

- 21ad251: ## v0.12.2 (February 29, 2024)

**New features**

- Update to Solid `1.8.15` and Solid
Start `0.5.10` ([#300](https://github.com/kobaltedev/kobalte/pull/300)) ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Use `solid-prevent-scroll` for scroll lock ([#345](https://github.com/kobaltedev/kobalte/pull/345))
- Allow configurable combobox and select components close after
selection ([#339](https://github.com/kobaltedev/kobalte/pull/339))

**Bug fixes**

- Slider: fix onChangeEnd getting called twice ([#324](https://github.com/kobaltedev/kobalte/pull/324))
- Slider: focus the correct thumb `onSlideEnd` ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Slider: fix `getClosestValueIndex` ambiguity ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Slider: fix `Home/End/PageDown/PageUp` keys ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- Skeleton: update exports from index.tsx ([#331](https://github.com/kobaltedev/kobalte/pull/331))
- ContextMenu: add context.setAnchorRect call on pointer down ([#338](https://github.com/kobaltedev/kobalte/pull/338))
- DropdownMenu: scroll into view when triggered by keyboard ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Menubar: expand hightlighted trigger ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Menubar: dont auto open when closed from trigger ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Modal: correctly unlock scroll when disposed in different
order ([#337](https://github.com/kobaltedev/kobalte/pull/337))
- Combobox: pass virtualized to listbox ([#341](https://github.com/kobaltedev/kobalte/pull/341))

## @kobalte/tests

Use vitest

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalte/tests",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"description": "Helper package that is used to contain commonly repeated tests logic.",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 3b53e11

Please sign in to comment.