Skip to content

Commit

Permalink
0.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Jan 29, 2022
1 parent df906d5 commit b62c8e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## Release 0.0.5 (medium update)
- Skipped 0.0.4 release to bring version parity with @typhonjs-fvtt/runtime.
- Added gameState Svelte store to access Foundry global `game` in Svelte templates.
- Better typescript type definitions.
- Updated @typhonjs-svelte/lib (more utility functions)

## Release 0.0.3 (large update)
- Fixed all edge cases between Svelte integration and SvelteApplication
- reactive z-index support
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": "@typhonjs-fvtt/svelte",
"version": "0.0.3",
"version": "0.0.5",
"description": "Provides resources to integrate Svelte w/ Foundry VTT.",
"type": "module",
"author": "Michael Leahy <[email protected]> (https://github.com/typhonrt)",
Expand Down

0 comments on commit b62c8e0

Please sign in to comment.