Skip to content

Commit fb3b114

Browse files
committed
[FSP] 0.3.0-0
1 parent 02cac20 commit fb3b114

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/flutter_spanned_controller/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Changelog
2-
31
All notable changes to this project will be documented in this file.
42

53
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
64
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
75

86
## Unreleased
97

8+
## [0.3.0-0] — 2020-12-18
9+
1010
### Added
1111

1212
- System to theme `TextAttributes` with `AttributeTheme`.
@@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747
Initial release.
4848

4949
[Unreleased]: https://github.com/Jjagg/boustro/tree/main/packages/flutter_spanned_controller
50+
[0.3.0-0]: https://github.com/Jjagg/boustro/tree/release_fsp_v0.3.0-0/packages/flutter_spanned_controller
5051
[0.2.0-0]: https://github.com/Jjagg/boustro/tree/release_fsp_v0.2.0-0/packages/flutter_spanned_controller
5152
[0.1.1-0]: https://github.com/Jjagg/boustro/tree/release_fsp_v0.1.1-0/packages/flutter_spanned_controller
5253
[0.1.0-0]: https://github.com/Jjagg/boustro/tree/9aa26d5459ecf7447bd8accc6fc31938b1d6d5aa/packages/flutter_spanned_controller

packages/flutter_spanned_controller/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
TextEditingController implementation that allows for rich text styling in
44
Flutter.
55
6-
version: 0.2.0-0
6+
version: 0.3.0-0
77
#homepage: https://github.com/Jjagg/boustro
88
repository: https://github.com/Jjagg/boustro
99

0 commit comments

Comments
 (0)