File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 33
33
- name : Update GITHUB_RUN_NUMBER to version
34
34
run : ./update_version.sh
35
35
36
+ - name : Git commit pubspec.yaml to prevent validation error
37
+ run : |
38
+ git config --global user.name "GitHub Actions"
39
+ git config --global user.email "github@users.noreply.github.com"
40
+ git commit -am "chore: updated pubspec.yaml"
41
+
36
42
- name : Prepare pub credentials
37
43
run : mkdir -p $XDG_CONFIG_HOME/dart && echo '${{ secrets.CREDENTIAL_JSON }}' > "$XDG_CONFIG_HOME/dart/pub-credentials.json"
38
44
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ Changes to the project are tracked using build numbers behind the version number
11
11
12
12
## [ Unreleased]
13
13
14
+ ## [ 1.1.0+16] - 2024-12-23
15
+
16
+ - Feat: Add ` fetchWasm ` function to fetch and decompress surrealdb.wasm.gz file.
17
+ - Feat: Upgraded surrealdb.wasm to 1.1.0.
18
+
14
19
## [ 1.0.1+15] - 2024-10-07
15
20
16
21
- Feat: Upgraded surrealdb.wasm to 1.0.1.
Original file line number Diff line number Diff line change 1
- - Feat: Upgraded surrealdb.wasm to 1.0.1.
1
+ - Feat: Add ` fetchWasm ` function to fetch and decompress surrealdb.wasm.gz file.
2
+ - Feat: Upgraded surrealdb.wasm to 1.1.0.
Original file line number Diff line number Diff line change 1
1
name : surrealdb_wasm
2
2
description : Flutter SurrealDB WebAssembly(WASM) package
3
- version : 1.0.1
3
+ version : 1.1.0
4
4
repository : https://github.com/limcheekin/surrealdb_wasm
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments