Skip to content

Commit e5d1aed

Browse files
authored
Release 6.0.1 (#136)
1 parent 2cb8402 commit e5d1aed

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [6.0.1] - 2023-09-11
8+
### Fixed
9+
- `NewRelationship` was not exported
10+
711
## [6.0.0] - 2023-09-07
812
### Added
913
- Partial support for JSON:API v1.1
@@ -238,6 +242,7 @@ the Document model.
238242
### Added
239243
- Client: fetch resources, collections, related resources and relationships
240244

245+
[6.0.1]: https://github.com/f3ath/json-api-dart/compare/6.0.0...6.0.1
241246
[6.0.0]: https://github.com/f3ath/json-api-dart/compare/5.4.0...6.0.0
242247
[5.4.0]: https://github.com/f3ath/json-api-dart/compare/5.3.0...5.4.0
243248
[5.3.0]: https://github.com/f3ath/json-api-dart/compare/5.2.0...5.3.0

lib/document.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export 'package:json_api/src/document/error_object.dart';
55
export 'package:json_api/src/document/inbound_document.dart';
66
export 'package:json_api/src/document/link.dart';
77
export 'package:json_api/src/document/new_identifier.dart';
8+
export 'package:json_api/src/document/new_relationship.dart';
89
export 'package:json_api/src/document/new_resource.dart';
910
export 'package:json_api/src/document/new_to_many.dart';
1011
export 'package:json_api/src/document/new_to_one.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_api
2-
version: 6.0.0
2+
version: 6.0.1
33
homepage: https://github.com/f3ath/json-api-dart
44
description: A framework-agnostic implementations of JSON:API Client and Server. Supports JSON:API v1.0 (https://jsonapi.org)
55
environment:

0 commit comments

Comments
 (0)