Skip to content

Commit

Permalink
Move svelte-persisted-store from dev dep to regular dep
Browse files Browse the repository at this point in the history
  • Loading branch information
steveninety committed Nov 10, 2024
1 parent 5c51853 commit 986d07e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
#1.0.4 (2024-11-10)
# 2.0.1 (2024-11-10)

## Patch

Svelte 5 compatibility without any feature changes or breaking changes.
Move svelte-persisted-store from dev dep to regular dep

#1.0.3 (2024-11-10)
# 2.0.0 (2024-11-10)

## BREAKING CHANGES

Svelte 5 compatibility.

# 1.1.0 (2024-11-10)

## Patch

Update to the latest Svelte 4 version

#1.0.2 (2024-03-30)
# 1.0.2 (2024-03-30)

## Patch

Move Resend from dev dep to normal dep

#1.0.1 (2024-03-14)
# 1.0.1 (2024-03-14)

## Patch

Move tw-to-css from dev dep to normal dep

#1.0.0 (2024-03-14)
# 1.0.0 (2024-03-14)

## Features
- A Vite plugin to transform Tailwind classes on build-time.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-email-tailwind",
"version": "2.0.0",
"version": "2.0.1",
"description": "Build emails with Svelte 5 and Tailwind",
"author": {
"name": "Steven Polak"
Expand Down Expand Up @@ -48,7 +48,6 @@
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte-check": "^3.6.0",
"svelte-persisted-store": "^0.12.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"vite": "^4.5.0",
Expand All @@ -61,6 +60,7 @@
"pretty": "^2.0.0",
"resend": "2.0.0",
"svelte": "^5",
"svelte-persisted-store": "^0.12.0",
"tw-to-css": "0.0.12"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 986d07e

Please sign in to comment.