Skip to content

Commit b9f58d9

Browse files
Version Packages (#1065)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 04b5872 commit b9f58d9

13 files changed

+48
-26
lines changed

.changeset/early-jokes-dress.md

-5
This file was deleted.

.changeset/giant-seals-whisper.md

-8
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Added sponsors section to the Readme (by [@zaynet](https://github.com/zaynet) in [#1064](https://github.com/qwikifiers/qwik-ui/pull/1064))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`04b5872`](https://github.com/qwikifiers/qwik-ui/commit/04b58726b0bf798c7735f54924467b19e7d6b6e9)]:
12+
- @qwik-ui/utils@0.3.2
13+
314
## 0.2.0
415

516
### Minor Changes

packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-ui",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -13,13 +13,13 @@
1313
"dependencies": {
1414
"@clack/prompts": "^0.7.0",
1515
"@nx/devkit": "19.2.3",
16-
"@qwik-ui/utils": "0.3.1",
16+
"@qwik-ui/utils": "0.3.2",
1717
"ansis": "2.3.0",
1818
"tslib": "^2.3.0",
1919
"yargs": "17.7.2"
2020
},
2121
"devDependencies": {
22-
"@qwik-ui/styled": "0.3.0"
22+
"@qwik-ui/styled": "0.3.1"
2323
},
2424
"type": "commonjs",
2525
"main": "./src/index.js",

packages/kit-headless/CHANGELOG.md

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

3+
## 0.6.7
4+
5+
### Patch Changes
6+
7+
- add license in package json (by [@thejackshelton](https://github.com/thejackshelton) in [#1070](https://github.com/qwikifiers/qwik-ui/pull/1070))
8+
39
## 0.6.6
410

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

packages/kit-styled/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @qwik-ui/styled
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- add license in package json (by [@thejackshelton](https://github.com/thejackshelton) in [#1070](https://github.com/qwikifiers/qwik-ui/pull/1070))
8+
39
## 0.3.0
410

511
### Minor Changes

packages/kit-styled/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/styled",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
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.4",
28-
"@qwik-ui/utils": "0.3.1"
27+
"@qwik-ui/headless": "^0.6.7",
28+
"@qwik-ui/utils": "0.3.2"
2929
}
3030
}

packages/themes/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- add license in package json (by [@thejackshelton](https://github.com/thejackshelton) in [#1070](https://github.com/qwikifiers/qwik-ui/pull/1070))
8+
39
## 0.1.0
410

511
### Minor Changes

packages/themes/package.json

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

packages/utils/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- add license in package json (by [@thejackshelton](https://github.com/thejackshelton) in [#1070](https://github.com/qwikifiers/qwik-ui/pull/1070))
8+
39
## 0.3.1
410

511
### Patch 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.1",
3+
"version": "0.3.2",
44
"description": "Qwik UI Utils",
55
"publishConfig": {
66
"access": "public"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)