From 523d87020b4c652f5eabc3c4bd5b6a7f4252f5fb Mon Sep 17 00:00:00 2001 From: "@kiva-robot" Date: Tue, 2 Jul 2024 19:38:00 +0000 Subject: [PATCH] chore(release): 2.746.0-rc.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.746.0-rc.1](https://github.com/kiva/ui/compare/v2.745.0...v2.746.0-rc.1) (2024-07-02) ### 🎉 New Features * remove double donation feature from donation-only thanks page ([4708b3c](https://github.com/kiva/ui/commit/4708b3cd7435c727f46bce40ea4bf26a773f2942)) * replace BE FLSS key ([991d78f](https://github.com/kiva/ui/commit/991d78f3b06d6593becc0b90c86fb500eab6bd84)) * update footer link to new page ([ea9fd3d](https://github.com/kiva/ui/commit/ea9fd3d97c03017b79d835d1d294d94ab7d56936)) ### 🐛 Bugfixes * ensure the login section isn't shown when a receipt is present ([66592e0](https://github.com/kiva/ui/commit/66592e02d88dc518c4f25df305bc2f71912e1071)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 447ccdf20e..425b83f1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [2.746.0-rc.1](https://github.com/kiva/ui/compare/v2.745.0...v2.746.0-rc.1) (2024-07-02) + + +### 🎉 New Features + +* remove double donation feature from donation-only thanks page ([4708b3c](https://github.com/kiva/ui/commit/4708b3cd7435c727f46bce40ea4bf26a773f2942)) +* replace BE FLSS key ([991d78f](https://github.com/kiva/ui/commit/991d78f3b06d6593becc0b90c86fb500eab6bd84)) +* update footer link to new page ([ea9fd3d](https://github.com/kiva/ui/commit/ea9fd3d97c03017b79d835d1d294d94ab7d56936)) + + +### 🐛 Bugfixes + +* ensure the login section isn't shown when a receipt is present ([66592e0](https://github.com/kiva/ui/commit/66592e02d88dc518c4f25df305bc2f71912e1071)) + ## [2.745.0](https://github.com/kiva/ui/compare/v2.744.0...v2.745.0) (2024-07-01) diff --git a/package-lock.json b/package-lock.json index 0a2ed47d6f..f2a09e7f1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kvue", - "version": "2.745.0", + "version": "2.746.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kvue", - "version": "2.745.0", + "version": "2.746.0-rc.1", "license": "UNLICENSED", "dependencies": { "@apollo/client": "^3.3.21", diff --git a/package.json b/package.json index 2c9f7b0e76..e59805df63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kvue", - "version": "2.745.0", + "version": "2.746.0-rc.1", "description": "The Kiva ui", "author": "braincrave", "private": true,