Skip to content

Commit 9655bdc

Browse files
chore(develop): release flutter_mockzilla 1.3.0 (#447)
1 parent cd90937 commit 9655bdc

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"mockzilla-management": "2.4.1",
66
"mockzilla-desktop": "1.2.1",
77
"FlutterMockzilla/mockzilla_ui_mobile": "0.0.4",
8-
"FlutterMockzilla/mockzilla": "1.2.0",
8+
"FlutterMockzilla/mockzilla": "1.3.0",
99
"FlutterMockzilla/mockzilla_android": "1.2.1",
1010
"FlutterMockzilla/mockzilla_ios": "1.2.1",
1111
"FlutterMockzilla/mockzilla_platform_interface": "1.1.1",

FlutterMockzilla/mockzilla/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/flutter_mockzilla-v1.2.0...flutter_mockzilla-v1.3.0) (2025-10-01)
4+
5+
6+
### Features
7+
8+
* setup flutter wrapper and deployments ([86fa014](https://github.com/Apadmi-Engineering/Mockzilla/commit/86fa0140f5b3de8c716f5c1cdd3e088b992a78ba))
9+
10+
11+
### Bug Fixes
12+
13+
* fix flutter example ([#463](https://github.com/Apadmi-Engineering/Mockzilla/issues/463)) ([2c4fd3f](https://github.com/Apadmi-Engineering/Mockzilla/commit/2c4fd3fb4e2a450dccec1ad09464fdfea4364b97))
14+
* remove unneeded server dependency from mobile ui ([a5e6c38](https://github.com/Apadmi-Engineering/Mockzilla/commit/a5e6c38ae3fc30df846c2963b053b272e242149f))
15+
* various build issues ([b5d43b2](https://github.com/Apadmi-Engineering/Mockzilla/commit/b5d43b278030904d1da12704a405acb974a70e61))
16+
317
## [1.2.0](https://github.com/Apadmi-Engineering/Mockzilla/compare/flutter_mockzilla-v1.1.0...flutter_mockzilla-v1.2.0) (2025-09-25)
418

519

FlutterMockzilla/mockzilla/example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,21 +417,21 @@ packages:
417417
path: ".."
418418
relative: true
419419
source: path
420-
version: "1.2.0"
420+
version: "1.3.0"
421421
mockzilla_android:
422422
dependency: "direct overridden"
423423
description:
424424
path: "../../mockzilla_android"
425425
relative: true
426426
source: path
427-
version: "1.2.0"
427+
version: "1.2.1"
428428
mockzilla_ios:
429429
dependency: "direct overridden"
430430
description:
431431
path: "../../mockzilla_ios"
432432
relative: true
433433
source: path
434-
version: "1.2.0"
434+
version: "1.2.1"
435435
mockzilla_platform_interface:
436436
dependency: "direct overridden"
437437
description:

FlutterMockzilla/mockzilla/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mockzilla
22
description: A solution for configuring and running a local HTTP server as part of a Flutter app.
33
# x-release-please-start-version
4-
version: 1.2.0
4+
version: 1.3.0
55
# x-release-please-end
66
homepage: https://apadmi-engineering.github.io/Mockzilla/
77
repository: https://github.com/Apadmi-Engineering/Mockzilla
@@ -20,9 +20,9 @@ environment:
2020
dependencies:
2121
flutter:
2222
sdk: flutter
23-
mockzilla_platform_interface: ^1.1.0
24-
mockzilla_android: ^1.1.0
25-
mockzilla_ios: ^1.1.0
23+
mockzilla_platform_interface: ^1.1.1
24+
mockzilla_android: ^1.2.1
25+
mockzilla_ios: ^1.2.1
2626

2727
dev_dependencies:
2828
flutter_test:

0 commit comments

Comments
 (0)