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_platform_interface": "2.0.0",
"FlutterMockzilla/mockzilla_web": "0.0.3",
"mockzilla-management-ui/mockzilla-mobile-ui": "1.0.0",
"mockzilla-management-ui/mockzilla-desktop": "2.0.0"
"mockzilla-management-ui/mockzilla-desktop": "3.0.0"
}
19 changes: 19 additions & 0 deletions mockzilla-management-ui/mockzilla-desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* type visibility tidy up ([#619](https://github.com/Apadmi-Engineering/Mockzilla/issues/619))

### Features

* improve log output for desktop app ([#657](https://github.com/Apadmi-Engineering/Mockzilla/issues/657)) ([4b30ead](https://github.com/Apadmi-Engineering/Mockzilla/commit/4b30ead57b0933c5b71f7abbc408bdc1c21edc18))
* improve the auto detection of devices on the network ([#603](https://github.com/Apadmi-Engineering/Mockzilla/issues/603)) ([55aad57](https://github.com/Apadmi-Engineering/Mockzilla/commit/55aad5707d05dd0674fb49f5b49302d790a26798))
* improve the kdoc comments ([#618](https://github.com/Apadmi-Engineering/Mockzilla/issues/618)) ([7bd60a2](https://github.com/Apadmi-Engineering/Mockzilla/commit/7bd60a2fb0e575956a55e02d895e7a70e0bf9db9))
* type visibility tidy up ([#619](https://github.com/Apadmi-Engineering/Mockzilla/issues/619)) ([7b00cf3](https://github.com/Apadmi-Engineering/Mockzilla/commit/7b00cf3034da69fd36bb48ddca75479749785cac))


### Bug Fixes

* underlying adb socket factories were not being closed correctly ([#645](https://github.com/Apadmi-Engineering/Mockzilla/issues/645)) ([e1a8af0](https://github.com/Apadmi-Engineering/Mockzilla/commit/e1a8af0ea56e87a1f7aaae93df2b3f9fa2857c76))

## [2.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-desktop-v1.2.2...mockzilla-desktop-v2.0.0) (2025-12-06)

### Features
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 @@ -22,7 +22,7 @@ val artifactName = "mockzilla-management-ui"

kotlin {
// Managed automatically by release-please PRs
version = "2.0.0" // x-release-please-version
version = "3.0.0" // x-release-please-version

androidTarget()
jvmToolchain(JavaConfig.toolchain)
Expand Down