Skip to content

Commit e718fa4

Browse files
committed
chore: release v0.10.2
1 parent efad44f commit e718fa4

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.10.2
4+
5+
### Fixes
6+
7+
- Fix bank account not found error
8+
- Fix ComboBox focus ring
9+
10+
### Chores & Maintenance
11+
12+
- Add reset to InternalError and clean up error handling
13+
- Add initial contractor onboarding documentation
14+
- Add contractor address tests
15+
316
## 0.10.1
417

518
- Fixed work address being stale when editing an existing employee in employee onboarding

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": "@gusto/embedded-react-sdk",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"homepage": "https://github.com/Gusto/embedded-react-sdk",
55
"bugs": {
66
"url": "https://github.com/Gusto/embedded-react-sdk/issues"

0 commit comments

Comments
 (0)