Skip to content

Commit

Permalink
chore(release): version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thisissandipp committed Dec 13, 2023
1 parent 27ab049 commit 7f180ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.0

- feat: add rich text effects using `TypeThisMatcher` that works with regex pattern
- docs(README): update documentation on `TypeThisMatcher` example
- docs(example): update example app with rich text effect typing animation

## 0.2.0

- feat: add freeze and unfreeze methods on controller to pause and resume animation
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.3.0"
vector_math:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: typethis
description: A flutter package that aims to simplify versatile typing animation with reset, freeze and unfreeze functionality.
description: A flutter package that aims to simplify versatile typing animation with rich text effects and other operations (reset, freeze, unfreeze).
repository: https://github.com/thecodexhub/typethis
issue_tracker: https://github.com/thecodexhub/typethis/issues
homepage: https://github.com/thecodexhub/typethis
documentation: https://github.com/thecodexhub/typethis

version: 0.2.0
version: 0.3.0

environment:
sdk: ">=3.1.3 <4.0.0"
Expand Down

0 comments on commit 7f180ef

Please sign in to comment.