Skip to content

Commit 08ccd3c

Browse files
committed
Merge branch 'main' of github.com:qwikifiers/qwik-ui into main
2 parents 5534736 + cfb9716 commit 08ccd3c

File tree

6 files changed

+112
-14
lines changed

6 files changed

+112
-14
lines changed

.changeset/many-poems-compete.md

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

.changeset/twelve-zebras-ring.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.2"
17+
"@qwik-ui/styled": "0.0.3"
1818
},
1919
"type": "commonjs",
2020
"main": "./src/index.js",

packages/kit-styled/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- REFACTOR minor class fixes on the styled Card and Tabs (by [@maiieul](https://github.com/maiieul) in [#625](https://github.com/qwikifiers/qwik-ui/pull/625))
8+
9+
- FIX added input to registry (by [@shairez](https://github.com/shairez) in [`cbe6087`](https://github.com/qwikifiers/qwik-ui/commit/cbe608795c5a8d4498d09b0e3266d4d2db9acde3))
10+
311
## 0.0.2
412

513
### 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.0.2",
3+
"version": "0.0.3",
44
"description": "Qwik UI components library with styles",
55
"publishConfig": {
66
"access": "public"

pnpm-lock.yaml

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