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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"mockzilla": "2.4.1",
"mockzilla-common": "2.4.1",
"mockzilla-management": "2.4.1",
"FlutterMockzilla/mockzilla_ui_mobile": "0.0.5",
"FlutterMockzilla/mockzilla_ui_mobile": "0.0.6",
"FlutterMockzilla/mockzilla": "1.3.0",
"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.5",
"mockzilla-management-ui/mockzilla-mobile-ui": "0.0.6",
"mockzilla-management-ui/mockzilla-desktop": "1.2.2"
}
7 changes: 7 additions & 0 deletions FlutterMockzilla/mockzilla_ui_mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.6](https://github.com/Apadmi-Engineering/Mockzilla/compare/flutter_mockzilla_ui_mobile-v0.0.5...flutter_mockzilla_ui_mobile-v0.0.6) (2025-10-13)


### Bug Fixes

* rename autogenerated flutter error for pigeon generated code ([#484](https://github.com/Apadmi-Engineering/Mockzilla/issues/484)) ([f4f316f](https://github.com/Apadmi-Engineering/Mockzilla/commit/f4f316fb4b72d4d58d0b8101fb2cc1145246ddb8))

## [0.0.5](https://github.com/Apadmi-Engineering/Mockzilla/compare/flutter_mockzilla_ui_mobile-v0.0.4...flutter_mockzilla_ui_mobile-v0.0.5) (2025-09-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion FlutterMockzilla/mockzilla_ui_mobile/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "com.example.mockzilla_mobile_ui"
version = "0.0.5" // x-release-please-version
version = "0.0.6" // x-release-please-version

buildscript {
ext.kotlin_version = "2.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Pod::Spec.new do |s|
s.name = 'mockzilla_ui_mobile'
# x-release-please-start-version
s.version = '0.0.1'
s.version = '0.0.6'
# x-release-please-end
s.summary = 'The iOS implementation for the mockzilla mobile ui plugin.'
s.description = <<-DESC
Expand All @@ -26,6 +26,6 @@ The iOS implementation for the mockzilla mobile ui plugin.
# Since this Flutter wrapper is so thin it's deployed along with each Kotlin update so
# they share versions
# x-release-please-start-version
s.dependency 'SwiftMockzillaMobileUi', '0.0.5'
s.dependency 'SwiftMockzillaMobileUi', '0.0.6'
# x-release-please-end
end
2 changes: 1 addition & 1 deletion FlutterMockzilla/mockzilla_ui_mobile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mockzilla_ui_mobile
description: "Embedded UI for controlling the mockzilla server at runtime"
# x-release-please-start-version
version: 0.0.5
version: 0.0.6
# x-release-please-end
homepage: https://mockzilla.apadmi.dev/
repository: https://github.com/Apadmi-Engineering/Mockzilla
Expand Down
7 changes: 7 additions & 0 deletions mockzilla-management-ui/mockzilla-mobile-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.6](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-mobile-ui-v0.0.5...mockzilla-mobile-ui-v0.0.6) (2025-10-13)


### Miscellaneous Chores

* **mockzilla-mobile-ui:** Synchronize Mockzilla mobile ui versions

## [0.0.5](https://github.com/Apadmi-Engineering/Mockzilla/compare/flutter_mockzilla_ui_mobile-v0.0.4...flutter_mockzilla_ui_mobile-v0.0.5) (2025-09-30)

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val xcFrameworkName = "mockzillamobileui"

kotlin {
// Managed automatically by release-please PRs
version = project.injectedVersion() ?: "0.0.5" // x-release-please-version
version = project.injectedVersion() ?: "0.0.6" // x-release-please-version

androidTarget()
jvmToolchain(JavaConfig.toolchain)
Expand Down