Skip to content

Commit

Permalink
Changelog for 3.1.7, bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Clauss committed May 5, 2024
1 parent c2e9c5a commit 671bf52
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions packages/isar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.1.7

### Fixes

Add apple privacy manifest

## 3.1.6

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion packages/isar/lib/src/isar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class Isar {
}

/// The version of the Isar library.
static const version = '3.1.6';
static const version = '3.1.7';

/// Smallest valid id.
static const Id minId = isarMinId;
Expand Down
2 changes: 1 addition & 1 deletion packages/isar/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: isar
description: Extremely fast, easy to use, and fully async NoSQL database for Flutter.
version: 3.1.6
version: 3.1.7
repository: https://github.com/isar-community/isar/tree/main/packages/isar
homepage: https://github.com/isar-community/isar
issue_tracker: https://github.com/isar-community/isar/issues
Expand Down
4 changes: 2 additions & 2 deletions packages/isar_flutter_libs/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: isar_flutter_libs
description: Isar Core binaries for the Isar Database. Needs to be included for Flutter apps.
version: 3.1.6
version: 3.1.7
repository: https://github.com/isar-community/isar
homepage: https://isar.dev
publish_to: https://pub.isar-community.dev/
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
isar:
version: 3.1.6
version: 3.1.7
hosted: https://pub.isar-community.dev

flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/isar_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: isar_generator
description: Code generator for the Isar Database. Finds classes annotated with @Collection.
version: 3.1.6
version: 3.1.7
repository: https://github.com/isar-community/isar
homepage: https://isar.dev
publish_to: https://pub.isar-community.dev/
Expand All @@ -15,7 +15,7 @@ dependencies:
dartx: ^1.1.0
glob: ^2.0.2
isar:
version: 3.1.6
version: 3.1.7
hosted: https://pub.isar-community.dev
path: ^1.8.1
source_gen: ^1.2.2
Expand Down

0 comments on commit 671bf52

Please sign in to comment.