From e75e221653c6b51531a31d7bf02874bb18239855 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:19:42 +0000 Subject: [PATCH] Version Packages --- .changeset/sour-walls-lay.md | 5 ----- packages/cli/package.json | 2 +- packages/kit-styled/CHANGELOG.md | 6 ++++++ packages/kit-styled/package.json | 2 +- pnpm-lock.yaml | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/sour-walls-lay.md diff --git a/.changeset/sour-walls-lay.md b/.changeset/sour-walls-lay.md deleted file mode 100644 index bf55aad10..000000000 --- a/.changeset/sour-walls-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik-ui/styled': patch ---- - -PATCH: The styled Input, Checkbox and Textarea components now properly handle two way data-binding and allow passing onInput$ outside and inside of forms. diff --git a/packages/cli/package.json b/packages/cli/package.json index 5d7c70dd0..1cb6434e1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -19,7 +19,7 @@ "yargs": "17.7.2" }, "devDependencies": { - "@qwik-ui/styled": "0.3.3", + "@qwik-ui/styled": "0.3.4", "prettier-2": "npm:prettier@^2" }, "type": "commonjs", diff --git a/packages/kit-styled/CHANGELOG.md b/packages/kit-styled/CHANGELOG.md index 4cf788d70..311682c84 100644 --- a/packages/kit-styled/CHANGELOG.md +++ b/packages/kit-styled/CHANGELOG.md @@ -1,5 +1,11 @@ # @qwik-ui/styled +## 0.3.4 + +### Patch Changes + +- PATCH: The styled Input, Checkbox and Textarea components now properly handle two way data-binding and allow passing onInput$ outside and inside of forms. (by [@maiieul](https://github.com/maiieul) in [#1118](https://github.com/qwikifiers/qwik-ui/pull/1118)) + ## 0.3.3 ### Patch Changes diff --git a/packages/kit-styled/package.json b/packages/kit-styled/package.json index 73940b2e5..8aad0176f 100644 --- a/packages/kit-styled/package.json +++ b/packages/kit-styled/package.json @@ -1,6 +1,6 @@ { "name": "@qwik-ui/styled", - "version": "0.3.3", + "version": "0.3.4", "description": "Qwik UI components library with styles", "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 16c1d800c..7b947ba49 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -307,7 +307,7 @@ importers: version: 17.7.2 devDependencies: '@qwik-ui/styled': - specifier: 0.3.3 + specifier: 0.3.4 version: link:../kit-styled prettier-2: specifier: npm:prettier@^2