Skip to content

Commit 986d07e

Browse files
committed
Move svelte-persisted-store from dev dep to regular dep
1 parent 5c51853 commit 986d07e

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
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

1117
Update 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

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

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -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.12.0",
5251
"tslib": "^2.6.2",
5352
"typescript": "^4.9.5",
5453
"vite": "^4.5.0",
@@ -61,6 +60,7 @@
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
}

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)