Skip to content

Commit 274742e

Browse files
authored
chore: bump version v0.4.6 (#4595)
* chore: bump version * chore: bump client api version
1 parent 792f56d commit 274742e

File tree

9 files changed

+74
-42
lines changed

9 files changed

+74
-42
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Release Notes
2+
## Version 0.4.6 - 02/03/2024
3+
### Bug Fixes
4+
- Fixed refresh token bug
5+
26
## Version 0.4.5 - 02/01/2024
37
### Bug Fixes
48
- Fixed WebSocket connection issue

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2626
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2727
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2828
LIB_NAME = "dart_ffi"
29-
APPFLOWY_VERSION = "0.4.5"
29+
APPFLOWY_VERSION = "0.4.6"
3030
FLUTTER_DESKTOP_FEATURES = "dart,rev-sqlite"
3131
PRODUCT_NAME = "AppFlowy"
3232
MACOSX_DEPLOYMENT_TARGET = "11.0"

frontend/appflowy_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.4.5
18+
version: 0.4.6
1919

2020
environment:
2121
flutter: ">=3.18.0-0.2.pre"

frontend/appflowy_tauri/src-tauri/Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/appflowy_tauri/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ custom-protocol = ["tauri/custom-protocol"]
6262
# Run the script:
6363
# scripts/tool/update_client_api_rev.sh new_rev_id
6464
# ⚠️⚠️⚠️️
65-
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "0875329a4311eca5376804a0b8e39dedddbbaadc" }
65+
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "d23ad1c4de34c8333521b364f2e1f69695d72bb5" }
6666
# Please use the following script to update collab.
6767
# Working directory: frontend
6868
#

frontend/appflowy_web/wasm-libs/Cargo.lock

Lines changed: 26 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/appflowy_web/wasm-libs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ lto = false
6262
# Run the script:
6363
# scripts/tool/update_client_api_rev.sh new_rev_id
6464
# ⚠️⚠️⚠️️
65-
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "0875329a4311eca5376804a0b8e39dedddbbaadc" }
65+
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "d23ad1c4de34c8333521b364f2e1f69695d72bb5" }
6666
# Please use the following script to update collab.
6767
# Working directory: frontend
6868
#

0 commit comments

Comments
 (0)