Skip to content

Commit d67f5ad

Browse files
authored
1.16.0 (#762)
* chore: prepare release v1.16.0 * update changelog * trigger
1 parent e43144a commit d67f5ad

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.16.0
4+
5+
### Minor Changes
6+
7+
#### Features
8+
9+
- retrieve correct price for eor (#750) [#750](https://github.com/remoteoss/remote-flows/pull/750)
10+
- add eor product card when COR is available (#752) [#752](https://github.com/remoteoss/remote-flows/pull/752)
11+
- add send_create_password_email to query parameters (company flow) (#755) [#755](https://github.com/remoteoss/remote-flows/pull/755)
12+
- skip contract_review for COR (#761) [#761](https://github.com/remoteoss/remote-flows/pull/761)
13+
14+
#### Refactors
15+
16+
- use factory queryOptions pattern (#756) [#756](https://github.com/remoteoss/remote-flows/pull/756)
17+
- use new mutation method in the OnboardingInvite (#757) [#757](https://github.com/remoteoss/remote-flows/pull/757)
18+
19+
#### Fixes
20+
21+
- fetch the contract details only when we're on the step (#758) [#758](https://github.com/remoteoss/remote-flows/pull/758)
22+
- fix state form bug related to network request failing when creating an employment (#759) [#759](https://github.com/remoteoss/remote-flows/pull/759)
23+
324
## 1.15.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.15.0",
3+
"version": "1.16.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/remoteoss/remote-flows.git"

0 commit comments

Comments
 (0)