Skip to content

Commit 896429b

Browse files
authored
1.10.0 (#724)
* chore: prepare release v1.10.0 * update changelog
1 parent da886c0 commit 896429b

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
#### Features
8+
9+
- allow any versioning in the Onboarding with jsonSchemaVersionByCountry (#721) [#721](https://github.com/remoteoss/remote-flows/pull/721)
10+
11+
#### Fixes
12+
13+
- fix cost calculator currency bug, ARG currency will show as ARS instead of using only $ (#718) [#718](https://github.com/remoteoss/remote-flows/pull/718)
14+
- exclude files from the employment/:id call [#719](https://github.com/remoteoss/remote-flows/pull/719)
15+
- fix bug related to the pricing plan radio card input (#722) [#722](https://github.com/remoteoss/remote-flows/pull/722)
16+
- render help center links correctly in the description field (#720) [#720](https://github.com/remoteoss/remote-flows/pull/720)
17+
318
## 1.9.0
419

520
### 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.9.0",
3+
"version": "1.10.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/remoteoss/remote-flows.git"

0 commit comments

Comments
 (0)