diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28675a1..77ef0a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "openapi-generator": "4.13.1", - "openapi-generator-annotations": "4.13.1", + "openapi-generator": "4.13.2", + "openapi-generator-annotations": "4.13.2", "openapi-generator-cli": "4.13.1" } diff --git a/openapi-generator-annotations/CHANGELOG.md b/openapi-generator-annotations/CHANGELOG.md index 8234efa..4a61d7d 100644 --- a/openapi-generator-annotations/CHANGELOG.md +++ b/openapi-generator-annotations/CHANGELOG.md @@ -13,6 +13,15 @@ * remove duplicate run test, fix failing tests ([677a318](https://github.com/gibahjoe/openapi-generator-dart/commit/677a3189d4f694c999d3ea1cf0075543649e40c1)) * repair the docker run command, update the type_methods to expand out the remote delegate ([c00b334](https://github.com/gibahjoe/openapi-generator-dart/commit/c00b3345d934e2f1508ba1129a3a769f86a85017)) +## [4.13.2](https://github.com/gibahjoe/openapi-generator-dart/compare/v4.13.1...v4.13.2) (2024-01-16) + + +### Bug Fixes + +* Consume testing version of the source_gen branch to simplify testing. ([37af696](https://github.com/gibahjoe/openapi-generator-dart/commit/37af696ac90f27e47c31f87bb5c60c952bf56230)) +* Correct most of the tests while using the newest verison of the source gen changes ([4156d9a](https://github.com/gibahjoe/openapi-generator-dart/commit/4156d9a18bf83337e608219315d19abbe08f8bd8)) +* dep overrides v2 ([ea76ec8](https://github.com/gibahjoe/openapi-generator-dart/commit/ea76ec8c12dc302b64060059f21b38fd75c45c93)) + ## [4.13.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v4.13.0...v4.13.1) (2023-09-04) diff --git a/openapi-generator-annotations/pubspec.yaml b/openapi-generator-annotations/pubspec.yaml index a1a8b8e..74cc0f4 100644 --- a/openapi-generator-annotations/pubspec.yaml +++ b/openapi-generator-annotations/pubspec.yaml @@ -1,6 +1,6 @@ name: openapi_generator_annotations description: Annotation package for openapi_generator https://pub.dev/packages/openapi_generator. -version: 4.13.1 +version: 4.13.2 homepage: https://github.com/gibahjoe/openapi-generator-dart diff --git a/openapi-generator/CHANGELOG.md b/openapi-generator/CHANGELOG.md index ebd7124..29aa6ae 100755 --- a/openapi-generator/CHANGELOG.md +++ b/openapi-generator/CHANGELOG.md @@ -15,6 +15,17 @@ * remove unused imports ([4eb64c9](https://github.com/gibahjoe/openapi-generator-dart/commit/4eb64c90c2468a8ce26b79266c0e705be3e979de)) * repair the docker run command, update the type_methods to expand out the remote delegate ([c00b334](https://github.com/gibahjoe/openapi-generator-dart/commit/c00b3345d934e2f1508ba1129a3a769f86a85017)) +## [4.13.2](https://github.com/gibahjoe/openapi-generator-dart/compare/v4.13.1...v4.13.2) (2024-01-16) + + +### Bug Fixes + +* Apply types to default empty maps ([bfb0ec4](https://github.com/gibahjoe/openapi-generator-dart/commit/bfb0ec4f66296e38d3ad3cb5dac15f532a477def)) +* Consume testing version of the source_gen branch to simplify testing. ([37af696](https://github.com/gibahjoe/openapi-generator-dart/commit/37af696ac90f27e47c31f87bb5c60c952bf56230)) +* Correct most of the tests while using the newest verison of the source gen changes ([4156d9a](https://github.com/gibahjoe/openapi-generator-dart/commit/4156d9a18bf83337e608219315d19abbe08f8bd8)) +* dep override ([8266ab1](https://github.com/gibahjoe/openapi-generator-dart/commit/8266ab1b8d49350205ba5f43d9eefc4404029c59)) +* fmt ([e63c9b9](https://github.com/gibahjoe/openapi-generator-dart/commit/e63c9b9b74cf681d1c16fb93f9b055c6f56cf3d4)) + ## [4.13.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v4.13.0...v4.13.1) (2023-09-04) diff --git a/openapi-generator/pubspec.yaml b/openapi-generator/pubspec.yaml index 83c1451..2578d7d 100755 --- a/openapi-generator/pubspec.yaml +++ b/openapi-generator/pubspec.yaml @@ -1,6 +1,6 @@ name: openapi_generator description: Generator for openapi client sdk inspired by the npm implementation of openapi-generator-cli. -version: 4.13.1 +version: 4.13.2 homepage: https://github.com/gibahjoe/openapi-generator-dart environment: