File tree Expand file tree Collapse file tree 5 files changed +30
-4
lines changed
Expand file tree Collapse file tree 5 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## v0.4.25...v2-migration
5+
6+ [ compare changes] ( https://github.com/kunai-consulting/qwik-design-system/compare/v0.4.25...v2-migration )
7+
8+ ### 🚀 Enhancements
9+
10+ - Migrate all packages to rolldown + typescript compiler optimizations ([ #337 ] ( https://github.com/kunai-consulting/qwik-design-system/pull/337 ) )
11+
12+ ### 🩹 Fixes
13+
14+ - ** tools:** Mark AsChildTypes type as optional ([ #324 ] ( https://github.com/kunai-consulting/qwik-design-system/pull/324 ) )
15+ - Modal w/ click on tap on mac trackpad ([ #334 ] ( https://github.com/kunai-consulting/qwik-design-system/pull/334 ) )
16+
17+ ### 💅 Refactors
18+
19+ - Update release script ([ d20704af] ( https://github.com/kunai-consulting/qwik-design-system/commit/d20704af ) )
20+
21+ ### 🏡 Chore
22+
23+ - Remove Changesets and related workflows, update README for changelog and linting tools ([ #330 ] ( https://github.com/kunai-consulting/qwik-design-system/pull/330 ) )
24+
25+ ### ❤️ Contributors
26+
27+ - Thejackshelton-kunaico ([ @thejackshelton-kunaico ] ( https://github.com/thejackshelton-kunaico ) )
28+ - Maïeul ([ @maiieul ] ( https://github.com/maiieul ) )
29+
430## v0.4.24...v2-migration
531
632[ compare changes] ( https://github.com/kunai-consulting/qwik-design-system/compare/v0.4.24...v2-migration )
Original file line number Diff line number Diff line change 11{
22 "name" : " @qds.dev/ui" ,
3- "version" : " 0.4.25 " ,
3+ "version" : " 0.5.0 " ,
44 "description" : " Create a Qwik library" ,
55 "main" : " ./lib/index.qwik.mjs" ,
66 "qwik" : " ./lib/index.qwik.mjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @qds.dev/tools" ,
3- "version" : " 0.4.25 " ,
3+ "version" : " 0.5.0 " ,
44 "private" : false ,
55 "description" : " Tools and utilities for Qwik Design System" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @qds.dev/utils" ,
3- "version" : " 0.4.25 " ,
3+ "version" : " 0.5.0 " ,
44 "description" : " Create a Qwik library" ,
55 "main" : " ./lib/index.qwik.mjs" ,
66 "qwik" : " ./lib/index.qwik.mjs" ,
Original file line number Diff line number Diff line change 22 "name" : " qwik-design-system" ,
33 "private" : true ,
44 "type" : " module" ,
5- "version" : " 0.4.25 " ,
5+ "version" : " 0.5.0 " ,
66 "packageManager" :
" [email protected] " ,
77 "scripts" : {
88 "dev" : " pnpm --filter ./libs/tools dev:watch & sleep 0.7 && pnpm --filter ./docs dev & wait" ,
You can’t perform that action at this time.
0 commit comments