Skip to content

Commit fc6f09f

Browse files
feat: Release QDS - v0.3.0 (#222)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c21f15c commit fc6f09f

File tree

12 files changed

+36
-33
lines changed

12 files changed

+36
-33
lines changed

.changeset/angry-humans-return.md

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

.changeset/friendly-laws-refuse.md

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

.changeset/gentle-lies-draw.md

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

.changeset/green-mirrors-explain.md

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

.changeset/stupid-meals-arrive.md

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

apps/docs/package.json

Lines changed: 3 additions & 1 deletion
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": {

libs/components/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @kunai-consulting/qwik-headless
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 8e70f8d: - Rework DateInput separator API
8+
- Rename DateInput.DateEntry to DateInput.Entry
9+
10+
### Patch Changes
11+
12+
- 8c0cb1d: DS-452 Headless Progress component
13+
- 8961bb8: DS-442 Work on the toast component
14+
- 59ca322: DS-428 Dropdown component
15+
- c21f15c: latest calendar
16+
317
## 0.2.0
418

519
### Minor Changes

libs/components/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kunai-consulting/qwik",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @kunai-consulting/qwik-icons
22

3+
## 0.3.0
4+
35
## 0.2.0
46

57
## 0.1.0

libs/icons/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kunai-consulting/qwik-icons",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
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)