Skip to content

Commit bcdcf4a

Browse files
Merge pull request #548 from remoteoss/release-0.25.0
0.25.0
2 parents 30a4282 + 591e651 commit bcdcf4a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @remoteoss/remote-flows
22

3+
## 0.25.0
4+
5+
### Minor Changes
6+
7+
- add helpCenter link support to FieldSetField component (#545) [#545](https://github.com/remoteoss/remote-flows/pull/545)
8+
- parse minDate as ISO string to ensure correct date handling (#544) [#544](https://github.com/remoteoss/remote-flows/pull/544)
9+
310
## 0.24.0
411

512
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remoteoss/remote-flows",
3-
"version": "0.24.0",
3+
"version": "0.25.0",
44
"scripts": {
55
"build": "NODE_ENV=production tsup",
66
"ci": "npm run build && npm run check-format && npm run check-exports && npm run lint && npm run type-check && npm run test",

0 commit comments

Comments
 (0)