diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index d5c557e0e..d7c049ecf 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,4 +1,4 @@ -# Future release +# 1.4.1 ### Enhancements - Minor performance improvements @@ -6,6 +6,9 @@ ### Fixes - When a database operation failed, subsequent operations would not be performed +### Other +- Fixed GitHub homepage path + # 1.4.0+1 ### Enhancements diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 7d0c7265d..c123a4978 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -1,7 +1,7 @@ name: hive description: Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256. -version: 1.4.0+1 -homepage: https://github.com/hivedb/hive +version: 1.4.1 +homepage: https://github.com/hivedb/hive/tree/master/hive documentation: https://docs.hivedb.dev/ environment: diff --git a/hive_flutter/CHANGELOG.md b/hive_flutter/CHANGELOG.md index 8d04f00c7..4aa10ccb3 100644 --- a/hive_flutter/CHANGELOG.md +++ b/hive_flutter/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.3.0+2 +- Fixed GitHub homepage path + ## 0.3.0+1 - Added `box.listenable()` which returns a `ValueListenable` - Added `Hive.initFlutter()` diff --git a/hive_flutter/pubspec.yaml b/hive_flutter/pubspec.yaml index ef9f70e75..ab171ca38 100644 --- a/hive_flutter/pubspec.yaml +++ b/hive_flutter/pubspec.yaml @@ -1,7 +1,8 @@ name: hive_flutter description: Extension for Hive. Makes it easier to use Hive in Flutter apps. -version: 0.3.0+1 -homepage: https://github.com/leisim/hive +version: 0.3.0+2 +homepage: https://github.com/hivedb/hive/tree/master/hive_flutter +documentation: https://docs.hivedb.dev/ environment: sdk: ">=2.6.0 <3.0.0" @@ -17,8 +18,4 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - pedantic: ">=1.8.0 <2.0.0" - -dependency_overrides: - hive: - path: ../hive \ No newline at end of file + pedantic: ">=1.8.0 <2.0.0" \ No newline at end of file diff --git a/hive_generator/CHANGELOG.md b/hive_generator/CHANGELOG.md index d3ec64e8a..8c57eff0b 100644 --- a/hive_generator/CHANGELOG.md +++ b/hive_generator/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.0+2 +- Fixed Changelog + +## 0.7.0+2 +- Fixed GitHub homepage path + ## 0.7.0 - Fixed final fields in constructor - Support for `typeId` parameter diff --git a/hive_generator/pubspec.yaml b/hive_generator/pubspec.yaml index 59c613627..981973116 100644 --- a/hive_generator/pubspec.yaml +++ b/hive_generator/pubspec.yaml @@ -1,7 +1,7 @@ name: hive_generator description: Extension for Hive. Automatically generates TypeAdapters to store any class. -version: 0.7.0 -homepage: https://github.com/hivedb/hive +version: 0.7.0+2 +homepage: https://github.com/hivedb/hive/tree/master/hive_generator documentation: https://docs.hivedb.dev/ environment: @@ -18,8 +18,4 @@ dev_dependencies: test: ^1.6.4 build_test: any build_runner: any - pedantic: '1.7.0' - -dependency_overrides: - hive: - path: ../hive \ No newline at end of file + pedantic: '1.7.0' \ No newline at end of file