File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1- #1 .0.4 (2024-11-10)
1+ # 2 .0.1 (2024-11-10)
22
33## Patch
44
5- Svelte 5 compatibility without any feature changes or breaking changes.
5+ Move svelte-persisted-store from dev dep to regular dep
66
7- #1 .0.3 (2024-11-10)
7+ # 2.0.0 (2024-11-10)
8+
9+ ## BREAKING CHANGES
10+
11+ Svelte 5 compatibility.
12+
13+ # 1.1.0 (2024-11-10)
814
915## Patch
1016
1117Update to the latest Svelte 4 version
1218
13- #1 .0.2 (2024-03-30)
19+ # 1.0.2 (2024-03-30)
1420
1521## Patch
1622
1723Move Resend from dev dep to normal dep
1824
19- #1 .0.1 (2024-03-14)
25+ # 1.0.1 (2024-03-14)
2026
2127## Patch
2228
2329Move tw-to-css from dev dep to normal dep
2430
25- #1 .0.0 (2024-03-14)
31+ # 1.0.0 (2024-03-14)
2632
2733## Features
2834- A Vite plugin to transform Tailwind classes on build-time.
Original file line number Diff line number Diff line change 11{
22 "name" : " svelte-email-tailwind" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " Build emails with Svelte 5 and Tailwind" ,
55 "author" : {
66 "name" : " Steven Polak"
4848 "prettier" : " ^2.8.8" ,
4949 "prettier-plugin-svelte" : " ^2.10.1" ,
5050 "svelte-check" : " ^3.6.0" ,
51- "svelte-persisted-store" : " ^0.12.0" ,
5251 "tslib" : " ^2.6.2" ,
5352 "typescript" : " ^4.9.5" ,
5453 "vite" : " ^4.5.0" ,
6160 "pretty" : " ^2.0.0" ,
6261 "resend" : " 2.0.0" ,
6362 "svelte" : " ^5" ,
63+ "svelte-persisted-store" : " ^0.12.0" ,
6464 "tw-to-css" : " 0.0.12"
6565 }
6666}
You can’t perform that action at this time.
0 commit comments