Skip to content

Commit 32c69f9

Browse files
committed
Merge branch 'main' of github.com:qwikifiers/qwik-ui into main
2 parents 3c89bab + f57ea54 commit 32c69f9

File tree

10 files changed

+124
-25
lines changed

10 files changed

+124
-25
lines changed

.changeset/plenty-pillows-return.md

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

.changeset/rotten-experts-rush.md

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

.changeset/young-lemons-drop.md

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

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# qwik-ui
2+
3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Initial release of qwik-ui cli (by [@shairez](https://github.com/shairez) in [`34b788d`](https://github.com/qwikifiers/qwik-ui/commit/34b788d4ac30f4c4439c52066bdd259535b4efdb))
8+
This is not production ready, yet. It was released for testing purposes only.

packages/cli/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",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/kit-fluffy/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @qwik-ui/fluffy
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Initial release of fluffy (by [@shairez](https://github.com/shairez) in [`34b788d`](https://github.com/qwikifiers/qwik-ui/commit/34b788d4ac30f4c4439c52066bdd259535b4efdb))
8+
This is not production ready, yet. It was released for testing purposes only.
9+
- Updated dependencies [[`4043d29`](https://github.com/qwikifiers/qwik-ui/commit/4043d29dcc39b03f16c79d659da592af3fbeafeb)]:
10+
- @qwik-ui/utils@0.2.0

packages/kit-fluffy/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/fluffy",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Qwik UI components library with styles",
55
"publishConfig": {
66
"access": "public"
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@qwik-ui/headless": "0.2.1",
37-
"@qwik-ui/utils": "0.1.1",
37+
"@qwik-ui/utils": "0.2.0",
3838
"@nx/devkit": "17.1.3"
3939
},
4040
"devDependencies": {

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3-
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
3+
## 0.2.0
44

5-
## [0.1.1](https://github.com/qwikifiers/qwik-ui/compare/utils-0.1.0...utils-0.1.1) (2024-01-09)
5+
### Minor Changes
66

7+
- Removed `useOrdinal` (by [@shairez](https://github.com/shairez) in [`4043d29`](https://github.com/qwikifiers/qwik-ui/commit/4043d29dcc39b03f16c79d659da592af3fbeafeb))
78

9+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
10+
11+
## [0.1.1](https://github.com/qwikifiers/qwik-ui/compare/utils-0.1.0...utils-0.1.1) (2024-01-09)
812

913
# [0.1.0](https://github.com/qwikifiers/qwik-ui/compare/utils-0.0.3...utils-0.1.0) (2023-12-16)
1014

packages/utils/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/utils",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Qwik UI Utils",
55
"publishConfig": {
66
"access": "public"

pnpm-lock.yaml

Lines changed: 96 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)