Skip to content

Commit cdabb36

Browse files
committed
* Fix wrong copyWith method
1 parent 8e388d6 commit cdabb36

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Flutter/json_to_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.2
2+
3+
* Fix wrong copyWith method
4+
15
## 2.0.1
26

37
* update json_to_dart_library to fix asT

Flutter/json_to_dart/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,10 @@ packages:
433433
dependency: "direct main"
434434
description:
435435
name: json_to_dart_library
436-
sha256: d33fb8fbeac0a329d6dc0f43c1868daa6b920ca9300d64d1b1df5e8444263aa0
436+
sha256: "68f5ad7fe24f8750636102e2ca9b43c4e6d0d70e96dc1a6a4aba5aac5cd2804b"
437437
url: "https://pub.flutter-io.cn"
438438
source: hosted
439-
version: "0.0.4"
439+
version: "0.0.5"
440440
leak_tracker:
441441
dependency: transitive
442442
description:

Flutter/json_to_dart/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: The tool to convert json to dart code.
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 2.0.0
14+
version: 2.0.2
1515

1616
environment:
1717
sdk: ">=3.5.0 <4.0.0"
@@ -34,7 +34,7 @@ dependencies:
3434

3535
hive: any
3636
hive_flutter: any
37-
json_to_dart_library: ^0.0.4
37+
json_to_dart_library: ^0.0.5
3838
nested: any
3939

4040
dependency_overrides:

0 commit comments

Comments
 (0)