Skip to content

Commit

Permalink
1.5.15, closes #250
Browse files Browse the repository at this point in the history
  • Loading branch information
frank06 committed Jan 25, 2024
1 parent 6c47f08 commit af534ed
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.5.15] - January 25th, 2024

- Fix: Upgrade http dependency

## [1.5.14] - September 22nd, 2023

- Fix: all-watchers should be non-nullable, consistent with non-nullable all-finders
Expand Down
16 changes: 12 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.5.13"
version: "1.5.14"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -220,10 +220,10 @@ packages:
dependency: transitive
description:
name: http
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
sha256: a2bbf9d017fcced29139daa8ed2bba4ece450ab222871df93ca9eec6f80c34ba
url: "https://pub.dev"
source: hosted
version: "0.13.6"
version: "1.2.0"
http_multi_server:
dependency: transitive
description:
Expand Down Expand Up @@ -504,6 +504,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.0"
web:
dependency: transitive
description:
name: web
sha256: "4188706108906f002b3a293509234588823c8c979dc83304e229ff400c996b05"
url: "https://pub.dev"
source: hosted
version: "0.4.2"
web_socket_channel:
dependency: transitive
description:
Expand All @@ -521,4 +529,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.0.0 <4.0.0"
dart: ">=3.2.0 <4.0.0"
14 changes: 11 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@ packages:
dependency: "direct main"
description:
name: http
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
sha256: a2bbf9d017fcced29139daa8ed2bba4ece450ab222871df93ca9eec6f80c34ba
url: "https://pub.dev"
source: hosted
version: "0.13.6"
version: "1.2.0"
http_multi_server:
dependency: transitive
description:
Expand Down Expand Up @@ -633,6 +633,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.0"
web:
dependency: transitive
description:
name: web
sha256: "4188706108906f002b3a293509234588823c8c979dc83304e229ff400c996b05"
url: "https://pub.dev"
source: hosted
version: "0.4.2"
web_socket_channel:
dependency: transitive
description:
Expand All @@ -658,4 +666,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.0.0 <4.0.0"
dart: ">=3.2.0 <4.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_data
description: >
The seamless way to work with persistent data models in Flutter. Inspired by
Ember Data and ActiveRecord.
version: 1.5.14
version: 1.5.15
homepage: https://github.com/flutterdata/flutter_data
documentation: https://flutterdata.dev/

Expand All @@ -19,7 +19,7 @@ dependencies:
equatable: ^2.0.2
glob: ^2.0.1
hive: ^2.2.3
http: ^0.13.3
http: ^1.2.0
inflection3: ^0.5.3+2
json_annotation: ^4.8.0
meta: ^1.7.0
Expand Down

0 comments on commit af534ed

Please sign in to comment.