Skip to content

Commit 9fe1ce7

Browse files
Version Packages
1 parent d8060da commit 9fe1ce7

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/sour-walls-lay.md

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

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"yargs": "17.7.2"
2020
},
2121
"devDependencies": {
22-
"@qwik-ui/styled": "0.3.3",
22+
"@qwik-ui/styled": "0.3.4",
2323
"prettier-2": "npm:prettier@^2"
2424
},
2525
"type": "commonjs",

packages/kit-styled/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @qwik-ui/styled
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- 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))
8+
39
## 0.3.3
410

511
### Patch Changes

packages/kit-styled/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/styled",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Qwik UI components library with styles",
55
"publishConfig": {
66
"access": "public"

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)