Skip to content

Commit ca594c5

Browse files
chore(v3): bump to v3.0.0-alpha.34 and update changelog [skip ci]
1 parent f1037c8 commit ca594c5

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

docs/src/content/docs/changelog.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
*/
3131
## [Unreleased]
3232

33+
## v3.0.0-alpha.34 - 2025-10-06
34+
35+
## Added
36+
- Added NSIS Protocol template for Windows by @Tolfx in #4510
37+
- Added tests for build-assets by @Tolfx in #4510
38+
39+
## Fixed
40+
- Fixed linux desktop.tmpl protocol range, by removing `<.Info.Protocol>` to `<.Protocol>` by @Tolfx in #4510
41+
- Fixed redefinition error for liquid glass demo in [#4542](https://github.com/wailsapp/wails/pull/4542) by @Etesam913
42+
3343
## v3.0.0-alpha.33 - 2025-10-04
3444

3545
## Fixed

v3/UNRELEASED_CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ After processing, the content will be moved to the main changelog and this file
1616
-->
1717

1818
## Added
19-
- Added NSIS Protocol template for Windows by @Tolfx in #4510
20-
- Added tests for build-assets by @Tolfx in #4510
19+
<!-- New features, capabilities, or enhancements -->
2120

2221
## Changed
2322
<!-- Changes in existing functionality -->
2423

2524
## Fixed
26-
- Fixed linux desktop.tmpl protocol range, by removing `<.Info.Protocol>` to `<.Protocol>` by @Tolfx in #4510
27-
- Fixed redefinition error for liquid glass demo in [#4542](https://github.com/wailsapp/wails/pull/4542) by @Etesam913
25+
<!-- Bug fixes -->
2826

2927
## Deprecated
3028
<!-- Soon-to-be removed features -->

v3/internal/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.0.0-alpha.33
1+
v3.0.0-alpha.34

0 commit comments

Comments
 (0)