Skip to content

Commit ab39858

Browse files
committed
chore(release): graduate packages to stable releases
1 parent d93a586 commit ab39858

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

packages/tagflow/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.1+1
2+
3+
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
4+
15
## 0.0.1-dev.0+1
26

37
- **FIX**(style): simplify SizeValue instantiation by removing unit specification. ([8b58622b](https://github.com/devaryakjha/tagflow/commit/8b58622b113098eb08eb69fc1af3fef6e8994c20))

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.1-dev.0+1
3+
version: 0.0.1+1
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.2+1
2+
3+
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
4+
15
## 0.0.2-dev.0+1
26

37
- Update a dependency to the latest release.

packages/tagflow_table/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.2-dev.0+1
3+
version: 0.0.2+1
44
repository: https://github.com/devaryakjha/tagflow
55
homepage: https://docs.arya.run/tagflow
66
issue_tracker: https://github.com/devaryakjha/tagflow/issues

0 commit comments

Comments
 (0)