Skip to content

Commit 430325c

Browse files
authored
chore: bump version 0.2.2 (#2804)
1 parent d5884ad commit 430325c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Release Notes
22

3+
## Version 0.2.2 - 06/15/2023
4+
### New Features
5+
- Added support for embedding a document in the database's row detail page
6+
- Added support for inserting an emoji in the database's row detail page
7+
8+
### Other Updates
9+
- Added language selector on the welcome page
10+
- Added support for importing multiple markdown files all at once
11+
312
## Version 0.2.1 - 06/11/2023
413
### New Features
514
- Added support for creating or referencing a calendar in the document
615
- Added `+` icon in grid's add field
7-
-
816

917
### Other Updates
1018
- Added vertical padding for progress bar

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2323
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2424
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2525
LIB_NAME = "dart_ffi"
26-
CURRENT_APP_VERSION = "0.2.1"
26+
CURRENT_APP_VERSION = "0.2.2"
2727
FLUTTER_DESKTOP_FEATURES = "dart,rev-sqlite"
2828
PRODUCT_NAME = "AppFlowy"
2929
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html

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.2.1
18+
version: 0.2.2
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)