File tree Expand file tree Collapse file tree 3 files changed +2067
-1565
lines changed Expand file tree Collapse file tree 3 files changed +2067
-1565
lines changed Original file line number Diff line number Diff line change 1- #1 .0.2 (2024-03-30)
1+ # 1.0.3 (2024-11-10)
2+
3+ ## Patch
4+
5+ - Updated to the latest Svelte 4 version
6+ - Moved the svelte-persisted-store package from dev dependency to regular dependency
7+
8+ # 1.0.2 (2024-03-30)
9+
10+ ## Patch
11+
12+ Move Resend from dev dep to normal dep
13+
14+ # 1.0.2 (2024-03-30)
215
316## Patch
417
518Move Resend from dev dep to normal dep
619
7- #1 .0.1 (2024-03-14)
20+ # 1.0.1 (2024-03-14)
821
922## Patch
1023
1124Move tw-to-css from dev dep to normal dep
1225
13- #1 .0.0 (2024-03-14)
26+ # 1.0.0 (2024-03-14)
1427
1528## Features
1629- 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" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Build emails with Svelte 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.7.0" ,
5251 "tslib" : " ^2.6.2" ,
5352 "typescript" : " ^4.9.5" ,
5453 "vite" : " ^4.5.0" ,
5958 "@steveninety/html-to-text" : " ^9.0.5" ,
6059 "pretty" : " ^2.0.0" ,
6160 "resend" : " 2.0.0" ,
62- "svelte" : " ^3.59.2" ,
61+ "svelte" : " ^4.2.19" ,
62+ "svelte-persisted-store" : " ^0.7.0" ,
6363 "tw-to-css" : " 0.0.12"
6464 }
6565}
You can’t perform that action at this time.
0 commit comments