Skip to content

Commit a3bd2db

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

File tree

12 files changed

+44
-21
lines changed

12 files changed

+44
-21
lines changed

.changeset/happy-actors-cross.md

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

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# qwik-ui
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`10f1474`](https://github.com/qwikifiers/qwik-ui/commit/10f1474e3d239c0e3d0ffe2b19f7d965e31ff677)]:
8+
- @qwik-ui/utils@0.3.3
9+
310
## 0.3.1
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-ui",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
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.2",
16+
"@qwik-ui/utils": "0.3.3",
1717
"ansis": "2.3.0",
1818
"tslib": "^2.3.0",
1919
"yargs": "17.7.2"
2020
},
2121
"devDependencies": {
22-
"@qwik-ui/styled": "0.3.4",
22+
"@qwik-ui/styled": "0.3.5",
2323
"prettier-2": "npm:prettier@^2"
2424
},
2525
"type": "commonjs",

packages/kit-headless/CHANGELOG.md

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

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 all @qwik-ui packages are now side effect free. This cleans up the consumers bundle-graphs of unnecessary static imports, preventing any likelyhood of over-preloading. (by [@maiieul](https://github.com/maiieul) in [#1126](https://github.com/qwikifiers/qwik-ui/pull/1126))
8+
39
## 0.7.0
410

511
### Minor 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.7.0",
3+
"version": "0.7.1",
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.3.5
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 all @qwik-ui packages are now side effect free. This cleans up the consumers bundle-graphs of unnecessary static imports, preventing any likelyhood of over-preloading. (by [@maiieul](https://github.com/maiieul) in [#1126](https://github.com/qwikifiers/qwik-ui/pull/1126))
8+
39
## 0.3.4
410

511
### Patch Changes

packages/kit-styled/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/styled",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Qwik UI components library with styles",
55
"publishConfig": {
66
"access": "public"
@@ -24,8 +24,8 @@
2424
"@builder.io/qwik": ">=1.3.1"
2525
},
2626
"devDependencies": {
27-
"@qwik-ui/headless": "^0.7.0",
28-
"@qwik-ui/utils": "0.3.2"
27+
"@qwik-ui/headless": "^0.7.1",
28+
"@qwik-ui/utils": "0.3.3"
2929
},
3030
"sideEffects": false
3131
}

packages/themes/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 all @qwik-ui packages are now side effect free. This cleans up the consumers bundle-graphs of unnecessary static imports, preventing any likelyhood of over-preloading. (by [@maiieul](https://github.com/maiieul) in [#1126](https://github.com/qwikifiers/qwik-ui/pull/1126))
8+
39
## 0.1.1
410

511
### Patch Changes

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

packages/utils/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 all @qwik-ui packages are now side effect free. This cleans up the consumers bundle-graphs of unnecessary static imports, preventing any likelyhood of over-preloading. (by [@maiieul](https://github.com/maiieul) in [#1126](https://github.com/qwikifiers/qwik-ui/pull/1126))
8+
39
## 0.3.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)