Skip to content

Commit

Permalink
@wailsio version bump (#3966)
Browse files Browse the repository at this point in the history
changelog.mdx
  • Loading branch information
atterpac authored Dec 23, 2024
1 parent 2ff4e6a commit 6bc6de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/content/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Typescript templates types definitions via npm version bump by @atterpac in [#3966](https://github.com/wailsapp/wails/pull/3966)
- Fix Sveltekit template CSS referance by @atterpac in [#3945](https://github.com/wailsapp/wails/pull/3945)
- Ensure key callbacks in window run() are called on the main thread by [@leaanthony](https://github.com/leaanthony)
- Fix dialog directory chooser examples by [@leaanthony](https://github.com/leaanthony)
Expand Down
2 changes: 1 addition & 1 deletion v3/internal/runtime/desktop/@wailsio/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wailsio/runtime",
"type": "module",
"version": "3.0.0-alpha.29",
"version": "3.0.0-alpha.30",
"description": "Wails Runtime",
"types": "types/index.d.ts",
"exports": {
Expand Down

0 comments on commit 6bc6de6

Please sign in to comment.