diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dcdfe571b..e2daa4354 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "FlutterMockzilla/mockzilla_android": "2.0.0", "FlutterMockzilla/mockzilla_ios": "2.0.0", "FlutterMockzilla/mockzilla_platform_interface": "2.0.0", - "FlutterMockzilla/mockzilla_web": "0.0.3", + "FlutterMockzilla/mockzilla_web": "1.0.0", "mockzilla-management-ui/mockzilla-mobile-ui": "1.0.0", "mockzilla-management-ui/mockzilla-desktop": "2.0.0" } diff --git a/FlutterMockzilla/mockzilla_web/CHANGELOG.md b/FlutterMockzilla/mockzilla_web/CHANGELOG.md index 098792c25..2234b661b 100644 --- a/FlutterMockzilla/mockzilla_web/CHANGELOG.md +++ b/FlutterMockzilla/mockzilla_web/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/flutter_mockzilla_web-v0.0.3...flutter_mockzilla_web-v1.0.0) (2026-06-23) + + +### ⚠ BREAKING CHANGES + +* Feature/flutter web ([#518](https://github.com/Apadmi-Engineering/Mockzilla/issues/518)) + +### Features + +* Feature/flutter support new mobile UI ([#532](https://github.com/Apadmi-Engineering/Mockzilla/issues/532)) ([70e0a52](https://github.com/Apadmi-Engineering/Mockzilla/commit/70e0a52276220b97db2d427ec93bc85994c50280)) +* Feature/flutter web ([#518](https://github.com/Apadmi-Engineering/Mockzilla/issues/518)) ([4183f06](https://github.com/Apadmi-Engineering/Mockzilla/commit/4183f0626c5936e0ef213a006a46019e9d08d213)) + + +### Bug Fixes + +* Migrate off compatibility release for kotlinx datetime and use stdlib kotlin.time.Instant instead ([e021d8f](https://github.com/Apadmi-Engineering/Mockzilla/commit/e021d8f42d88d27101cf445306468beb21f8512e)) + ## 0.0.2-dev.1 (2025-11-18) * Update underlying Mockzilla dependency diff --git a/FlutterMockzilla/mockzilla_web/pubspec.yaml b/FlutterMockzilla/mockzilla_web/pubspec.yaml index c5a377413..177448df8 100644 --- a/FlutterMockzilla/mockzilla_web/pubspec.yaml +++ b/FlutterMockzilla/mockzilla_web/pubspec.yaml @@ -1,7 +1,7 @@ name: mockzilla_web description: The Web implementation for the mockzilla plugin. # x-release-please-start-version -version: 0.0.3 +version: 1.0.0 # x-release-please-end homepage: https://mockzilla.apadmi.dev/ repository: https://github.com/Apadmi-Engineering/Mockzilla