Skip to content

Commit df1bfbd

Browse files
author
Sandip Pramanik
authored
chore(release): v1.0.2 (#16)
1 parent 8479e9c commit df1bfbd

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.2
2+
3+
- fix: use characters api to render unicode ([#15](https://github.com/thecodexhub/typethis/pull/15))
4+
- chore: create CODE_OF_CONDUCT.md
5+
- chore: update issue templates
6+
17
## 1.0.1
28

39
- fix: text overflow on long string ([#10](https://github.com/thecodexhub/typethis/pull/10))

example/pubspec.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,18 @@ packages:
7979
dependency: transitive
8080
description:
8181
name: leak_tracker
82-
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
82+
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
8383
url: "https://pub.dev"
8484
source: hosted
85-
version: "10.0.4"
85+
version: "10.0.5"
8686
leak_tracker_flutter_testing:
8787
dependency: transitive
8888
description:
8989
name: leak_tracker_flutter_testing
90-
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
90+
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
9191
url: "https://pub.dev"
9292
source: hosted
93-
version: "3.0.3"
93+
version: "3.0.5"
9494
leak_tracker_testing:
9595
dependency: transitive
9696
description:
@@ -119,18 +119,18 @@ packages:
119119
dependency: transitive
120120
description:
121121
name: material_color_utilities
122-
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
122+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
123123
url: "https://pub.dev"
124124
source: hosted
125-
version: "0.8.0"
125+
version: "0.11.1"
126126
meta:
127127
dependency: transitive
128128
description:
129129
name: meta
130-
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
130+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
131131
url: "https://pub.dev"
132132
source: hosted
133-
version: "1.12.0"
133+
version: "1.15.0"
134134
path:
135135
dependency: transitive
136136
description:
@@ -188,17 +188,17 @@ packages:
188188
dependency: transitive
189189
description:
190190
name: test_api
191-
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
191+
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
192192
url: "https://pub.dev"
193193
source: hosted
194-
version: "0.7.0"
194+
version: "0.7.2"
195195
typethis:
196196
dependency: "direct main"
197197
description:
198198
path: ".."
199199
relative: true
200200
source: path
201-
version: "1.0.1"
201+
version: "1.0.2"
202202
vector_math:
203203
dependency: transitive
204204
description:
@@ -211,10 +211,10 @@ packages:
211211
dependency: transitive
212212
description:
213213
name: vm_service
214-
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
214+
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
215215
url: "https://pub.dev"
216216
source: hosted
217-
version: "14.2.1"
217+
version: "14.2.5"
218218
sdks:
219219
dart: ">=3.3.0 <4.0.0"
220220
flutter: ">=3.18.0-18.0.pre.54"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ issue_tracker: https://github.com/thecodexhub/typethis/issues
55
homepage: https://github.com/thecodexhub/typethis
66
documentation: https://github.com/thecodexhub/typethis
77

8-
version: 1.0.1
8+
version: 1.0.2
99

1010
environment:
1111
sdk: ">=3.1.3 <4.0.0"

0 commit comments

Comments
 (0)