Skip to content

Commit

Permalink
Update v1.0.0-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyKey1 committed Oct 28, 2024
1 parent bd6f40c commit d1e7716
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Unreleased

# v1.0.0-next.2

- Export `KonvaEventHooks` to library user #196 (@CaptainCodeman)
- Fixed broken svelte-konva component type declarations #202
- Breaking: Tighten Svelte peer dependency to v5 stable
- Update to Svelte v5 stable
- Various dependency updates

# v1.0.0-next.1

- Only import necessary Konva code per component to minimize bundle size #195 (@CaptainCodeman)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-konva",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"author": {
"name": "TeyKey1",
"url": "https://github.com/TeyKey1"
Expand Down

0 comments on commit d1e7716

Please sign in to comment.