diff --git a/super_editor/pubspec.yaml b/super_editor/pubspec.yaml index 082e2d054..2c94df55b 100644 --- a/super_editor/pubspec.yaml +++ b/super_editor/pubspec.yaml @@ -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 @@ -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: diff --git a/super_text_layout/CHANGELOG.md b/super_text_layout/CHANGELOG.md index f1534eb11..0dd797790 100644 --- a/super_text_layout/CHANGELOG.md +++ b/super_text_layout/CHANGELOG.md @@ -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`. diff --git a/super_text_layout/pubspec.yaml b/super_text_layout/pubspec.yaml index c2af82630..a4e8aef87 100644 --- a/super_text_layout/pubspec.yaml +++ b/super_text_layout/pubspec.yaml @@ -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: