Skip to content

Commit aecabbf

Browse files
Version Packages (#917)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 519718f commit aecabbf

File tree

11 files changed

+30
-24
lines changed

11 files changed

+30
-24
lines changed

.changeset/old-spiders-burn.md

-5
This file was deleted.

.changeset/slow-jokes-sleep.md

-5
This file was deleted.

.changeset/tasty-pugs-decide.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# qwik-ui
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`519718f`](https://github.com/qwikifiers/qwik-ui/commit/519718f159b051a4858990b059dad89dc5b1ba13)]:
8+
- @qwik-ui/utils@0.3.1
9+
310
## 0.1.2
411

512
### Patch Changes

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-ui",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@clack/prompts": "^0.7.0",
1515
"@nx/devkit": "19.2.3",
16-
"@qwik-ui/utils": "0.3.0",
16+
"@qwik-ui/utils": "0.3.1",
1717
"ansis": "2.3.0",
1818
"tslib": "^2.3.0",
1919
"yargs": "17.7.2"

packages/kit-headless/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 modal close handler onClick$ (by [@thejackshelton](https://github.com/thejackshelton) in [#909](https://github.com/qwikifiers/qwik-ui/pull/909))
8+
9+
- ✨ implement a beta version of the Tooltip component (by [@thejackshelton](https://github.com/thejackshelton) in [#934](https://github.com/qwikifiers/qwik-ui/pull/934))
10+
311
## 0.5.1
412

513
### Patch Changes

packages/kit-headless/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/headless",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

packages/kit-styled/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@builder.io/qwik": "1.7.2"
2424
},
2525
"devDependencies": {
26-
"@qwik-ui/headless": "^0.5.0",
27-
"@qwik-ui/utils": "0.3.0"
26+
"@qwik-ui/headless": "^0.5.2",
27+
"@qwik-ui/utils": "0.3.1"
2828
}
2929
}

packages/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- ✨ new inline component utilities (by [@thejackshelton](https://github.com/thejackshelton) in [#937](https://github.com/qwikifiers/qwik-ui/pull/937))
8+
39
## 0.3.0
410

511
### Minor Changes

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/utils",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Qwik UI Utils",
55
"publishConfig": {
66
"access": "public"

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)