Skip to content

Commit 9de13a2

Browse files
authored
1.31.0 (#1002)
* chore: prepare release v1.31.0 * update changelog * format
1 parent a9eda9e commit 9de13a2

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @remoteoss/remote-flows
22

3+
## 1.31.0
4+
5+
### Minor Changes
6+
7+
#### Features
8+
9+
- Add transformer hook (#986) [#986](https://github.com/remoteoss/remote-flows/pull/986)
10+
- add transformHtml prop to let custom components transform html to components (#992) [#992](https://github.com/remoteoss/remote-flows/pull/992)
11+
12+
#### Chores
13+
14+
- use shared description component for fieldsets (#995) [#995](https://github.com/remoteoss/remote-flows/pull/995)
15+
16+
#### Docs
17+
18+
- add netherlands changelog (#990) [#990](https://github.com/remoteoss/remote-flows/pull/990)
19+
20+
#### Fixes
21+
22+
- parse values before prettifying for the review step (#1001) [#1001](https://github.com/remoteoss/remote-flows/pull/1001)
23+
324
## 1.30.0
425

526
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remoteoss/remote-flows",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/remoteoss/remote-flows.git"

0 commit comments

Comments
 (0)