Skip to content

Commit

Permalink
feat: Bumped versions to match
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Sep 1, 2023
1 parent 50d2210 commit 506689c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions openapi-generator-annotations/CHANGELOG.md
@@ -1,3 +1,7 @@
## 4.13.0

- Deprecated some enum values in favor of dart style guide compatible ones

## 4.12.0

- Added spec diff tracking. This means you Openapi generator now tracks changes to your spec and only regenerates the
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator-annotations/pubspec.yaml
@@ -1,6 +1,6 @@
name: openapi_generator_annotations
description: Annotation package for openapi_generator https://pub.dev/packages/openapi_generator.
version: 4.12.0
version: 4.13.0
homepage: https://github.com/gibahjoe/openapi-generator-dart


Expand Down
4 changes: 4 additions & 0 deletions openapi-generator-cli/CHANGELOG.md
@@ -1,3 +1,7 @@
## 4.13.0

- Bumped version to match annotations and core.

## 4.12.0

- Bumped version to match annotations and core.
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator-cli/pubspec.yaml
@@ -1,6 +1,6 @@
name: openapi_generator_cli
description: A dart wrapper around openapi-generator inspired by the node implementation.
version: 4.12.0
version: 4.13.0
homepage: https://github.com/gibahjoe/openapi-generator-dart

environment:
Expand Down

0 comments on commit 506689c

Please sign in to comment.