From 03eec81df866a012fd100f6d55e65d5f2270526a Mon Sep 17 00:00:00 2001 From: Misir Jafarov Date: Wed, 18 May 2022 15:05:47 +0400 Subject: [PATCH] Bump hive to v2.2.1 --- hive/CHANGELOG.md | 7 +++++++ hive/pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index 7427d40a9..5997808b8 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.2.1 + +### Fixes + +- Retracted hive@2.2.0 from pub.dev +- Fixed hive web backend null value exception - [#968](https://github.com/hivedb/hive/pull/968) + # 2.2.0 ### Enhancements diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index afb5a127f..9de4ca6df 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -1,6 +1,6 @@ name: hive description: Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256. -version: 2.2.0 +version: 2.2.1 homepage: https://github.com/hivedb/hive/tree/master/hive documentation: https://docs.hivedb.dev/