Skip to content

Commit 9925803

Browse files
author
Atterpac
committed
changelog and runtime version bump
1 parent 1014820 commit 9925803

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/content/docs/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333

3434
### Added
3535

36-
- Add `window.ToggleFrameless()` api by [@atterpac](https://github.com/atterpac) in [#XXXX](https://github.com/wailsapp/wails/pull/XXXX)
36+
- Add `window.ToggleFrameless()` api by [@atterpac](https://github.com/atterpac) in [#4137](https://github.com/wailsapp/wails/pull/4137)
3737
- Support aarch64 AppImage builds by [@AkshayKalose](https://github.com/AkshayKalose) in [#3981](https://github.com/wailsapp/wails/pull/3981)
3838
- Add diagnostics section to `wails doctor` by [@leaanthony](https://github.com/leaanthony)
3939
- Add window to context when calling a service method by [@leaanthony](https://github.com/leaanthony)

v3/internal/runtime/desktop/@wailsio/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wailsio/runtime",
33
"type": "module",
4-
"version": "3.0.0-alpha.67",
4+
"version": "3.0.0-alpha.68",
55
"description": "Wails Runtime",
66
"types": "types/index.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)