Skip to content

Commit

Permalink
Fix package links
Browse files Browse the repository at this point in the history
  • Loading branch information
simc committed Feb 22, 2020
1 parent abbe51c commit d81df55
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 17 deletions.
5 changes: 4 additions & 1 deletion hive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Future release
# 1.4.1

### Enhancements
- Minor performance improvements

### Fixes
- When a database operation failed, subsequent operations would not be performed

### Other
- Fixed GitHub homepage path

# 1.4.0+1

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions hive/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 3 additions & 0 deletions hive_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.0+2
- Fixed GitHub homepage path

## 0.3.0+1
- Added `box.listenable()` which returns a `ValueListenable<Box>`
- Added `Hive.initFlutter()`
Expand Down
11 changes: 4 additions & 7 deletions hive_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -17,8 +18,4 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ">=1.8.0 <2.0.0"

dependency_overrides:
hive:
path: ../hive
pedantic: ">=1.8.0 <2.0.0"
6 changes: 6 additions & 0 deletions hive_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 3 additions & 7 deletions hive_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
pedantic: '1.7.0'

0 comments on commit d81df55

Please sign in to comment.