Skip to content
Merged

1.33.2 #1033

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

## 1.33.2

### Patch Changes

#### Fixes

- handle empty contractor subscriptions (#1016) [#1016](https://github.com/remoteoss/remote-flows/pull/1016)
- fix disabled button state in contract-preview (#1022) [#1022](https://github.com/remoteoss/remote-flows/pull/1022)

#### Chores

- update dependency oxlint to v1.63.0 (#999) [#999](https://github.com/remoteoss/remote-flows/pull/999)
- update dependency filesize to v11.0.17 (#997) [#997](https://github.com/remoteoss/remote-flows/pull/997)
- update dependency jsdom to v29.1.1 (#989) [#989](https://github.com/remoteoss/remote-flows/pull/989)
- update dependency @tanstack/react-query to v5.100.9 (#967) [#967](https://github.com/remoteoss/remote-flows/pull/967)
- update dependency @types/node to v24.12.3 (#1020) [#1020](https://github.com/remoteoss/remote-flows/pull/1020)
- update dependency oxfmt to v0.48.0 (#998) [#998](https://github.com/remoteoss/remote-flows/pull/998)
- update dependency vite to v8.0.11 (#1021) [#1021](https://github.com/remoteoss/remote-flows/pull/1021)
- update dependency msw to v2.14.5 (#985) [#985](https://github.com/remoteoss/remote-flows/pull/985)
- update dependency axios to v1.16.0 (#1027) [#1027](https://github.com/remoteoss/remote-flows/pull/1027)
- update amondnet/vercel-action action to v42.3.0 (#1026) [#1026](https://github.com/remoteoss/remote-flows/pull/1026)
- regenerate openapi spec and fix imports (#1019) [#1019](https://github.com/remoteoss/remote-flows/pull/1019)
- add openapi-ts:local script for local API development (#1025) [#1025](https://github.com/remoteoss/remote-flows/pull/1025)

## 1.33.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/package-lock.json

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

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": "1.33.1",
"version": "1.33.2",
"repository": {
"type": "git",
"url": "https://github.com/remoteoss/remote-flows.git"
Expand Down
Loading