Skip to content

Commit 5f73f3d

Browse files
feat: Release QDS - v0.0.11 (#187)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 28b38c9 commit 5f73f3d

39 files changed

+39
-29
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.

.changeset/smart-items-kiss.md

-7
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

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
- 28b38c9: feat: add license
11+
312
## 0.0.10
413

514
## 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

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

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- 28b38c9: feat: add license
8+
39
## 0.0.10
410

511
### 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",
@@ -13,7 +13,10 @@
1313
}
1414
},
1515
"license": "MIT",
16-
"files": ["lib", "lib-types"],
16+
"files": [
17+
"lib",
18+
"lib-types"
19+
],
1720
"engines": {
1821
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1922
},

libs/utils/CHANGELOG.md

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

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- 28b38c9: feat: add license
8+
39
## 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",
@@ -13,7 +13,10 @@
1313
}
1414
},
1515
"license": "MIT",
16-
"files": ["lib", "lib-types"],
16+
"files": [
17+
"lib",
18+
"lib-types"
19+
],
1720
"engines": {
1821
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1922
},

0 commit comments

Comments
 (0)