diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index 9c3c35bd..c17991b0 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.4.4 + +- Loosens constraint on `web` + ## 2.4.3 - Loosens constraint on `meta` diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 5a1d1747..ef4e8138 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -1,6 +1,6 @@ name: hive_ce description: Hive Community Edition - A spiritual continuation of Hive v2 -version: 2.4.3 +version: 2.4.4 homepage: https://github.com/IO-Design-Team/hive_ce/tree/main/hive documentation: https://docs.hivedb.dev/ @@ -10,7 +10,7 @@ environment: dependencies: meta: ^1.12.0 crypto: ^3.0.0 - web: ^1.0.0 + web: ">=0.5.0 <2.0.0" dev_dependencies: test: ^1.17.12