From 9d68e4e1d05394ed14012012a5a66bf5e39b7464 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 21:35:16 +0000 Subject: [PATCH] Version Packages --- .../.changeset/gold-items-start.md | 5 ----- packages/mint-components/CHANGELOG.md | 20 +++++++++++++++++++ packages/mint-components/package-lock.json | 4 ++-- packages/mint-components/package.json | 2 +- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 packages/mint-components/.changeset/gold-items-start.md diff --git a/packages/mint-components/.changeset/gold-items-start.md b/packages/mint-components/.changeset/gold-items-start.md deleted file mode 100644 index 0309e293e..000000000 --- a/packages/mint-components/.changeset/gold-items-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saasquatch/mint-components": patch ---- - -Fixes issue with the checkbox not properly being set as required in registration forms diff --git a/packages/mint-components/CHANGELOG.md b/packages/mint-components/CHANGELOG.md index ead6f6ddf..f95da22db 100644 --- a/packages/mint-components/CHANGELOG.md +++ b/packages/mint-components/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.1.12 + +### Patch Changes + +- [#500](https://github.com/saasquatch/program-tools/pull/500) [`041abce`](https://github.com/saasquatch/program-tools/commit/041abce56e60a40c93bdfe2b670aeb564dd8eec9) Thanks [@00salmon](https://github.com/00salmon)! - Fixes issue with the checkbox not properly being set as required in registration forms + All notable changes to this project will be documented in this file.