Skip to content

Commit a3a03d1

Browse files
feat: Release QDS - v0.0.11
1 parent 91d7681 commit a3a03d1

38 files changed

+30
-22
lines changed

.changeset/funny-bags-add.md

-5
This file was deleted.

.changeset/lazy-flowers-compete.md

-5
This file was deleted.

.changeset/silent-ads-appear.md

-5
This file was deleted.

apps/docs/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
},
77
"engines-annotation": "Mostly required by sharp which needs a Node-API v9 compatible runtime",
88
"private": true,
9-
"trustedDependencies": ["sharp"],
9+
"trustedDependencies": [
10+
"sharp"
11+
],
1012
"trustedDependencies-annotation": "Needed for bun to allow running install scripts",
1113
"type": "module",
1214
"scripts": {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

libs/components/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @kunai-consulting/qwik-headless
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- 9f6ad22: Work on resizable component - initial version
8+
- 0ca0492: Work on the Switch component.
9+
- a9f479d: DS-415 Resizable component. Remove unnecessary.
10+
311
## 0.0.10
412

513
## 0.0.9

libs/components/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kunai-consulting/qwik",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Create a Qwik library",
55
"main": "./lib/index.qwik.mjs",
66
"qwik": "./lib/index.qwik.mjs",
@@ -12,7 +12,10 @@
1212
"types": "./lib-types/src/index.d.ts"
1313
}
1414
},
15-
"files": ["lib", "lib-types"],
15+
"files": [
16+
"lib",
17+
"lib-types"
18+
],
1619
"engines": {
1720
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1821
},

libs/icons/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @kunai-consulting/qwik-icons
22

3+
## 0.0.11
4+
35
## 0.0.10
46

57
### Patch Changes

libs/icons/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kunai-consulting/qwik-icons",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Create a Qwik library",
55
"main": "./lib/index.qwik.mjs",
66
"qwik": "./lib/index.qwik.mjs",
@@ -12,7 +12,10 @@
1212
"types": "./lib-types/index.d.ts"
1313
}
1414
},
15-
"files": ["lib", "lib-types"],
15+
"files": [
16+
"lib",
17+
"lib-types"
18+
],
1619
"engines": {
1720
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1821
},

libs/utils/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# @kunai-consulting/qwik-utils
22

3+
## 0.0.11
4+
35
## 0.0.10

libs/utils/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kunai-consulting/qwik-utils",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Create a Qwik library",
55
"main": "./lib/index.qwik.mjs",
66
"qwik": "./lib/index.qwik.mjs",
@@ -12,7 +12,10 @@
1212
"types": "./lib-types/src/index.d.ts"
1313
}
1414
},
15-
"files": ["lib", "lib-types"],
15+
"files": [
16+
"lib",
17+
"lib-types"
18+
],
1619
"engines": {
1720
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1821
},

0 commit comments

Comments
 (0)