Skip to content

Commit e925fa3

Browse files
Version Packages
1 parent 3f7c690 commit e925fa3

File tree

10 files changed

+24
-26
lines changed

10 files changed

+24
-26
lines changed

.changeset/fresh-jobs-brush.md

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

.changeset/shiny-emus-visit.md

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

.changeset/three-toes-love.md

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

.changeset/warm-groups-reply.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.2",
22+
"@qwik-ui/styled": "0.3.3",
2323
"prettier-2": "npm:prettier@^2"
2424
},
2525
"type": "commonjs",

packages/kit-headless/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- minor: adds strategy prop to use when positioning the floating element in popover (by [@ignatvilesov](https://github.com/ignatvilesov) in [#1114](https://github.com/qwikifiers/qwik-ui/pull/1114))
8+
9+
### Patch Changes
10+
11+
- 🐞🩹 Modal.Close now of type button (by [@Caesarovich](https://github.com/Caesarovich) in [#1110](https://github.com/qwikifiers/qwik-ui/pull/1110))
12+
13+
- Support rtl for elements using floating ui (by [@omerman](https://github.com/omerman) in [#1109](https://github.com/qwikifiers/qwik-ui/pull/1109))
14+
315
## 0.6.8
416

517
### 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.8",
3+
"version": "0.7.0",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

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.3
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 styled modal aligning to either left/top when position set either right/bottom' (by [@lolzivkovic](https://github.com/lolzivkovic) in [#1104](https://github.com/qwikifiers/qwik-ui/pull/1104))
8+
39
## 0.3.2
410

511
### Patch Changes

packages/kit-styled/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/styled",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Qwik UI components library with styles",
55
"publishConfig": {
66
"access": "public"
@@ -24,7 +24,7 @@
2424
"@builder.io/qwik": ">=1.3.1"
2525
},
2626
"devDependencies": {
27-
"@qwik-ui/headless": "^0.6.8",
27+
"@qwik-ui/headless": "^0.7.0",
2828
"@qwik-ui/utils": "0.3.2"
2929
}
3030
}

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)