Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"FlutterMockzilla/mockzilla_web": "2.0.1",
"FlutterMockzilla/mockzilla_platform_interface": "3.0.1",
"mockzilla-management-ui/mockzilla-mobile-ui": "1.1.0",
"mockzilla-management-ui/mockzilla-desktop": "3.0.0"
"mockzilla-management-ui/mockzilla-desktop": "4.0.0"
}
11 changes: 11 additions & 0 deletions mockzilla-management-ui/mockzilla-desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-desktop-v3.0.0...mockzilla-desktop-v4.0.0) (2026-09-02)


### ⚠ BREAKING CHANGES

* finally remove legacy preset mechanisms ([#726](https://github.com/Apadmi-Engineering/Mockzilla/issues/726))

### Features

* finally remove legacy preset mechanisms ([#726](https://github.com/Apadmi-Engineering/Mockzilla/issues/726)) ([6f7a476](https://github.com/Apadmi-Engineering/Mockzilla/commit/6f7a476037f3984a217b2bb2453331138d442adb))

## [3.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-desktop-v2.0.0...mockzilla-desktop-v3.0.0) (2026-07-16)


Expand Down
2 changes: 1 addition & 1 deletion mockzilla-management-ui/mockzilla-desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins {
val artifactName = "mockzilla-management-ui"

// Managed automatically by release-please PRs
val baseVersion = "3.0.0" // x-release-please-version
val baseVersion = "4.0.0" // x-release-please-version

kotlin {
// In the desktop world there's no concept of a build number so we have to bump the actual version
Expand Down