diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e057e9..d604c07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "openapi-generator": "6.0.0", - "openapi-generator-annotations": "6.0.0", - "openapi-generator-cli": "6.0.0" + "openapi-generator": "6.1.0", + "openapi-generator-annotations": "6.1.0", + "openapi-generator-cli": "6.1.0" } diff --git a/openapi-generator-annotations/CHANGELOG.md b/openapi-generator-annotations/CHANGELOG.md index f3e7b6c..b41044f 100644 --- a/openapi-generator-annotations/CHANGELOG.md +++ b/openapi-generator-annotations/CHANGELOG.md @@ -4,6 +4,13 @@ * fixed spec diff tracking +## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-14) + + +### Features + +* added `--enum-name-mappings` support ([328c9da](https://github.com/gibahjoe/openapi-generator-dart/commit/328c9da3294719210e11f961baa89d9a1c708ac8)) + ## [6.0.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0) (2024-11-06) diff --git a/openapi-generator-annotations/pubspec.yaml b/openapi-generator-annotations/pubspec.yaml index e3b5cfd..e315861 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: 6.0.0 +version: 6.1.0 homepage: https://github.com/gibahjoe/openapi-generator-dart diff --git a/openapi-generator-cli/CHANGELOG.md b/openapi-generator-cli/CHANGELOG.md index 002f147..b486282 100644 --- a/openapi-generator-cli/CHANGELOG.md +++ b/openapi-generator-cli/CHANGELOG.md @@ -4,6 +4,18 @@ * fixed spec diff tracking +## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-14) + + +### Features + +* added `--enum-name-mappings` support ([328c9da](https://github.com/gibahjoe/openapi-generator-dart/commit/328c9da3294719210e11f961baa89d9a1c708ac8)) + + +### Bug Fixes + +* **cli:** Fixed additionalCommands in config not appending to generator commands ([99f6bec](https://github.com/gibahjoe/openapi-generator-dart/commit/99f6becd51a1294aa25b8d2577b76ebfa69d7fff)) + ## [6.0.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0) (2024-11-06) diff --git a/openapi-generator-cli/pubspec.yaml b/openapi-generator-cli/pubspec.yaml index a2898df..6f07839 100644 --- a/openapi-generator-cli/pubspec.yaml +++ b/openapi-generator-cli/pubspec.yaml @@ -1,6 +1,6 @@ name: openapi_generator_cli description: A dart wrapper around openapi-generator inspired by the node implementation. -version: 6.0.0 +version: 6.1.0 homepage: https://github.com/gibahjoe/openapi-generator-dart environment: diff --git a/openapi-generator/CHANGELOG.md b/openapi-generator/CHANGELOG.md index d41514b..85b5014 100755 --- a/openapi-generator/CHANGELOG.md +++ b/openapi-generator/CHANGELOG.md @@ -4,6 +4,13 @@ * fixed spec diff tracking +## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-14) + + +### Features + +* added `--enum-name-mappings` support ([328c9da](https://github.com/gibahjoe/openapi-generator-dart/commit/328c9da3294719210e11f961baa89d9a1c708ac8)) + ## [6.0.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0) (2024-11-06) diff --git a/openapi-generator/pubspec.yaml b/openapi-generator/pubspec.yaml index 8b2caba..bddf58c 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: 6.0.0 +version: 6.1.0 homepage: https://github.com/gibahjoe/openapi-generator-dart environment: