Skip to content

Commit 671bf52

Browse files
author
Martin Clauss
committed
Changelog for 3.1.7, bump package versions
1 parent c2e9c5a commit 671bf52

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

packages/isar/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.1.7
2+
3+
### Fixes
4+
5+
Add apple privacy manifest
6+
17
## 3.1.6
28

39
### Breaking

packages/isar/lib/src/isar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class Isar {
1818
}
1919

2020
/// The version of the Isar library.
21-
static const version = '3.1.6';
21+
static const version = '3.1.7';
2222

2323
/// Smallest valid id.
2424
static const Id minId = isarMinId;

packages/isar/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: isar
22
description: Extremely fast, easy to use, and fully async NoSQL database for Flutter.
3-
version: 3.1.6
3+
version: 3.1.7
44
repository: https://github.com/isar-community/isar/tree/main/packages/isar
55
homepage: https://github.com/isar-community/isar
66
issue_tracker: https://github.com/isar-community/isar/issues

packages/isar_flutter_libs/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: isar_flutter_libs
22
description: Isar Core binaries for the Isar Database. Needs to be included for Flutter apps.
3-
version: 3.1.6
3+
version: 3.1.7
44
repository: https://github.com/isar-community/isar
55
homepage: https://isar.dev
66
publish_to: https://pub.isar-community.dev/
@@ -13,7 +13,7 @@ dependencies:
1313
flutter:
1414
sdk: flutter
1515
isar:
16-
version: 3.1.6
16+
version: 3.1.7
1717
hosted: https://pub.isar-community.dev
1818

1919
flutter:

packages/isar_generator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: isar_generator
22
description: Code generator for the Isar Database. Finds classes annotated with @Collection.
3-
version: 3.1.6
3+
version: 3.1.7
44
repository: https://github.com/isar-community/isar
55
homepage: https://isar.dev
66
publish_to: https://pub.isar-community.dev/
@@ -15,7 +15,7 @@ dependencies:
1515
dartx: ^1.1.0
1616
glob: ^2.0.2
1717
isar:
18-
version: 3.1.6
18+
version: 3.1.7
1919
hosted: https://pub.isar-community.dev
2020
path: ^1.8.1
2121
source_gen: ^1.2.2

0 commit comments

Comments
 (0)