Skip to content

Commit add6687

Browse files
committed
Bump version to 3.1.8
1 parent 9fad8e2 commit add6687

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
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.8
2+
3+
### Fixes
4+
5+
Fix Android release build on Flutter 3.24.0
6+
17
## 3.1.7
28

39
### Fixes

packages/isar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Holy smokes you're here! Let's get started on using the coolest Flutter database
6565
### 1. Add to pubspec.yaml
6666

6767
```yaml
68-
isar_version: &isar_version 3.1.7 # define the version to be used
68+
isar_version: &isar_version 3.1.8 # define the version to be used
6969

7070
dependencies:
7171
isar:

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.7';
21+
static const version = '3.1.8';
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.7
3+
version: 3.1.8
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.7
3+
version: 3.1.8
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.7
16+
version: 3.1.8
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.7
3+
version: 3.1.8
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.7
18+
version: 3.1.8
1919
hosted: https://pub.isar-community.dev
2020
path: ^1.8.1
2121
source_gen: ^1.2.2

0 commit comments

Comments
 (0)