Skip to content

Commit 5b6c0ef

Browse files
committed
updated
1 parent dd1cf17 commit 5b6c0ef

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

openapi-generator/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
## 3.1.1
2-
- **BREAKING CHANGES**
3-
- Bumped dart-ogurets (_dioAlt_) generator to 5.0 with [breaking changes](https://github.com/dart-ogurets/dart-openapi-maven#changelog)
4-
- Bumped official openapi generator to 5.1.0. See [change log](https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.1.0)
5-
## 3.1.0
1+
## 3.1.1-2
62
- **BREAKING CHANGES**
73
- Bumped dart-ogurets (_dioAlt_) generator to 5.0 with [breaking changes](https://github.com/dart-ogurets/dart-openapi-maven#changelog)
84
- Bumped official openapi generator to 5.1.0. See [change log](https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.1.0)

openapi-generator/lib/src/openapi_generator_runner.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ class OpenapiGenerator extends GeneratorForAnnotation<annots.Openapi> {
262262
Command _getCommandWithWrapper(
263263
String command, List<String> arguments, ConstantReader annotation) {
264264
final wrapper = annotation
265-
.read('additionalProperties')
266-
.read('wrapper')
267-
.enumValue<annots.Wrapper>();
265+
.read('additionalProperties')
266+
.read('wrapper')
267+
.enumValue<annots.Wrapper>();
268268
switch (wrapper) {
269269
case annots.Wrapper.flutterw:
270270
return Command('./flutterw', arguments);

openapi-generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 3.1.1
3+
version: 3.1.1-2
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66
environment:

0 commit comments

Comments
 (0)