Skip to content

Commit

Permalink
Super Text Layout v0.1.7 (superlistapp#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll authored and quaaantumdev committed Aug 2, 2023
1 parent 32cf0d4 commit 66076ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions super_editor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
http: ">=0.13.1 <2.0.0"
linkify: ^4.0.0
logging: ^1.0.1
super_text_layout: ^0.1.6
super_text_layout: ^0.1.7
url_launcher: ^6.1.9
uuid: ^3.0.3
overlord: ^0.0.3
Expand All @@ -37,13 +37,13 @@ dependencies:
sdk: flutter
flutter_test_robots: ^0.0.17

dependency_overrides:
#dependency_overrides:
# # Override to local mono-repo path so devs can test this repo
# # against changes that they're making to other mono-repo packages
# attributed_text:
# path: ../attributed_text
super_text_layout:
path: ../super_text_layout
# super_text_layout:
# path: ../super_text_layout
#
# flutter_test_robots:
# git:
Expand Down
3 changes: 3 additions & 0 deletions super_text_layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.1.7] - July, 2023
* Added `isBlinking` property to `BlinkController`.

## [0.1.6] - May, 2023
* Explicitly upgraded to Dart 3 support.
* Bumped `attributed_text` dependency to `0.2.2`.
Expand Down
2 changes: 1 addition & 1 deletion super_text_layout/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: super_text_layout
description: Configurable, composable, extensible text display for Flutter.
version: 0.1.6
version: 0.1.7
homepage: https://github.com/superlistapp/super_editor

environment:
Expand Down

0 comments on commit 66076ba

Please sign in to comment.