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
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @remoteoss/remote-flows

## 1.30.0

### Minor Changes

#### Features

- update dependency react-hook-form to v7.73.1 (#974) [#974](https://github.com/remoteoss/remote-flows/pull/974)
- update dependency dompurify to v3.4.1 (#977) [#977](https://github.com/remoteoss/remote-flows/pull/977)
- update tailwindcss monorepo to v4.2.4 (#976) [#976](https://github.com/remoteoss/remote-flows/pull/976)
- implement recommended badge (#978) [#978](https://github.com/remoteoss/remote-flows/pull/978)

#### Fixes

- avoid rendering statements without a description (#964) [#964](https://github.com/remoteoss/remote-flows/pull/964)

- fix tel field props (#980) [#980](https://github.com/remoteoss/remote-flows/pull/980)
- improve force fields to use shared form description component (#984) [#984](https://github.com/remoteoss/remote-flows/pull/984)

#### Chores

- update dependency vite to v8.0.9 (#970) [#970](https://github.com/remoteoss/remote-flows/pull/970)
- update dependency filesize to v11.0.16 (#969) [#969](https://github.com/remoteoss/remote-flows/pull/969)
- update dependency oxfmt to v0.46.0 (#972) [#972](https://github.com/remoteoss/remote-flows/pull/972)
- update dependency oxlint to v1.61.0 (#973) [#973](https://github.com/remoteoss/remote-flows/pull/973)
- update vitest monorepo to v4.1.5 (#975) [#975](https://github.com/remoteoss/remote-flows/pull/975)
- update dependency axios to v1.15.2 (#968) [#968](https://github.com/remoteoss/remote-flows/pull/968)
- update dependency vite to v8.0.10 (#982) [#982](https://github.com/remoteoss/remote-flows/pull/982)
- update dependency msw to v2.13.5 (#981) [#981](https://github.com/remoteoss/remote-flows/pull/981)

## 1.29.1

### Patch Changes
Expand Down
64 changes: 2 additions & 62 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": "1.29.1",
"version": "1.30.0",
"repository": {
"type": "git",
"url": "https://github.com/remoteoss/remote-flows.git"
Expand Down
Loading