Skip to content

Commit 5b3cf6d

Browse files
Version Packages (#977)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 23c6676 commit 5b3cf6d

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.changeset/cuddly-cups-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cuddly-readers-invent.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/kit-headless/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- 🩹 fix peer dependencies to reflect actual lowest qwik version (1.3.1) that is compatible with qwik-ui/headless (by [@maiieul](https://github.com/maiieul) in [#992](https://github.com/qwikifiers/qwik-ui/pull/992))
8+
9+
- 🐞🩹 packages now have a variable range of peer dependencies (by [@thejackshelton](https://github.com/thejackshelton) in [#988](https://github.com/qwikifiers/qwik-ui/pull/988))
10+
11+
fix: async computed signals are now sync in preparation for v2
12+
313
## 0.6.1
414

515
### Patch Changes

packages/kit-headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/headless",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)