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,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"
}
8 changes: 8 additions & 0 deletions openapi-generator-annotations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator-annotations/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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


Expand Down
7 changes: 7 additions & 0 deletions openapi-generator-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator-cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
9 changes: 9 additions & 0 deletions openapi-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading