Skip to content

Commit cebf388

Browse files
committed
chore: update version numbers and changelogs for tagflow and tagflow_table
1 parent df5e5a3 commit cebf388

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/tagflow/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 0.0.2+1
22

3+
- `TagflowParser` now honors the `debug` flag from `TagflowOptions`
4+
5+
## 0.0.2+1
6+
37
- Update flutter version to 3.29.2
48

59
## 0.0.1+1

packages/tagflow/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tagflow
22
description: Transform HTML markup into native Flutter widgets with an elegant, customizable converter.
3-
version: 0.0.2+1
3+
version: 0.0.2+2
44
repository: https://github.com/devaryakjha/tagflow
55
homepage: https://docs.arya.run/tagflow
66
issue_tracker: https://github.com/devaryakjha/tagflow/issues

packages/tagflow_table/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.4+1
2+
3+
- Update `tagflow` dependency
4+
15
## 0.0.4
26

37
- Update flutter version to 3.29.2

packages/tagflow_table/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tagflow_table
22
description: A pluggable package for tagflow to add support for advanced HTML tables.
3-
version: 0.0.4
3+
version: 0.0.4+1
44
repository: https://github.com/devaryakjha/tagflow
55
homepage: https://docs.arya.run/tagflow
66
issue_tracker: https://github.com/devaryakjha/tagflow/issues
@@ -12,7 +12,7 @@ dependencies:
1212
equatable: ^2.0.7
1313
flutter:
1414
sdk: flutter
15-
tagflow: ^0.0.2+1
15+
tagflow: ^0.0.2+2
1616

1717
dev_dependencies:
1818
flutter_test:

0 commit comments

Comments
 (0)