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
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"FlutterMockzilla/mockzilla_android": "1.2.1",
"FlutterMockzilla/mockzilla_ios": "1.2.1",
"FlutterMockzilla/mockzilla_platform_interface": "1.1.1",
"mockzilla-management-ui/mockzilla-mobile-ui": "0.0.4"
"mockzilla-management-ui/mockzilla-mobile-ui": "0.0.4",
"mockzilla-management-ui/mockzilla-desktop": "1.0.0"
}
20 changes: 20 additions & 0 deletions mockzilla-management-ui/mockzilla-desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 1.0.0 (2025-10-08)


### ⚠ BREAKING CHANGES

* remove the obsolete web apis and perform general tidy up of warnings ([#466](https://github.com/Apadmi-Engineering/Mockzilla/issues/466))

### Features

* first pass reworking the desktop UI to work on mobile ([149ef73](https://github.com/Apadmi-Engineering/Mockzilla/commit/149ef73cc1e78fa3598fecf89ddab685e652ec9e))
* first pass reworking the desktop UI to work on mobile ([6c599c2](https://github.com/Apadmi-Engineering/Mockzilla/commit/6c599c28a3f990619ca9df9af4db92a0b4f9c9b0))
* remove the obsolete web apis and perform general tidy up of warnings ([#466](https://github.com/Apadmi-Engineering/Mockzilla/issues/466)) ([362cd45](https://github.com/Apadmi-Engineering/Mockzilla/commit/362cd450f45999c2b3e9f30b28b5a35ae6bf719c))
* setup flutter wrapper and deployments ([86fa014](https://github.com/Apadmi-Engineering/Mockzilla/commit/86fa0140f5b3de8c716f5c1cdd3e088b992a78ba))


### Bug Fixes

* fix navigation stack ([#471](https://github.com/Apadmi-Engineering/Mockzilla/issues/471)) ([2266872](https://github.com/Apadmi-Engineering/Mockzilla/commit/226687271a9ffdaef6d5258db195211f31860bbf))
* Migrate off compatibility release for kotlinx datetime and use stdlib kotlin.time.Instant instead ([e021d8f](https://github.com/Apadmi-Engineering/Mockzilla/commit/e021d8f42d88d27101cf445306468beb21f8512e))

## [1.2.1](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-management-ui-v1.2.0...mockzilla-management-ui-v1.2.1) (2025-09-17)


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

kotlin {
// Managed automatically by release-please PRs
version = "1.2.0" // x-release-please-version
version = "1.0.0" // x-release-please-version

androidTarget()
jvmToolchain(JavaConfig.toolchain)
Expand Down