File tree Expand file tree Collapse file tree 6 files changed +32
-25
lines changed Expand file tree Collapse file tree 6 files changed +32
-25
lines changed Original file line number Diff line number Diff line change @@ -76,24 +76,24 @@ jobs:
76
76
# uses: ./.github/workflows/testlab.yaml
77
77
# secrets: inherit
78
78
79
- build_inspector :
80
- name : Build Inspector
81
- needs : testlab
82
- runs-on : ubuntu-latest
83
- steps :
84
- - uses : actions/checkout@v3
85
- - uses : subosito/flutter-action@v2
86
- - name : Build
87
- run : flutter build web --base-href /${{ github.ref_name }}/
88
- working-directory : packages/isar_inspector
89
- - name : Deploy to GitHub Pages
90
- uses : JamesIves/github-pages-deploy-action@v4
91
- with :
92
- folder : packages/isar_inspector/build/web
93
- repository-name : isar/inspector
94
- token : ${{ secrets.TOKEN }}
95
- target-folder : ${{ github.ref_name }}
96
- clean : false
79
+ # build_inspector:
80
+ # name: Build Inspector
81
+ # needs: testlab
82
+ # runs-on: ubuntu-latest
83
+ # steps:
84
+ # - uses: actions/checkout@v3
85
+ # - uses: subosito/flutter-action@v2
86
+ # - name: Build
87
+ # run: flutter build web --base-href /${{ github.ref_name }}/
88
+ # working-directory: packages/isar_inspector
89
+ # - name: Deploy to GitHub Pages
90
+ # uses: JamesIves/github-pages-deploy-action@v4
91
+ # with:
92
+ # folder: packages/isar_inspector/build/web
93
+ # repository-name: isar/inspector
94
+ # token: ${{ secrets.TOKEN }}
95
+ # target-folder: ${{ github.ref_name }}
96
+ # clean: false
97
97
98
98
# publish:
99
99
# name: Publish
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ abstract class Isar {
18
18
}
19
19
20
20
/// The version of the Isar library.
21
- static const version = '3.1.1 ' ;
21
+ static const version = '3.1.3 ' ;
22
22
23
23
/// Smallest valid id.
24
24
static const Id minId = isarMinId;
Original file line number Diff line number Diff line change 1
1
name : isar
2
2
description : Extremely fast, easy to use, and fully async NoSQL database for Flutter.
3
- version : 3.1.1
3
+ version : 3.1.3
4
4
repository : https://github.com/isar/isar/tree/main/packages/isar
5
5
homepage : https://github.com/isar/isar
6
6
issue_tracker : https://github.com/isar/isar/issues
7
7
documentation : https://isar.dev
8
+ publish_to : https://isar-community.dev/
8
9
funding :
9
10
- https://github.com/sponsors/leisim/
10
11
Original file line number Diff line number Diff line change 1
1
name : isar_flutter_libs
2
2
description : Isar Core binaries for the Isar Database. Needs to be included for Flutter apps.
3
- version : 3.1.1
3
+ version : 3.1.3
4
4
repository : https://github.com/isar/isar
5
5
homepage : https://isar.dev
6
+ publish_to : https://isar-community.dev/
6
7
7
8
environment :
8
9
sdk : " >=2.17.0 <3.0.0"
@@ -11,7 +12,9 @@ environment:
11
12
dependencies :
12
13
flutter :
13
14
sdk : flutter
14
- isar : 3.1.1
15
+ isar :
16
+ version : 3.1.3
17
+ hosted : https://isar-community.dev/
15
18
16
19
flutter :
17
20
plugin :
Original file line number Diff line number Diff line change 1
1
name : isar_generator
2
2
description : Code generator for the Isar Database. Finds classes annotated with @Collection.
3
- version : 3.1.1
3
+ version : 3.1.3
4
4
repository : https://github.com/isar/isar
5
5
homepage : https://isar.dev
6
+ publish_to : https://isar-community.dev/
6
7
7
8
environment :
8
9
sdk : " >=2.17.0 <3.0.0"
@@ -13,7 +14,9 @@ dependencies:
13
14
dart_style : ^2.2.3
14
15
dartx : ^1.1.0
15
16
glob : ^2.0.2
16
- isar : 3.1.1
17
+ isar :
18
+ version : 3.1.3
19
+ hosted : https://isar-community.dev/
17
20
path : ^1.8.1
18
21
source_gen : ^1.2.2
19
22
xxh3 : ^1.0.1
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
version=` dart packages/isar/tool/get_version.dart`
4
- github=" https://github.com/isar /isar/releases/download/${version} "
4
+ github=" https://github.com/mrclauss /isar/releases/download/${version} "
5
5
6
6
7
7
curl " ${github} /libisar_android_arm64.so" -o packages/isar_flutter_libs/android/src/main/jniLibs/arm64-v8a/libisar.so --create-dirs -L -f
You can’t perform that action at this time.
0 commit comments