Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @remoteoss/remote-flows

## 0.25.0

### Minor Changes

- add helpCenter link support to FieldSetField component (#545) [#545](https://github.com/remoteoss/remote-flows/pull/545)
- parse minDate as ISO string to ensure correct date handling (#544) [#544](https://github.com/remoteoss/remote-flows/pull/544)

## 0.24.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remoteoss/remote-flows",
"version": "0.24.0",
"version": "0.25.0",
"scripts": {
"build": "NODE_ENV=production tsup",
"ci": "npm run build && npm run check-format && npm run check-exports && npm run lint && npm run type-check && npm run test",
Expand Down
Loading