Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 25, 2024
1 parent 31591fb commit f034c49
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-12-25

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`tagflow` - `v0.0.1-dev.11`](#tagflow---v001-dev11)

---

#### `tagflow` - `v0.0.1-dev.11`

- **FIX**(style_parser): improve percentage handling in parseSize method. ([74333732](https://github.com/devaryakjha/tagflow/commit/74333732fd930f68d8138ea3ccc8ac819129f72e))
- **FIX**(style_parser): update percentage handling in parseSize method. ([bdac976c](https://github.com/devaryakjha/tagflow/commit/bdac976cdcc79ae28d6ee2a718981c1bb7cc7cf7))


## 2024-12-25

### Changes
Expand Down
5 changes: 5 additions & 0 deletions packages/tagflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.1-dev.11

- **FIX**(style_parser): improve percentage handling in parseSize method. ([74333732](https://github.com/devaryakjha/tagflow/commit/74333732fd930f68d8138ea3ccc8ac819129f72e))
- **FIX**(style_parser): update percentage handling in parseSize method. ([bdac976c](https://github.com/devaryakjha/tagflow/commit/bdac976cdcc79ae28d6ee2a718981c1bb7cc7cf7))

## 0.0.1-dev.8

- **REFACTOR**(theme): update background color methods for consistency. ([dce0e447](https://github.com/devaryakjha/tagflow/commit/dce0e4473efbabb6f4dbadcec405a5706d5f1451))
Expand Down
2 changes: 1 addition & 1 deletion packages/tagflow/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tagflow
description: Transform HTML markup into native Flutter widgets with an elegant, customizable converter.
version: 0.0.1-dev.10
version: 0.0.1-dev.11
repository: https://github.com/devaryakjha/tagflow
homepage: https://docs.arya.run/tagflow
issue_tracker: https://github.com/devaryakjha/tagflow/issues
Expand Down

0 comments on commit f034c49

Please sign in to comment.