Skip to content

Commit 151c61e

Browse files
committed
chore: release master
1 parent 5747abf commit 151c61e

File tree

7 files changed

+35
-6
lines changed

7 files changed

+35
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"openapi-generator": "6.1.0",
3-
"openapi-generator-annotations": "6.1.0",
4-
"openapi-generator-cli": "6.1.0"
2+
"openapi-generator": "6.1.1",
3+
"openapi-generator-annotations": "6.1.1",
4+
"openapi-generator-cli": "6.1.1"
55
}

openapi-generator-annotations/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
* fixed spec diff tracking
66

7+
## [6.1.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.1.0...v6.1.1) (2025-09-30)
8+
9+
10+
### Bug Fixes
11+
12+
* Remove deprecated skipIfSpecIsUnchanged and skipSpecDepMessage ([#193](https://github.com/gibahjoe/openapi-generator-dart/issues/193)) ([bc06852](https://github.com/gibahjoe/openapi-generator-dart/commit/bc068529d0f3a572db85cc4efe43e3b94feb9ee2))
13+
* Update deprecation message for skipSpecDepMessage and improve link in bug report template ([0892b56](https://github.com/gibahjoe/openapi-generator-dart/commit/0892b560650022e5aad55adc4eb68c8955f707ba))
14+
* update README for clarity and formatting; adjust generator arguments and caching logic ([2c85976](https://github.com/gibahjoe/openapi-generator-dart/commit/2c8597617eb90b1635404bae5ea2c20311d202bd))
15+
* updated analyzer and source_gen dependencies ([7b2b4b7](https://github.com/gibahjoe/openapi-generator-dart/commit/7b2b4b7c2ad63630692cd74be4ca68eda6793b43)), closes [#192](https://github.com/gibahjoe/openapi-generator-dart/issues/192)
16+
717
## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-15)
818

919

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: 6.1.0
3+
version: 6.1.1
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66

openapi-generator-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
* fixed spec diff tracking
66

7+
## [6.1.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.1.0...v6.1.1) (2025-09-30)
8+
9+
10+
### Bug Fixes
11+
12+
* update README for clarity and formatting; adjust generator arguments and caching logic ([2c85976](https://github.com/gibahjoe/openapi-generator-dart/commit/2c8597617eb90b1635404bae5ea2c20311d202bd))
13+
714
## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-15)
815

916

openapi-generator-cli/pubspec.yaml

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

66
environment:

openapi-generator/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
* fixed spec diff tracking
66

7+
## [6.1.1](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.1.0...v6.1.1) (2025-09-30)
8+
9+
10+
### Bug Fixes
11+
12+
* add support for remote specs without extensions. Closes [#176](https://github.com/gibahjoe/openapi-generator-dart/issues/176) ([c08164d](https://github.com/gibahjoe/openapi-generator-dart/commit/c08164d7db64725ceddd250ab7e18fd8926b9ff7))
13+
* Notify `build_runner` of dependency on inputSpec ([#187](https://github.com/gibahjoe/openapi-generator-dart/issues/187)) ([b4c15ee](https://github.com/gibahjoe/openapi-generator-dart/commit/b4c15ee23648437c41f8049c6844e1e12ddf7f03))
14+
* Remove deprecated skipIfSpecIsUnchanged and skipSpecDepMessage ([#193](https://github.com/gibahjoe/openapi-generator-dart/issues/193)) ([bc06852](https://github.com/gibahjoe/openapi-generator-dart/commit/bc068529d0f3a572db85cc4efe43e3b94feb9ee2))
15+
* update build_test dependency version to >=2.0.0 <4.0.0 in pubspec files ([5747abf](https://github.com/gibahjoe/openapi-generator-dart/commit/5747abf64ce56896f4837984f240e50140aad6d2))
16+
* update README for clarity and formatting; adjust generator arguments and caching logic ([2c85976](https://github.com/gibahjoe/openapi-generator-dart/commit/2c8597617eb90b1635404bae5ea2c20311d202bd))
17+
* updated analyzer and source_gen dependencies ([7b2b4b7](https://github.com/gibahjoe/openapi-generator-dart/commit/7b2b4b7c2ad63630692cd74be4ca68eda6793b43)), closes [#192](https://github.com/gibahjoe/openapi-generator-dart/issues/192)
18+
719
## [6.1.0](https://github.com/gibahjoe/openapi-generator-dart/compare/v6.0.0...v6.1.0) (2024-12-15)
820

921

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: 6.1.0
3+
version: 6.1.1
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66
environment:

0 commit comments

Comments
 (0)