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": "4.0.0",
"mockzilla-common": "4.0.0",
"mockzilla-management": "4.0.0",
"mockzilla": "5.0.0",
"mockzilla-common": "5.0.0",
"mockzilla-management": "5.0.0",
"FlutterMockzilla/mockzilla_ui_mobile": "1.1.0",
"FlutterMockzilla/mockzilla": "3.0.0",
"FlutterMockzilla/mockzilla_android": "3.0.0",
Expand Down
18 changes: 18 additions & 0 deletions mockzilla-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [5.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-common-v4.0.0...mockzilla-common-v5.0.0) (2026-09-02)


### ⚠ BREAKING CHANGES

* finally remove legacy preset mechanisms ([#726](https://github.com/Apadmi-Engineering/Mockzilla/issues/726))

### Features

* add the ability to the api to update the preset by name ([#704](https://github.com/Apadmi-Engineering/Mockzilla/issues/704)) ([d9e31de](https://github.com/Apadmi-Engineering/Mockzilla/commit/d9e31de99d478246bb0b638cb4113a5fe5d2c421))
* finally remove legacy preset mechanisms ([#726](https://github.com/Apadmi-Engineering/Mockzilla/issues/726)) ([6f7a476](https://github.com/Apadmi-Engineering/Mockzilla/commit/6f7a476037f3984a217b2bb2453331138d442adb))


### Bug Fixes

* ensure parsing of presets in desktop app is backwards compatible ([#774](https://github.com/Apadmi-Engineering/Mockzilla/issues/774)) ([36de0be](https://github.com/Apadmi-Engineering/Mockzilla/commit/36de0be3b42330e920aa55de874a3651f50598db))
* publish empty javadoc jars instead of full Dokka HTML ([f6417f6](https://github.com/Apadmi-Engineering/Mockzilla/commit/f6417f62d3285f1ffe65f1cca195d63b947b8aec))

## [4.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-common-v4.0.0-alpha1...mockzilla-common-v4.0.0) (2026-07-24)


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 @@ -28,7 +28,7 @@ kotlin {
explicitApi()

// Managed automatically by release-please PRs
version = project.injectedVersion() ?: "4.0.0" // x-release-please-version
version = project.injectedVersion() ?: "5.0.0" // x-release-please-version
android {
namespace = "$group.mockzilla.common"
compileSdk = AndroidConfig.targetSdk
Expand Down
18 changes: 18 additions & 0 deletions mockzilla-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [5.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-management-v4.0.0...mockzilla-management-v5.0.0) (2026-09-02)


### ⚠ BREAKING CHANGES

* finally remove legacy preset mechanisms ([#726](https://github.com/Apadmi-Engineering/Mockzilla/issues/726))

### Features

* add the ability to the api to update the preset by name ([#704](https://github.com/Apadmi-Engineering/Mockzilla/issues/704)) ([d9e31de](https://github.com/Apadmi-Engineering/Mockzilla/commit/d9e31de99d478246bb0b638cb4113a5fe5d2c421))
* finally remove legacy preset mechanisms ([#726](https://github.com/Apadmi-Engineering/Mockzilla/issues/726)) ([6f7a476](https://github.com/Apadmi-Engineering/Mockzilla/commit/6f7a476037f3984a217b2bb2453331138d442adb))
* update ktor 3.5.0 ([#739](https://github.com/Apadmi-Engineering/Mockzilla/issues/739)) ([9825d30](https://github.com/Apadmi-Engineering/Mockzilla/commit/9825d30365e78663a174d1c7f2204a4ecc4a49de))


### Bug Fixes

* publish empty javadoc jars instead of full Dokka HTML ([f6417f6](https://github.com/Apadmi-Engineering/Mockzilla/commit/f6417f62d3285f1ffe65f1cca195d63b947b8aec))

## [4.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-management-v4.0.0-alpha1...mockzilla-management-v4.0.0) (2026-07-24)


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 @@ -27,7 +27,7 @@ kotlin {
explicitApi()

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

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

## [5.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-v4.0.0...mockzilla-v5.0.0) (2026-09-02)


### ⚠ BREAKING CHANGES

* finally remove legacy preset mechanisms ([#726](https://github.com/Apadmi-Engineering/Mockzilla/issues/726))

### Features

* add the ability to the api to update the preset by name ([#704](https://github.com/Apadmi-Engineering/Mockzilla/issues/704)) ([d9e31de](https://github.com/Apadmi-Engineering/Mockzilla/commit/d9e31de99d478246bb0b638cb4113a5fe5d2c421))
* finally remove legacy preset mechanisms ([#726](https://github.com/Apadmi-Engineering/Mockzilla/issues/726)) ([6f7a476](https://github.com/Apadmi-Engineering/Mockzilla/commit/6f7a476037f3984a217b2bb2453331138d442adb))
* update ktor 3.5.0 ([#739](https://github.com/Apadmi-Engineering/Mockzilla/issues/739)) ([9825d30](https://github.com/Apadmi-Engineering/Mockzilla/commit/9825d30365e78663a174d1c7f2204a4ecc4a49de))


### Bug Fixes

* publish empty javadoc jars instead of full Dokka HTML ([f6417f6](https://github.com/Apadmi-Engineering/Mockzilla/commit/f6417f62d3285f1ffe65f1cca195d63b947b8aec))

## [4.0.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/mockzilla-v4.0.0-alpha1...mockzilla-v4.0.0) (2026-07-24)


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

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

val xcf = XCFramework()
listOf(
Expand Down