Skip to content

Commit a0fa5f4

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent cb407a2 commit a0fa5f4

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
## 2024-04-29
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+
- [`dogs_forms` - `v0.2.1`](#dogs_forms---v021)
19+
20+
---
21+
22+
#### `dogs_forms` - `v0.2.1`
23+
24+
- **FEAT**: add a color field which serializes to a string, update dependencies.
25+
- **FEAT**: add preferWidgets to alter if the built decoration contains text or a widget.
26+
27+
628
## 2024-04-25
729

830
### Changes

packages/dogs_forms/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.1
2+
3+
- **FEAT**: add a color field which serializes to a string, update dependencies.
4+
- **FEAT**: add preferWidgets to alter if the built decoration contains text or a widget.
5+
16
## 0.2.0
27

38
> Note: This release has breaking changes.

packages/dogs_forms/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dogs_forms
22
description: "Support for creating form_builder forms for DOGs structures."
3-
version: 0.2.0
3+
version: 0.2.1
44
homepage: https://dogs.helight.dev/forms/
55

66
environment:

0 commit comments

Comments
 (0)