From 5b3cf6d3cec664cdc9d39203725bad61a5d597fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:29:57 -0500 Subject: [PATCH] Version Packages (#977) Co-authored-by: github-actions[bot] --- .changeset/cuddly-cups-float.md | 5 ----- .changeset/cuddly-readers-invent.md | 7 ------- packages/kit-headless/CHANGELOG.md | 10 ++++++++++ packages/kit-headless/package.json | 2 +- 4 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/cuddly-cups-float.md delete mode 100644 .changeset/cuddly-readers-invent.md diff --git a/.changeset/cuddly-cups-float.md b/.changeset/cuddly-cups-float.md deleted file mode 100644 index 4944d650e..000000000 --- a/.changeset/cuddly-cups-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik-ui/headless': patch ---- - -🩹 fix peer dependencies to reflect actual lowest qwik version (1.3.1) that is compatible with qwik-ui/headless diff --git a/.changeset/cuddly-readers-invent.md b/.changeset/cuddly-readers-invent.md deleted file mode 100644 index 9b6184b8a..000000000 --- a/.changeset/cuddly-readers-invent.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@qwik-ui/headless': patch ---- - -fix: packages now have a variable range of peer dependencies - -fix: async computed signals are now sync in preparation for v2 diff --git a/packages/kit-headless/CHANGELOG.md b/packages/kit-headless/CHANGELOG.md index 3a02b0b5d..8090e3918 100644 --- a/packages/kit-headless/CHANGELOG.md +++ b/packages/kit-headless/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.6.2 + +### Patch Changes + +- 🩹 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)) + +- 🐞🩹 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)) + + fix: async computed signals are now sync in preparation for v2 + ## 0.6.1 ### Patch Changes diff --git a/packages/kit-headless/package.json b/packages/kit-headless/package.json index b68169468..29c85fba4 100644 --- a/packages/kit-headless/package.json +++ b/packages/kit-headless/package.json @@ -1,6 +1,6 @@ { "name": "@qwik-ui/headless", - "version": "0.6.1", + "version": "0.6.2", "description": "Qwik UI headless components library", "publishConfig": { "access": "public"