Skip to content

Commit

Permalink
Bumped version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenM committed Feb 18, 2024
1 parent 510e869 commit 4874454
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.5.0
* 'Selectable' is now part of the Stylesheet.
* Fixed accessibility issues for future flutter releases.
* Fixed an accessibility issue for selectable text.
* Text in quotes can now be selected.
* Fixed a minor issue in the example texts
* Bumped flutter lints to 3.0.0

## 1.4.2
* Added \[UL] and \[OL] list tags.

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.4.2"
version: "1.5.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_bbcode
description: A package to display BBCode text in Flutter apps. Manage your own tags or use those of others.
version: 1.4.2
version: 1.5.0
repository: https://github.com/MartenM/flutter_bbcode
issue_tracker: https://github.com/MartenM/flutter_bbcode/issues

Expand Down

0 comments on commit 4874454

Please sign in to comment.