From 1b4c32763c899a2d7f09085023906c1e173f6b6b Mon Sep 17 00:00:00 2001 From: Rexios Date: Mon, 22 Jul 2024 10:50:09 -0400 Subject: [PATCH] Preparing for release --- hive/CHANGELOG.md | 4 ++++ hive/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index 71f8ce0a..8ea70e10 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.4.2 + +- Only show the adapter with same type warning if the adapters have different type ids + ## 2.4.1 - Upgrades `package:web` to `1.0.0` diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index efbf99a6..1abb7ef0 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.1 +version: 2.4.2 homepage: https://github.com/IO-Design-Team/hive_ce/tree/main/hive documentation: https://docs.hivedb.dev/