Skip to content

Commit 2ab5e5d

Browse files
committed
http 0.2.1:
* Upgrading `freezed_annotation` to `^3.0.0` * Upgrading `freezed` to `^3.0.4` * Upgrading `json_serializable` to `^6.9.4` * Upgrading `build_runner` to `^2.4.15`
1 parent 4b01846 commit 2ab5e5d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

flutter_google_places_sdk_http/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.1
2+
3+
* Upgrading `freezed_annotation` to `^3.0.0`
4+
* Upgrading `freezed` to `^3.0.4`
5+
* Upgrading `json_serializable` to `^6.9.4`
6+
* Upgrading `build_runner` to `^2.4.15`
7+
18
## 0.2.0
29

310
* No changes, released to a non-dev version

flutter_google_places_sdk_http/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ dependencies:
1212
sdk: flutter
1313
http: ^1.3.0
1414
latlong2: ^0.9.1
15-
flutter_google_places_sdk_platform_interface: ^0.3.1+1
16-
freezed_annotation: ^2.3.2
15+
flutter_google_places_sdk_platform_interface: ^0.3.2
16+
freezed_annotation: ^3.0.0
1717
json_annotation: ^4.9.0
1818

1919
dev_dependencies:
20-
json_serializable: ^6.7.1
21-
build_runner: ^2.4.6
20+
json_serializable: ^6.9.4
21+
build_runner: ^2.4.15
2222
flutter_lints: ^5.0.0
23-
freezed: ^2.3.2
23+
freezed: ^3.0.4
2424
mockito: ^5.4.0

0 commit comments

Comments
 (0)