From 6a46984415e8aa3cdf1acdddb4ee59a495816ee1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Aug 2024 17:34:59 +0000 Subject: [PATCH] feat: Release QDS v0.0.6 --- .changeset/cyan-ants-sparkle.md | 5 ----- libs/components/CHANGELOG.md | 6 ++++++ libs/components/package.json | 2 +- libs/hooks/CHANGELOG.md | 2 ++ libs/hooks/package.json | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 .changeset/cyan-ants-sparkle.md diff --git a/.changeset/cyan-ants-sparkle.md b/.changeset/cyan-ants-sparkle.md deleted file mode 100644 index 7d41ab1..0000000 --- a/.changeset/cyan-ants-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kunai-consulting/qwik-components": patch ---- - -test: creating linear ticket diff --git a/libs/components/CHANGELOG.md b/libs/components/CHANGELOG.md index 5f99955..54d8e50 100644 --- a/libs/components/CHANGELOG.md +++ b/libs/components/CHANGELOG.md @@ -1,5 +1,11 @@ # @kunai-consulting/qwik-headless +## 0.0.6 + +### Patch Changes + +- bb73935: test: creating linear ticket + ## 0.0.5 ### Patch Changes diff --git a/libs/components/package.json b/libs/components/package.json index 13f9092..0a1aba7 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@kunai-consulting/qwik-components", - "version": "0.0.5", + "version": "0.0.6", "description": "Create a Qwik library", "main": "./lib/index.qwik.mjs", "qwik": "./lib/index.qwik.mjs", diff --git a/libs/hooks/CHANGELOG.md b/libs/hooks/CHANGELOG.md index c401252..6458f8b 100644 --- a/libs/hooks/CHANGELOG.md +++ b/libs/hooks/CHANGELOG.md @@ -1,5 +1,7 @@ # @kunai-consulting/qwik-hooks +## 0.0.6 + ## 0.0.5 ## 0.0.2 diff --git a/libs/hooks/package.json b/libs/hooks/package.json index 2308568..b8b850f 100644 --- a/libs/hooks/package.json +++ b/libs/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@kunai-consulting/qwik-hooks", - "version": "0.0.5", + "version": "0.0.6", "description": "Create a Qwik library", "main": "./lib/index.qwik.mjs", "qwik": "./lib/index.qwik.mjs",