mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
chore: bump version
This commit is contained in:
parent
ad227bcf79
commit
b9604f17c1
2 changed files with 10 additions and 10 deletions
|
@ -26,7 +26,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
|
||||||
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
|
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
|
||||||
CARGO_MAKE_CRATE_NAME = "dart-ffi"
|
CARGO_MAKE_CRATE_NAME = "dart-ffi"
|
||||||
LIB_NAME = "dart_ffi"
|
LIB_NAME = "dart_ffi"
|
||||||
APPFLOWY_VERSION = "0.8.8"
|
APPFLOWY_VERSION = "0.8.9"
|
||||||
FLUTTER_DESKTOP_FEATURES = "dart"
|
FLUTTER_DESKTOP_FEATURES = "dart"
|
||||||
PRODUCT_NAME = "AppFlowy"
|
PRODUCT_NAME = "AppFlowy"
|
||||||
MACOSX_DEPLOYMENT_TARGET = "11.0"
|
MACOSX_DEPLOYMENT_TARGET = "11.0"
|
||||||
|
|
|
@ -2,13 +2,13 @@ name: appflowy
|
||||||
description: Bring projects, wikis, and teams together with AI. AppFlowy is an
|
description: Bring projects, wikis, and teams together with AI. AppFlowy is an
|
||||||
AI collaborative workspace where you achieve more without losing control of
|
AI collaborative workspace where you achieve more without losing control of
|
||||||
your data. The best open source alternative to Notion.
|
your data. The best open source alternative to Notion.
|
||||||
publish_to: "none"
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 0.8.8
|
version: 0.8.9
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
flutter: ">=3.27.4"
|
flutter: '>=3.27.4'
|
||||||
sdk: ">=3.3.0 <4.0.0"
|
sdk: '>=3.3.0 <4.0.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
any_date: ^1.0.4
|
any_date: ^1.0.4
|
||||||
|
@ -38,7 +38,7 @@ dependencies:
|
||||||
calendar_view:
|
calendar_view:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Xazin/flutter_calendar_view
|
url: https://github.com/Xazin/flutter_calendar_view
|
||||||
ref: "6fe0c98"
|
ref: '6fe0c98'
|
||||||
collection: ^1.17.1
|
collection: ^1.17.1
|
||||||
connectivity_plus: ^5.0.2
|
connectivity_plus: ^5.0.2
|
||||||
cross_file: ^0.3.4+1
|
cross_file: ^0.3.4+1
|
||||||
|
@ -74,7 +74,7 @@ dependencies:
|
||||||
flutter_emoji_mart:
|
flutter_emoji_mart:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/LucasXu0/emoji_mart.git
|
url: https://github.com/LucasXu0/emoji_mart.git
|
||||||
ref: "355aa56"
|
ref: '355aa56'
|
||||||
flutter_math_fork: ^0.7.3
|
flutter_math_fork: ^0.7.3
|
||||||
flutter_slidable: ^3.0.0
|
flutter_slidable: ^3.0.0
|
||||||
|
|
||||||
|
@ -184,13 +184,13 @@ dependency_overrides:
|
||||||
appflowy_editor:
|
appflowy_editor:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/AppFlowy-IO/appflowy-editor.git
|
url: https://github.com/AppFlowy-IO/appflowy-editor.git
|
||||||
ref: "361b99c38370abeeb19656f89e8c31cb3666623b"
|
ref: '361b99c38370abeeb19656f89e8c31cb3666623b'
|
||||||
|
|
||||||
appflowy_editor_plugins:
|
appflowy_editor_plugins:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/AppFlowy-IO/AppFlowy-plugins.git
|
url: https://github.com/AppFlowy-IO/AppFlowy-plugins.git
|
||||||
path: "packages/appflowy_editor_plugins"
|
path: 'packages/appflowy_editor_plugins'
|
||||||
ref: "4efcff7"
|
ref: '4efcff7'
|
||||||
|
|
||||||
sheet:
|
sheet:
|
||||||
git:
|
git:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue