Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Nov 8, 2024
1 parent 328c9da commit 4e581ce
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 6 deletions.
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.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"
}
7 changes: 7 additions & 0 deletions openapi-generator-annotations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-11-08)


### 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)


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.0.0
version: 6.1.0
homepage: https://github.com/gibahjoe/openapi-generator-dart


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


### 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)


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.0.0
version: 6.1.0
homepage: https://github.com/gibahjoe/openapi-generator-dart

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


### 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)


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.0.0
version: 6.1.0
homepage: https://github.com/gibahjoe/openapi-generator-dart

environment:
Expand Down

0 comments on commit 4e581ce

Please sign in to comment.