From bbb031dfffbcfe047e0a3ec5d8a2c7957b628da1 Mon Sep 17 00:00:00 2001 From: Rexios Date: Tue, 6 Aug 2024 00:37:27 -0400 Subject: [PATCH] Loosens constraint on `web` --- hive/CHANGELOG.md | 4 ++++ hive/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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