Skip to content

Commit e2850af

Browse files
committed
Bump the version everywhere
1 parent 0e7a4f6 commit e2850af

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

openapi-generator-annotations/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 4.0.0
2+
3+
- **BREAKING CHANGES**
4+
- `dioNext` and `jaguar` generators are removed
5+
6+
- Bumped dart-ogurets (_dioAlt_) generator to 5.13
7+
with [changes](https://github.com/dart-ogurets/dart-openapi-maven#changelog)
8+
- Bumped official openapi generator to 6.0.0.
9+
See [change log](https://github.com/OpenAPITools/openapi-generator/releases/tag/v6.0.0)
10+
111
## 3.3.0
212

313
- Bumped dart-ogurets (_dioAlt_) generator to 5.11

openapi-generator-annotations/pubspec.yaml

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

66

openapi-generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
build: '>=0.12.6 <=3.0.0'
1111
source_gen: '>=1.0.0 <=2.0.0'
1212
path: '>=1.0.0 <=2.0.0'
13-
openapi_generator_annotations: ^3.3.0
13+
openapi_generator_annotations: ^4.0.0
1414
analyzer: '>=1.4.0 <=5.0.0'
1515
openapi_generator_cli: ^4.0.0
1616

0 commit comments

Comments
 (0)