Skip to content

Commit 7d0ad88

Browse files
Merge pull request #664 from qwikifiers/changeset-release/main
Version Packages
2 parents 82fbb1a + 4f08c49 commit 7d0ad88

File tree

9 files changed

+20
-21
lines changed

9 files changed

+20
-21
lines changed

.changeset/lazy-clouds-march.md

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

.changeset/lazy-eels-peel.md

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

.changeset/sixty-moles-exercise.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
@@ -14,7 +14,7 @@
1414
"yargs": "17.7.2"
1515
},
1616
"devDependencies": {
17-
"@qwik-ui/styled": "0.0.4"
17+
"@qwik-ui/styled": "0.0.5"
1818
},
1919
"type": "commonjs",
2020
"main": "./src/index.js",

packages/kit-headless/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- ✨ collapsible hits beta! (by [@thejackshelton](https://github.com/thejackshelton) in [#669](https://github.com/qwikifiers/qwik-ui/pull/669))
8+
9+
- fixed dark mode for combobox and added basic a11y test (by [@cwoolum](https://github.com/cwoolum) in [#662](https://github.com/qwikifiers/qwik-ui/pull/662))
10+
311
## 0.3.3
412

513
### 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.3.3",
3+
"version": "0.3.4",
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.0.5
4+
5+
### Patch Changes
6+
7+
- FEAT add styled breadcrumbs component (draft) (by [@ditadi](https://github.com/ditadi) in [#665](https://github.com/qwikifiers/qwik-ui/pull/665))
8+
39
## 0.0.4
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.0.4",
3+
"version": "0.0.5",
44
"description": "Qwik UI components library with styles",
55
"publishConfig": {
66
"access": "public"
@@ -18,7 +18,7 @@
1818
"@builder.io/qwik": "^1.1.0"
1919
},
2020
"devDependencies": {
21-
"@qwik-ui/headless": "0.3.3",
21+
"@qwik-ui/headless": "0.3.4",
2222
"@qwik-ui/utils": "0.2.1"
2323
}
2424
}

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)