From 25a1edf6fd0f0e8809e026f5994a25190bffb5ee Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Thu, 27 Jun 2024 12:01:49 +0800 Subject: [PATCH] chore: bump version 0.6.2 --- CHANGELOG.md | 11 +++++++++++ frontend/Makefile.toml | 2 +- frontend/appflowy_flutter/pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 277a2827caf7..79d7e607e207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Release Notes +## Version 0.6.2 - 01/07/2024 +### New Features +### Bug Fixes + +## Version 0.6.1 - 22/06/2024 +### New Features +- Introduced the "Space" feature to help you organize your pages more efficiently. +### Bug Fixes +- Resolved shortcut conflicts on the board page. +- Resolved an issue where underscores could cause the editor to freeze. + ## Version 0.6.0 - 19/06/2024 ### New Features - Introduced the "Space" feature to help you organize your pages more efficiently. diff --git a/frontend/Makefile.toml b/frontend/Makefile.toml index 6e433b75130b..d214c6c60471 100644 --- a/frontend/Makefile.toml +++ b/frontend/Makefile.toml @@ -26,7 +26,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true CARGO_MAKE_CRATE_FS_NAME = "dart_ffi" CARGO_MAKE_CRATE_NAME = "dart-ffi" LIB_NAME = "dart_ffi" -APPFLOWY_VERSION = "0.6.1" +APPFLOWY_VERSION = "0.6.2" FLUTTER_DESKTOP_FEATURES = "dart" PRODUCT_NAME = "AppFlowy" MACOSX_DEPLOYMENT_TARGET = "11.0" diff --git a/frontend/appflowy_flutter/pubspec.yaml b/frontend/appflowy_flutter/pubspec.yaml index 251166656332..51ec3d483f03 100644 --- a/frontend/appflowy_flutter/pubspec.yaml +++ b/frontend/appflowy_flutter/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.6.1 +version: 0.6.2 environment: flutter: ">=3.22.0"