Skip to content

Commit bc2b940

Browse files
committed
Latest Svelte 4 update
1 parent cea2ade commit bc2b940

File tree

3 files changed

+2067
-1565
lines changed

3 files changed

+2067
-1565
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
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

518
Move 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

1124
Move 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.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -48,7 +48,6 @@
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",
@@ -59,7 +58,8 @@
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
}

0 commit comments

Comments
 (0)