Skip to content

Commit d1e7716

Browse files
committed
Update v1.0.0-next.2
1 parent bd6f40c commit d1e7716

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Unreleased
22

3+
# v1.0.0-next.2
4+
5+
- Export `KonvaEventHooks` to library user #196 (@CaptainCodeman)
6+
- Fixed broken svelte-konva component type declarations #202
7+
- Breaking: Tighten Svelte peer dependency to v5 stable
8+
- Update to Svelte v5 stable
9+
- Various dependency updates
10+
311
# v1.0.0-next.1
412

513
- Only import necessary Konva code per component to minimize bundle size #195 (@CaptainCodeman)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-konva",
3-
"version": "1.0.0-next.1",
3+
"version": "1.0.0-next.2",
44
"author": {
55
"name": "TeyKey1",
66
"url": "https://github.com/TeyKey1"

0 commit comments

Comments
 (0)