Skip to content

Commit 80ad57d

Browse files
committed
chore(release): publish packages
- [email protected] - [email protected]+2
1 parent 790344f commit 80ad57d

File tree

6 files changed

+49
-5
lines changed

6 files changed

+49
-5
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-05-08
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`tagflow` - `v0.0.3`](#tagflow---v003)
19+
- [`tagflow_table` - `v0.0.4+2`](#tagflow_table---v0042)
20+
21+
---
22+
23+
#### `tagflow` - `v0.0.3`
24+
25+
- **REFACTOR**(parser): simplify constructor and improve debug handling. ([fa5c05e1](https://github.com/devaryakjha/tagflow/commit/fa5c05e175ffae3cc067f207f92f61d15ed53677))
26+
- **FIX**: update SDK constraints to require Dart 3.7.0 or higher. ([c3640f90](https://github.com/devaryakjha/tagflow/commit/c3640f909e6139a04b9afda2d50777a9986b31fa))
27+
- **FIX**(selectable_adapter): add content length and selection range methods. ([00204089](https://github.com/devaryakjha/tagflow/commit/00204089eba01941704938913664ac8e58afb736))
28+
- **FEAT**(style): add maxTextLines property to TagflowStyle for text element configuration. ([804d8956](https://github.com/devaryakjha/tagflow/commit/804d8956ad2b52bc5f336ca3b392e3eec4e2989e))
29+
30+
#### `tagflow_table` - `v0.0.4+2`
31+
32+
- **REFACTOR**(tagflow_table): improve code readability by formatting and simplifying expressions. ([9658521f](https://github.com/devaryakjha/tagflow/commit/9658521fb9b340c3a29af41fec1ae682bf812a35))
33+
- **FIX**(changelog): correct version number format for release 0.0.4. ([d8902a5e](https://github.com/devaryakjha/tagflow/commit/d8902a5eb28ca1aa610d006611d2b87ee1e882fe))
34+
- **FIX**: update SDK constraints to require Dart 3.7.0 or higher. ([c3640f90](https://github.com/devaryakjha/tagflow/commit/c3640f909e6139a04b9afda2d50777a9986b31fa))
35+
36+
637
## 2025-01-30
738

839
### Changes

examples/tagflow/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ dependencies:
1212
sdk: flutter
1313
go_router: ^14.6.2
1414
google_fonts: ^6.2.1
15-
tagflow: ^0.0.1-dev.0+1
16-
tagflow_table: ^0.0.3-dev.0
15+
tagflow: ^0.0.3
16+
tagflow_table: ^0.0.4+2
1717
url_launcher: ^6.3.1
1818

1919
dev_dependencies:

packages/tagflow/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.0.3
2+
3+
- **REFACTOR**(parser): simplify constructor and improve debug handling. ([fa5c05e1](https://github.com/devaryakjha/tagflow/commit/fa5c05e175ffae3cc067f207f92f61d15ed53677))
4+
- **FIX**: update SDK constraints to require Dart 3.7.0 or higher. ([c3640f90](https://github.com/devaryakjha/tagflow/commit/c3640f909e6139a04b9afda2d50777a9986b31fa))
5+
- **FIX**(selectable_adapter): add content length and selection range methods. ([00204089](https://github.com/devaryakjha/tagflow/commit/00204089eba01941704938913664ac8e58afb736))
6+
- **FEAT**(style): add maxTextLines property to TagflowStyle for text element configuration. ([804d8956](https://github.com/devaryakjha/tagflow/commit/804d8956ad2b52bc5f336ca3b392e3eec4e2989e))
7+
18
## 0.0.2+1
29

310
- `TagflowParser` now honors the `debug` flag from `TagflowOptions`

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+3
3+
version: 0.0.3
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.0.4+2
2+
3+
- **REFACTOR**(tagflow_table): improve code readability by formatting and simplifying expressions. ([9658521f](https://github.com/devaryakjha/tagflow/commit/9658521fb9b340c3a29af41fec1ae682bf812a35))
4+
- **FIX**(changelog): correct version number format for release 0.0.4. ([d8902a5e](https://github.com/devaryakjha/tagflow/commit/d8902a5eb28ca1aa610d006611d2b87ee1e882fe))
5+
- **FIX**: update SDK constraints to require Dart 3.7.0 or higher. ([c3640f90](https://github.com/devaryakjha/tagflow/commit/c3640f909e6139a04b9afda2d50777a9986b31fa))
6+
17
## 0.0.4+1
28

39
- Update `tagflow` dependency

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+1
3+
version: 0.0.4+2
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+2
15+
tagflow: ^0.0.3
1616

1717
dev_dependencies:
1818
flutter_test:

0 commit comments

Comments
 (0)