From 5ee71edb5c5b52b23ef6016d14b833f66cfcc74c Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Fri, 15 May 2026 17:36:32 +0200 Subject: [PATCH 1/3] chore: prepare release v1.33.2 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2612a4e4..101db6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # @remoteoss/remote-flows +## 1.33.2 + +### Patch Changes + +- handle empty contractor subscriptions (#1016) [#1016](https://github.com/remoteoss/remote-flows/pull/1016) +- regenerate openapi spec and fix imports (#1019) [#1019](https://github.com/remoteoss/remote-flows/pull/1019) +- 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) +- fix disabled button state (#1022) [#1022](https://github.com/remoteoss/remote-flows/pull/1022) +- Add openapi-ts:local script for local API development (#1025) [#1025](https://github.com/remoteoss/remote-flows/pull/1025) + ## 1.33.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 11e14e79..bc314b3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@remoteoss/remote-flows", - "version": "1.33.1", + "version": "1.33.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@remoteoss/remote-flows", - "version": "1.33.1", + "version": "1.33.2", "dependencies": { "@hookform/resolvers": "5.2.2", "@radix-ui/react-checkbox": "1.3.3", diff --git a/package.json b/package.json index f1ad4485..ec984606 100644 --- a/package.json +++ b/package.json @@ -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" From b7149b81e54179374499988b6d03a93fb9dee989 Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Fri, 15 May 2026 17:38:38 +0200 Subject: [PATCH 2/3] update --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 101db6a9..62722548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ ### Patch Changes +#### Fixes + - handle empty contractor subscriptions (#1016) [#1016](https://github.com/remoteoss/remote-flows/pull/1016) -- regenerate openapi spec and fix imports (#1019) [#1019](https://github.com/remoteoss/remote-flows/pull/1019) +- 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) @@ -16,8 +21,9 @@ - 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) -- fix disabled button state (#1022) [#1022](https://github.com/remoteoss/remote-flows/pull/1022) -- Add openapi-ts:local script for local API development (#1025) [#1025](https://github.com/remoteoss/remote-flows/pull/1025) +- 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 From 0676f16a500ad2a99ca706724578e19f6abfcf43 Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Fri, 15 May 2026 17:40:48 +0200 Subject: [PATCH 3/3] update --- CHANGELOG.md | 1 - example/package-lock.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62722548..8fa28ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,6 @@ - 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 diff --git a/example/package-lock.json b/example/package-lock.json index 773ff474..2fddbcfe 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -36,7 +36,7 @@ }, "..": { "name": "@remoteoss/remote-flows", - "version": "1.33.1", + "version": "1.33.2", "dependencies": { "@hookform/resolvers": "5.2.2", "@radix-ui/react-checkbox": "1.3.3",