Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #157

Closed
wants to merge 1 commit into from
Closed
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": "5.0.3",
"openapi-generator-annotations": "5.0.3",
"openapi-generator-cli": "5.0.3"
"openapi-generator": "5.1.0",
"openapi-generator-annotations": "5.1.0",
"openapi-generator-cli": "5.1.0"
}
18 changes: 18 additions & 0 deletions openapi-generator-annotations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

* fixed spec diff tracking

## [5.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v5.1.0) (2024-11-04)


### Features

* add --name-mappings param support for generator ([f5c6aed](https://github.com/gibahjoe/openapi-generator-dart/commit/f5c6aed0408de33c8f273f6e21aacb42a34cbbc1))
* **annotations:** fixed issue with DioSerializationLibrary and updated tests ([f2be6b6](https://github.com/gibahjoe/openapi-generator-dart/commit/f2be6b6e98010b3de8426e41940c57058c390b89)), closes [#152](https://github.com/gibahjoe/openapi-generator-dart/issues/152)
* Changing to a config based approach for obtaining the official openapi generator jar. ([a0f3ca2](https://github.com/gibahjoe/openapi-generator-dart/commit/a0f3ca2d24e29ff27d032a1f6dd093c195c7ff83))
* **cli:** remove unsupported flags for DioAltProperties ([72a509b](https://github.com/gibahjoe/openapi-generator-dart/commit/72a509b6323ef7519e7917148f07932f7901ad44))
* updateAnnotatedFile property to OpenApi annotation ([e7bfa94](https://github.com/gibahjoe/openapi-generator-dart/commit/e7bfa947a9a9610509bd52f0cec08a5689495015))


### Bug Fixes

* removed unsupported field ([b26af4b](https://github.com/gibahjoe/openapi-generator-dart/commit/b26af4b99bd49c28208a28083fb4a9a3cca43d8a))
* removed unsupported field ([b26af4b](https://github.com/gibahjoe/openapi-generator-dart/commit/b26af4b99bd49c28208a28083fb4a9a3cca43d8a))
* removed unsupported field ([b26af4b](https://github.com/gibahjoe/openapi-generator-dart/commit/b26af4b99bd49c28208a28083fb4a9a3cca43d8a))

## [5.0.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.0...v5.0.1) (2024-01-16)

### Bug Fixes
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: 5.0.2
version: 5.1.0
homepage: https://github.com/gibahjoe/openapi-generator-dart


Expand Down
10 changes: 10 additions & 0 deletions openapi-generator-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

* fixed spec diff tracking

## [5.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v5.1.0) (2024-11-04)


### Features

* Changing to a config based approach for obtaining the official openapi generator jar. ([a0f3ca2](https://github.com/gibahjoe/openapi-generator-dart/commit/a0f3ca2d24e29ff27d032a1f6dd093c195c7ff83))
* **cli:** bumped official generator version to 7.7 ([d8b9de1](https://github.com/gibahjoe/openapi-generator-dart/commit/d8b9de1a948ea5958ecfe85bcf228b97e0f2a8fd))
* **cli:** bumped unofficial generator version to 8.1 ([2fdd022](https://github.com/gibahjoe/openapi-generator-dart/commit/2fdd022bbcca07dc03bd743e378dbc10b9f0503f))
* **cli:** removed jar binary from library and made the jar downloadable by auto generated config ([ecb0e8a](https://github.com/gibahjoe/openapi-generator-dart/commit/ecb0e8a73ade46d9975b47a4c188c228795b8801)), closes [#153](https://github.com/gibahjoe/openapi-generator-dart/issues/153)

## [5.0.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.0...v5.0.1) (2024-01-16)

### Bug Fixes
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: 5.0.2
version: 5.1.0
homepage: https://github.com/gibahjoe/openapi-generator-dart

environment:
Expand Down
21 changes: 21 additions & 0 deletions openapi-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@

* fixed spec diff tracking

## [5.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v5.1.0) (2024-11-04)


### Features

* add --name-mappings param support for generator ([f5c6aed](https://github.com/gibahjoe/openapi-generator-dart/commit/f5c6aed0408de33c8f273f6e21aacb42a34cbbc1))
* annotated file updating made optional by argument ([c108469](https://github.com/gibahjoe/openapi-generator-dart/commit/c108469787da68794dce7ca595387539e009eb50))
* **annotations:** fixed issue with DioSerializationLibrary and updated tests ([f2be6b6](https://github.com/gibahjoe/openapi-generator-dart/commit/f2be6b6e98010b3de8426e41940c57058c390b89)), closes [#152](https://github.com/gibahjoe/openapi-generator-dart/issues/152)
* Changing to a config based approach for obtaining the official openapi generator jar. ([a0f3ca2](https://github.com/gibahjoe/openapi-generator-dart/commit/a0f3ca2d24e29ff27d032a1f6dd093c195c7ff83))


### Bug Fixes

* dart format ([7f3d952](https://github.com/gibahjoe/openapi-generator-dart/commit/7f3d9523685644c1aa008578c1e09c53db2c3dfc))
* fixed ci ([9e9c578](https://github.com/gibahjoe/openapi-generator-dart/commit/9e9c5784805d2b956b2eab89f37b830f38184beb))
* fixed failing tests ([3a97178](https://github.com/gibahjoe/openapi-generator-dart/commit/3a9717853720249b0b32c6cc755df540d72c53df))
* fixes some tests ([6770267](https://github.com/gibahjoe/openapi-generator-dart/commit/67702673a1cb4d39d8f700d87f0be97b221cc066))
* removed unsupported field ([b26af4b](https://github.com/gibahjoe/openapi-generator-dart/commit/b26af4b99bd49c28208a28083fb4a9a3cca43d8a))
* removed unsupported field ([b26af4b](https://github.com/gibahjoe/openapi-generator-dart/commit/b26af4b99bd49c28208a28083fb4a9a3cca43d8a))
* removed unsupported field ([b26af4b](https://github.com/gibahjoe/openapi-generator-dart/commit/b26af4b99bd49c28208a28083fb4a9a3cca43d8a))

## [5.0.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.0...v5.0.1) (2024-01-16)

### Bug Fixes
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: 5.0.2
version: 5.1.0
homepage: https://github.com/gibahjoe/openapi-generator-dart

environment:
Expand Down
Loading