Skip to content
Merged

1.34.0 #1037

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

## 1.34.0

### Minor Changes

#### Features

- if status is initiated move the user to review step (#1003) [#1003](https://github.com/remoteoss/remote-flows/pull/1003)

#### Fixes

- fix computed values on Germany form (#1032) [#1032](https://github.com/remoteoss/remote-flows/pull/1032)

## 1.33.2

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