From c0c41676d0c36fd1d2ded58fc2fc7a70e9c9c19a Mon Sep 17 00:00:00 2001 From: atterpac Date: Mon, 23 Dec 2024 15:34:00 -0700 Subject: [PATCH] @wailsio version bump changelog.mdx --- docs/src/content/docs/changelog.mdx | 1 + v3/internal/runtime/desktop/@wailsio/runtime/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 72310ad3d37..db39b057ddd 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -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) diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/package.json b/v3/internal/runtime/desktop/@wailsio/runtime/package.json index de9d3f5a58c..0731ba2e6bf 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/package.json +++ b/v3/internal/runtime/desktop/@wailsio/runtime/package.json @@ -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": {