Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Aug 12, 2024
1 parent 7e3e9d1 commit ad165ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.6.15

- Last release of `v1` and `v2` is replacing it on main branch soon.
- Updated markdown matchers to be **bold** (double asterisk), _italic_ (double underscore), ~~linethrough~~ (double tilde) and `code` (single backtick).
- Removed PopScope since new api requires Flutter v3.22 and I want to still support older versions. Let me know if it introduces breaking behaviour.
- Added support for AssetImage (uri starts with `assets/`). Thanks @thomers for the PR!

## 1.6.14

- While `v2` is still in the works (unexpected blockers, see GitHub for progress) releasing a small patch update with improvements.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_chat_ui
description: >
Actively maintained, community-driven chat UI implementation with an
optional Firebase BaaS.
version: 1.6.14
version: 1.6.15
homepage: https://flyer.chat
repository: https://github.com/flyerhq/flutter_chat_ui

Expand Down

0 comments on commit ad165ec

Please sign in to comment.