From 7e00eee09917854fb28ccdd000d38d6e6512fa32 Mon Sep 17 00:00:00 2001 From: gibahjoe Date: Wed, 11 Jun 2025 00:32:31 +0100 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 6 +++--- openapi-generator-annotations/CHANGELOG.md | 8 ++++++++ openapi-generator-annotations/pubspec.yaml | 2 +- openapi-generator-cli/CHANGELOG.md | 7 +++++++ openapi-generator-cli/pubspec.yaml | 2 +- openapi-generator/CHANGELOG.md | 9 +++++++++ openapi-generator/pubspec.yaml | 2 +- 7 files changed, 30 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d604c07..bc37db7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "openapi-generator": "6.1.0", - "openapi-generator-annotations": "6.1.0", - "openapi-generator-cli": "6.1.0" + "openapi-generator": "6.1.1", + "openapi-generator-annotations": "6.1.1", + "openapi-generator-cli": "6.1.1" } diff --git a/openapi-generator-annotations/CHANGELOG.md b/openapi-generator-annotations/CHANGELOG.md index aafe31c..4b3b400 100644 --- a/openapi-generator-annotations/CHANGELOG.md +++ b/openapi-generator-annotations/CHANGELOG.md @@ -4,6 +4,14 @@ * fixed spec diff tracking +## [6.1.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.1.0...v6.1.1) (2025-06-10) + + +### Bug Fixes + +* Update deprecation message for skipSpecDepMessage and improve link in bug report template ([0892b56](https://github.com/gibahjoe/openapi-generator-dart/commit/0892b560650022e5aad55adc4eb68c8955f707ba)) +* update README for clarity and formatting; adjust generator arguments and caching logic ([2c85976](https://github.com/gibahjoe/openapi-generator-dart/commit/2c8597617eb90b1635404bae5ea2c20311d202bd)) + ## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-15) diff --git a/openapi-generator-annotations/pubspec.yaml b/openapi-generator-annotations/pubspec.yaml index e315861..13056a8 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.1.0 +version: 6.1.1 homepage: https://github.com/gibahjoe/openapi-generator-dart diff --git a/openapi-generator-cli/CHANGELOG.md b/openapi-generator-cli/CHANGELOG.md index 16c8d42..594bc13 100644 --- a/openapi-generator-cli/CHANGELOG.md +++ b/openapi-generator-cli/CHANGELOG.md @@ -4,6 +4,13 @@ * fixed spec diff tracking +## [6.1.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.1.0...v6.1.1) (2025-06-10) + + +### Bug Fixes + +* update README for clarity and formatting; adjust generator arguments and caching logic ([2c85976](https://github.com/gibahjoe/openapi-generator-dart/commit/2c8597617eb90b1635404bae5ea2c20311d202bd)) + ## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-15) diff --git a/openapi-generator-cli/pubspec.yaml b/openapi-generator-cli/pubspec.yaml index 6f07839..7ced059 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.1.0 +version: 6.1.1 homepage: https://github.com/gibahjoe/openapi-generator-dart environment: diff --git a/openapi-generator/CHANGELOG.md b/openapi-generator/CHANGELOG.md index 8b80a22..5cec89b 100755 --- a/openapi-generator/CHANGELOG.md +++ b/openapi-generator/CHANGELOG.md @@ -4,6 +4,15 @@ * fixed spec diff tracking +## [6.1.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.1.0...v6.1.1) (2025-06-10) + + +### Bug Fixes + +* add support for remote specs without extensions. Closes [#176](https://github.com/gibahjoe/openapi-generator-dart/issues/176) ([c08164d](https://github.com/gibahjoe/openapi-generator-dart/commit/c08164d7db64725ceddd250ab7e18fd8926b9ff7)) +* Notify `build_runner` of dependency on inputSpec ([#187](https://github.com/gibahjoe/openapi-generator-dart/issues/187)) ([b4c15ee](https://github.com/gibahjoe/openapi-generator-dart/commit/b4c15ee23648437c41f8049c6844e1e12ddf7f03)) +* update README for clarity and formatting; adjust generator arguments and caching logic ([2c85976](https://github.com/gibahjoe/openapi-generator-dart/commit/2c8597617eb90b1635404bae5ea2c20311d202bd)) + ## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-15) diff --git a/openapi-generator/pubspec.yaml b/openapi-generator/pubspec.yaml index 9246ff9..61bffa5 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.1.0 +version: 6.1.1 homepage: https://github.com/gibahjoe/openapi-generator-dart environment: