Skip to content

Commit

Permalink
Merge pull request #52 from rohanjsh/dev
Browse files Browse the repository at this point in the history
feat: v2.1.2
  • Loading branch information
rohanjsh authored Jul 21, 2024
2 parents cd978a7 + 58e6441 commit 586e138
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 329 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

# 2.1.2
### Chore
- Dependency updates

# 2.1.1
### Bug Fixes
- Moved `mocktail` to `dev_dependencies` to avoid conflicts with other packages and build configs.
Expand Down
325 changes: 0 additions & 325 deletions lib/src/scribble.dart

This file was deleted.

8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: typeset
description: Whatsapp like text styling for you! -- Bold, Italic, Underline and more -- Drive your text style through Backend!
version: 2.1.1
version: 2.1.2
repository: https://github.com/rohanjsh/typeset/
screenshots:
- description: "Examples of the typeset formatters"
Expand All @@ -13,11 +13,11 @@ environment:
dependencies:
flutter:
sdk: flutter
url_launcher: ^6.2.4
url_launcher: ^6.3.0


dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.3
very_good_analysis: ">=3.1.0 <6.0.0"
mocktail: ^1.0.4
very_good_analysis: ">=3.1.0 <7.0.0"

0 comments on commit 586e138

Please sign in to comment.