File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
name : CI
4
4
5
+ env :
6
+ FLUTTER_VERSION : 3.22.2
7
+
5
8
# Controls when the workflow will run
6
9
on :
7
10
# Triggers the workflow on push or pull request events but only for the master branch
8
11
push :
9
- branches : [ master ]
12
+ branches : [ main ]
10
13
pull_request :
11
- branches : [ master ]
14
+ branches : [ main ]
12
15
13
16
# Allows you to run this workflow manually from the Actions tab
14
17
workflow_dispatch :
29
32
- name : Install Flutter
30
33
uses : subosito/flutter-action@v2
31
34
with :
32
- flutter-version : " 3.10.6 "
35
+ flutter-version : ${{ env.FLUTTER_VERSION }}
33
36
channel : " stable"
34
37
35
38
# Install dependencies
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.0] - 2024-08-06
2
+ - Release new version ` v0.1.0 `
3
+
1
4
## 0.0.1
2
5
3
6
* TODO: Describe initial release.
Original file line number Diff line number Diff line change 1
1
name : jmap_dart_client
2
2
description : A JMAP client library to make JMAP method calls and process the responses.
3
- version : 0.0.1
3
+ version : 0.1.0
4
4
homepage : https://github.com/linagora/jmap-dart-client.git
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments