Skip to content

Commit 586e138

Browse files
authored
Merge pull request #52 from rohanjsh/dev
feat: v2.1.2
2 parents cd978a7 + 58e6441 commit 586e138

File tree

3 files changed

+8
-329
lines changed

3 files changed

+8
-329
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Changelog
33

4+
# 2.1.2
5+
### Chore
6+
- Dependency updates
7+
48
# 2.1.1
59
### Bug Fixes
610
- Moved `mocktail` to `dev_dependencies` to avoid conflicts with other packages and build configs.

lib/src/scribble.dart

Lines changed: 0 additions & 325 deletions
This file was deleted.

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: typeset
22
description: Whatsapp like text styling for you! -- Bold, Italic, Underline and more -- Drive your text style through Backend!
3-
version: 2.1.1
3+
version: 2.1.2
44
repository: https://github.com/rohanjsh/typeset/
55
screenshots:
66
- description: "Examples of the typeset formatters"
@@ -13,11 +13,11 @@ environment:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
url_launcher: ^6.2.4
16+
url_launcher: ^6.3.0
1717

1818

1919
dev_dependencies:
2020
flutter_test:
2121
sdk: flutter
22-
mocktail: ^1.0.3
23-
very_good_analysis: ">=3.1.0 <6.0.0"
22+
mocktail: ^1.0.4
23+
very_good_analysis: ">=3.1.0 <7.0.0"

0 commit comments

Comments
 (0)