From 5f4ca7509a409e32b9ce3c8807be428a22334b27 Mon Sep 17 00:00:00 2001 From: Sean Scally Date: Wed, 26 Feb 2025 14:40:37 -0800 Subject: [PATCH] chore: bump package-lock; update release docs (#167) --- CONTRIBUTING.md | 1 + package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b6a3978..14d1bef6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,4 +83,5 @@ TBD ## Cutting a new release - Get your changes and a version increase in the package.json `version` field into the main branch however you want +- Run `npm i` and commit the new lockfile - Run the `Publish to NPM` GitHub action [here](https://github.com/Gusto/embedded-react-sdk/actions/workflows/publish.yaml) by clicking `Run workflow` diff --git a/package-lock.json b/package-lock.json index d98bf82e..8221da89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gusto/embedded-react-sdk", - "version": "0.3.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gusto/embedded-react-sdk", - "version": "0.3.0", + "version": "0.4.1", "license": "MIT", "dependencies": { "@hookform/error-message": "^2.0.1",