Skip to content

Commit 7777d66

Browse files
authored
Merge pull request #68 from devaryakjha/release-13051098082
chore(release): Publish packages
2 parents ae0680f + b069785 commit 7777d66

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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-01-30
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_table` - `v0.0.3-dev.0`](#tagflow_table---v003-dev0)
19+
20+
---
21+
22+
#### `tagflow_table` - `v0.0.3-dev.0`
23+
24+
- **FEAT**(tagflow_table): add column and row spacing properties to TagflowTable. ([66989cf5](https://github.com/devaryakjha/tagflow/commit/66989cf5e67805c2b472dcfccd9bed84158fdf8d))
25+
26+
627
## 2025-01-30
728

829
### Changes

examples/tagflow/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
go_router: ^14.6.2
1414
google_fonts: ^6.2.1
1515
tagflow: ^0.0.1-dev.0+1
16-
tagflow_table: ^0.0.2-dev.0+1
16+
tagflow_table: ^0.0.3-dev.0
1717
url_launcher: ^6.3.1
1818

1919
dev_dependencies:

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.3-dev.0
2+
3+
- **FEAT**(tagflow_table): add column and row spacing properties to TagflowTable. ([66989cf5](https://github.com/devaryakjha/tagflow/commit/66989cf5e67805c2b472dcfccd9bed84158fdf8d))
4+
15
## 0.0.2+1
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

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+1
3+
version: 0.0.3-dev.0
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)