From 73453b2568253b428b18e55e585246cf3ccd29bb Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Fri, 8 May 2026 10:07:31 +0200 Subject: [PATCH 1/3] chore: prepare release v1.31.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd85e4c..2d0560c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @remoteoss/remote-flows +## 1.31.0 + +### Minor Changes + +- use base description (#995) [#995](https://github.com/remoteoss/remote-flows/pull/995) +- add netherlands changelog (#990) [#990](https://github.com/remoteoss/remote-flows/pull/990) +- Add transformer hook (#986) [#986](https://github.com/remoteoss/remote-flows/pull/986) +- add transformHtml prop to let custom components transform html to components (#992) [#992](https://github.com/remoteoss/remote-flows/pull/992) +- parse values before prettifying (#1001) [#1001](https://github.com/remoteoss/remote-flows/pull/1001) + ## 1.30.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index a220a970..bca6e3fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@remoteoss/remote-flows", - "version": "1.30.0", + "version": "1.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@remoteoss/remote-flows", - "version": "1.30.0", + "version": "1.31.0", "dependencies": { "@hookform/resolvers": "5.2.2", "@radix-ui/react-checkbox": "1.3.3", diff --git a/package.json b/package.json index 6ae6224a..db2d1a76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@remoteoss/remote-flows", - "version": "1.30.0", + "version": "1.31.0", "repository": { "type": "git", "url": "https://github.com/remoteoss/remote-flows.git" From 94479e31b6c42e6b063373d96f6fd4504f3deb68 Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Fri, 8 May 2026 10:09:56 +0200 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0560c3..00422c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,21 @@ ### Minor Changes -- use base description (#995) [#995](https://github.com/remoteoss/remote-flows/pull/995) -- add netherlands changelog (#990) [#990](https://github.com/remoteoss/remote-flows/pull/990) +#### Features - Add transformer hook (#986) [#986](https://github.com/remoteoss/remote-flows/pull/986) - add transformHtml prop to let custom components transform html to components (#992) [#992](https://github.com/remoteoss/remote-flows/pull/992) -- parse values before prettifying (#1001) [#1001](https://github.com/remoteoss/remote-flows/pull/1001) + +#### Chores +- use shared description component for fieldsets (#995) [#995](https://github.com/remoteoss/remote-flows/pull/995) + +#### Docs +- add netherlands changelog (#990) [#990](https://github.com/remoteoss/remote-flows/pull/990) + +#### Fixes +- parse values before prettifying for the review step (#1001) [#1001](https://github.com/remoteoss/remote-flows/pull/1001) + + + ## 1.30.0 From c63dce9f1dc4e0c2ae8f69a5b5c7c7e969341b34 Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Fri, 8 May 2026 10:11:02 +0200 Subject: [PATCH 3/3] format --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00422c75..80ac8987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,21 @@ ### Minor Changes #### Features + - Add transformer hook (#986) [#986](https://github.com/remoteoss/remote-flows/pull/986) - add transformHtml prop to let custom components transform html to components (#992) [#992](https://github.com/remoteoss/remote-flows/pull/992) #### Chores + - use shared description component for fieldsets (#995) [#995](https://github.com/remoteoss/remote-flows/pull/995) #### Docs + - add netherlands changelog (#990) [#990](https://github.com/remoteoss/remote-flows/pull/990) #### Fixes -- parse values before prettifying for the review step (#1001) [#1001](https://github.com/remoteoss/remote-flows/pull/1001) - - +- parse values before prettifying for the review step (#1001) [#1001](https://github.com/remoteoss/remote-flows/pull/1001) ## 1.30.0