Skip to content

Commit 32eca63

Browse files
chore(develop): release mockzilla-desktop 1.0.0
1 parent 6a29812 commit 32eca63

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"FlutterMockzilla/mockzilla_android": "1.2.1",
1010
"FlutterMockzilla/mockzilla_ios": "1.2.1",
1111
"FlutterMockzilla/mockzilla_platform_interface": "1.1.1",
12-
"mockzilla-management-ui/mockzilla-mobile-ui": "0.0.4"
12+
"mockzilla-management-ui/mockzilla-mobile-ui": "0.0.4",
13+
"mockzilla-management-ui/mockzilla-desktop": "1.0.0"
1314
}

mockzilla-management-ui/mockzilla-desktop/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 1.0.0 (2025-10-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove the obsolete web apis and perform general tidy up of warnings ([#466](https://github.com/Apadmi-Engineering/Mockzilla/issues/466))
9+
10+
### Features
11+
12+
* first pass reworking the desktop UI to work on mobile ([149ef73](https://github.com/Apadmi-Engineering/Mockzilla/commit/149ef73cc1e78fa3598fecf89ddab685e652ec9e))
13+
* first pass reworking the desktop UI to work on mobile ([6c599c2](https://github.com/Apadmi-Engineering/Mockzilla/commit/6c599c28a3f990619ca9df9af4db92a0b4f9c9b0))
14+
* 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))
15+
* setup flutter wrapper and deployments ([86fa014](https://github.com/Apadmi-Engineering/Mockzilla/commit/86fa0140f5b3de8c716f5c1cdd3e088b992a78ba))
16+
17+
18+
### Bug Fixes
19+
20+
* fix navigation stack ([#471](https://github.com/Apadmi-Engineering/Mockzilla/issues/471)) ([2266872](https://github.com/Apadmi-Engineering/Mockzilla/commit/226687271a9ffdaef6d5258db195211f31860bbf))
21+
* Migrate off compatibility release for kotlinx datetime and use stdlib kotlin.time.Instant instead ([e021d8f](https://github.com/Apadmi-Engineering/Mockzilla/commit/e021d8f42d88d27101cf445306468beb21f8512e))
22+
323
## [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)
424

525

mockzilla-management-ui/mockzilla-desktop/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ val artifactName = "mockzilla-management-ui"
2121

2222
kotlin {
2323
// Managed automatically by release-please PRs
24-
version = "1.2.0" // x-release-please-version
24+
version = "1.0.0" // x-release-please-version
2525

2626
androidTarget()
2727
jvmToolchain(JavaConfig.toolchain)

0 commit comments

Comments
 (0)