Skip to content

Commit f5daee6

Browse files
chore: release v0.4.24
1 parent d4411ac commit f5daee6

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

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

33

4+
## v0.4.23...v2-migration
5+
6+
[compare changes](https://github.com/kunai-consulting/qwik-design-system/compare/v0.4.23...v2-migration)
7+
8+
### 🏡 Chore
9+
10+
- Update release scripts in package.json to streamline publishing process ([d4411acb](https://github.com/kunai-consulting/qwik-design-system/commit/d4411acb))
11+
12+
### ❤️ Contributors
13+
14+
- Thejackshelton-kunaico <[email protected]>
15+
416
## v0.4.22...v2-migration
517

618
[compare changes](https://github.com/kunai-consulting/qwik-design-system/compare/v0.4.22...v2-migration)

libs/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qds.dev/ui",
3-
"version": "0.4.23",
3+
"version": "0.4.24",
44
"description": "Create a Qwik library",
55
"main": "./lib/index.qwik.mjs",
66
"qwik": "./lib/index.qwik.mjs",

libs/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qds.dev/tools",
3-
"version": "0.4.23",
3+
"version": "0.4.24",
44
"private": false,
55
"description": "A simple example library built by tsdown",
66
"type": "module",

libs/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qds.dev/utils",
3-
"version": "0.4.23",
3+
"version": "0.4.24",
44
"description": "Create a Qwik library",
55
"main": "./lib/index.qwik.mjs",
66
"qwik": "./lib/index.qwik.mjs",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "qwik-design-system",
33
"private": true,
44
"type": "module",
5-
"version": "0.4.23",
5+
"version": "0.4.24",
66
"packageManager": "[email protected]",
77
"scripts": {
88
"dev": "pnpm --filter ./libs/tools dev:watch & sleep 0.7 && pnpm --filter ./docs dev & wait",

0 commit comments

Comments
 (0)