Skip to content

Commit f410286

Browse files
committed
0.6.0
1 parent 1aabcce commit f410286

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

flutter_highlight/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.0
2+
3+
- Specify Tab size
4+
- `highlight` v0.6.0
5+
16
## 0.5.0
27

38
- Use `highlight` v0.5.0

flutter_highlight/pubspec.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_highlight
22
description: Syntax highlighting widget for Flutter with lots of languages and themes support.
3-
version: 0.5.0
3+
version: 0.6.0
44
author: Rongjian Zhang <pd4d10@gmail.com>
55
homepage: https://github.com/pd4d10/highlight
66

@@ -10,12 +10,11 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
highlight: ^0.5.0
13+
highlight: ^0.6.0
1414

1515
dev_dependencies:
1616
flutter_test:
1717
sdk: flutter
18-
19-
dependency_overrides:
20-
highlight:
21-
path: ../highlight
18+
# dependency_overrides:
19+
# highlight:
20+
# path: ../highlight

highlight/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.0
2+
3+
- Deps upgrade
4+
15
## 0.5.0
26

37
- Support GN and Solidity

highlight/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: highlight
22
description: Syntax highlighting for Dart with lots of languages and themes support.
3-
version: 0.5.0
3+
version: 0.6.0
44
author: Rongjian Zhang <pd4d10@gmail.com>
55
homepage: https://github.com/pd4d10/highlight
66

0 commit comments

Comments
 (0)