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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mockzilla": "3.0.0",
"mockzilla-common": "3.0.0",
"mockzilla-management": "3.0.0",
"mockzilla": "4.0.0",
"mockzilla-common": "4.0.0",
"mockzilla-management": "4.0.0",
"FlutterMockzilla/mockzilla_ui_mobile": "1.0.0",
"FlutterMockzilla/mockzilla": "2.0.0",
"FlutterMockzilla/mockzilla_android": "2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions mockzilla-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-common-v3.0.0...mockzilla-common-v4.0.0) (2026-06-10)


### ⚠ BREAKING CHANGES

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

### Features

* 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))

## [3.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-common-v3.0.0-alpha2...mockzilla-common-v3.0.0) (2026-01-26)


Expand Down
2 changes: 1 addition & 1 deletion mockzilla-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ val artifactName = "mockzilla-common"

kotlin {
// Managed automatically by release-please PRs
version = project.injectedVersion() ?: "3.0.0" // x-release-please-version
version = project.injectedVersion() ?: "4.0.0" // x-release-please-version
androidTarget {
publishLibraryVariants()
}
Expand Down
14 changes: 14 additions & 0 deletions mockzilla-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-management-v3.0.0...mockzilla-management-v4.0.0) (2026-06-10)


### ⚠ BREAKING CHANGES

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

### Features

* 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))
* support management UI through browserstack ([#608](https://github.com/Apadmi-Engineering/Mockzilla/issues/608)) ([87ec3a3](https://github.com/Apadmi-Engineering/Mockzilla/commit/87ec3a3e506e3e2d06c9c4559768ee5e6a5a6f10))
* type visibility tidy up ([#619](https://github.com/Apadmi-Engineering/Mockzilla/issues/619)) ([7b00cf3](https://github.com/Apadmi-Engineering/Mockzilla/commit/7b00cf3034da69fd36bb48ddca75479749785cac))

## [3.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-management-v3.0.0-alpha2...mockzilla-management-v3.0.0) (2026-01-26)


Expand Down
2 changes: 1 addition & 1 deletion mockzilla-management/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ val artifactName = "mockzilla-management"

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

jvm {
testRuns["test"].executionTask.configure {
Expand Down
14 changes: 14 additions & 0 deletions mockzilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-v3.0.0...mockzilla-v4.0.0) (2026-06-10)


### ⚠ BREAKING CHANGES

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

### Features

* **#557:** fix port conflict issue on Android ([#569](https://github.com/Apadmi-Engineering/Mockzilla/issues/569)) ([1936766](https://github.com/Apadmi-Engineering/Mockzilla/commit/1936766b1d78009964cb00d8383878831f7de6df))
* 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))

## [3.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-v3.0.0-alpha2...mockzilla-v3.0.0) (2026-01-26)


Expand Down
2 changes: 1 addition & 1 deletion mockzilla/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlin {
}

// Managed automatically by release-please PRs
version = project.injectedVersion() ?: "3.0.0" // x-release-please-version
version = project.injectedVersion() ?: "4.0.0" // x-release-please-version

val xcf = XCFramework()
listOf(
Expand Down