From 4f8182dccd760150222da582e1fdc97b8c51bcb9 Mon Sep 17 00:00:00 2001 From: Dmitriy Abragamov Date: Fri, 17 Jul 2026 07:40:10 -0400 Subject: [PATCH] chore: release 0.52.2 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6855d748e..3527f7dfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.52.2](https://github.com/Gusto/embedded-react-sdk/compare/v0.52.1...v0.52.2) (2026-07-17) + +### Features & Enhancements + +- The contractor W-9 signature form now shows an on-file SSN/EIN as a masked, disabled field with a "Change SSN"/"Change EIN" button, rather than exposing it as an editable value. ([#2406](https://github.com/Gusto/embedded-react-sdk/issues/2406)) +- While a contractor is mid self-onboarding, the admin's contractor list menu no longer offers "Edit" — only "Cancel self-onboarding" and "Delete" — so the admin must cancel self-onboarding to regain edit access. ([#2407](https://github.com/Gusto/embedded-react-sdk/issues/2407)) +- Admins editing a contractor's profile or address now see a warning when the contractor already has a signed W-9 on file, since the edit will require collecting an updated, signed W-9. ([#2394](https://github.com/Gusto/embedded-react-sdk/issues/2394)) + +### Fixes + +- Fix `StateTaxes` getting stuck on the list view after clicking "Continue" — state rows are now still editable afterward instead of becoming permanently inert. ([#2416](https://github.com/Gusto/embedded-react-sdk/issues/2416)) + +### Chores & Maintenance + +- Bump dev dependencies (`@typescript-eslint/parser`, `typescript-eslint`, `eslint-plugin-storybook`, `fuse.js`, `tsx`) + ## [0.52.1](https://github.com/Gusto/embedded-react-sdk/compare/v0.52.0...v0.52.1) (2026-07-14) ### Features & Enhancements diff --git a/package-lock.json b/package-lock.json index 50b1b12f9..5195a75c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gusto/embedded-react-sdk", - "version": "0.52.1", + "version": "0.52.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gusto/embedded-react-sdk", - "version": "0.52.1", + "version": "0.52.2", "license": "MIT", "dependencies": { "@gusto/embedded-api": "npm:@gusto/embedded-api-v-2026-06-15@^0.1.0", diff --git a/package.json b/package.json index ae59cddc3..5760d646b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gusto/embedded-react-sdk", - "version": "0.52.1", + "version": "0.52.2", "homepage": "https://github.com/Gusto/embedded-react-sdk", "bugs": { "url": "https://github.com/Gusto/embedded-react-sdk/issues"