Skip to content

Commit ff2cf31

Browse files
authored
Merge pull request #163 from gibahjoe/release-please--branches--master
chore: release master
2 parents a3068ab + 03efe11 commit ff2cf31

File tree

7 files changed

+32
-6
lines changed

7 files changed

+32
-6
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi-generator": "6.0.0",
3-
"openapi-generator-annotations": "6.0.0",
4-
"openapi-generator-cli": "6.0.0"
2+
"openapi-generator": "6.1.0",
3+
"openapi-generator-annotations": "6.1.0",
4+
"openapi-generator-cli": "6.1.0"
55
}

openapi-generator-annotations/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
* fixed spec diff tracking
66

7+
## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-15)
8+
9+
10+
### Features
11+
12+
* added `--enum-name-mappings` support ([328c9da](https://github.com/gibahjoe/openapi-generator-dart/commit/328c9da3294719210e11f961baa89d9a1c708ac8))
13+
714
## [6.0.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0) (2024-11-06)
815

916

openapi-generator-annotations/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openapi_generator_annotations
22
description: Annotation package for openapi_generator https://pub.dev/packages/openapi_generator.
3-
version: 6.0.0
3+
version: 6.1.0
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66

openapi-generator-cli/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
* fixed spec diff tracking
66

7+
## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-15)
8+
9+
10+
### Features
11+
12+
* added `--enum-name-mappings` support ([328c9da](https://github.com/gibahjoe/openapi-generator-dart/commit/328c9da3294719210e11f961baa89d9a1c708ac8))
13+
14+
15+
### Bug Fixes
16+
17+
* **cli:** Fixed additionalCommands in config not appending to generator commands ([99f6bec](https://github.com/gibahjoe/openapi-generator-dart/commit/99f6becd51a1294aa25b8d2577b76ebfa69d7fff))
18+
719
## [6.0.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0) (2024-11-06)
820

921

openapi-generator-cli/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openapi_generator_cli
22
description: A dart wrapper around openapi-generator inspired by the node implementation.
3-
version: 6.0.0
3+
version: 6.1.0
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66
environment:

openapi-generator/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
* fixed spec diff tracking
66

7+
## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-15)
8+
9+
10+
### Features
11+
12+
* added `--enum-name-mappings` support ([328c9da](https://github.com/gibahjoe/openapi-generator-dart/commit/328c9da3294719210e11f961baa89d9a1c708ac8))
13+
714
## [6.0.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v5.0.3...v6.0.0) (2024-11-06)
815

916

openapi-generator/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openapi_generator
22
description: Generator for openapi client sdk inspired by the npm implementation of openapi-generator-cli.
3-
version: 6.0.0
3+
version: 6.1.0
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66
environment:

0 commit comments

Comments
 (0)