diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dcdfe571..d4e49cab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/mockzilla-common/CHANGELOG.md b/mockzilla-common/CHANGELOG.md index 26e0e08c..2496e639 100644 --- a/mockzilla-common/CHANGELOG.md +++ b/mockzilla-common/CHANGELOG.md @@ -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) diff --git a/mockzilla-common/build.gradle.kts b/mockzilla-common/build.gradle.kts index c310208b..37fa0690 100644 --- a/mockzilla-common/build.gradle.kts +++ b/mockzilla-common/build.gradle.kts @@ -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() } diff --git a/mockzilla-management/CHANGELOG.md b/mockzilla-management/CHANGELOG.md index 63e7371a..9c89aaf3 100644 --- a/mockzilla-management/CHANGELOG.md +++ b/mockzilla-management/CHANGELOG.md @@ -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) diff --git a/mockzilla-management/build.gradle.kts b/mockzilla-management/build.gradle.kts index e446f659..cb7e02f8 100644 --- a/mockzilla-management/build.gradle.kts +++ b/mockzilla-management/build.gradle.kts @@ -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 { diff --git a/mockzilla/CHANGELOG.md b/mockzilla/CHANGELOG.md index 01568ff7..8564d66c 100644 --- a/mockzilla/CHANGELOG.md +++ b/mockzilla/CHANGELOG.md @@ -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) diff --git a/mockzilla/build.gradle.kts b/mockzilla/build.gradle.kts index e552e127..7b6fb13e 100644 --- a/mockzilla/build.gradle.kts +++ b/mockzilla/build.gradle.kts @@ -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(