Skip to content

Commit 01e94ea

Browse files
committed
publish at open_api_fork
1 parent 530d684 commit 01e94ea

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.0.1+1
4+
5+
- https://github.com/stablekernel/open-api-dart/pull/6
6+
37
## 2.0.1
48

59
- Fix bug when merging APIResponse bodies

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# open_api_dart
1+
# open_api_dart_fork
2+
3+
Forked from https://pub.dev/packages/open_api
4+
5+
Fixes
6+
* https://github.com/stablekernel/open-api-dart/pull/6
27

38
Reads and writes OpenAPI (Swagger) specifications.
49

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: open_api
1+
name: open_api_fork
22
description: Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications.
3-
version: 2.0.1
4-
homepage: https://github.com/stablekernel/open-api-dart
3+
version: 2.0.1+1
4+
homepage: https://github.com/hpoul/open-api-dart
55
author: stable|kernel <[email protected]>
66

77
environment:
@@ -12,4 +12,4 @@ dependencies:
1212
codable: ^1.0.0
1313

1414
dev_dependencies:
15-
test: ^1.3.0
15+
test: ^1.3.0

0 commit comments

Comments
 (0)