From 47ba1b0538b03cf818fed0c6389f90f476da2d70 Mon Sep 17 00:00:00 2001 From: "@kiva-robot" Date: Tue, 19 Nov 2024 22:20:18 +0000 Subject: [PATCH] chore(release): 3.4.0-rc.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.4.0-rc.3](https://github.com/kiva/ui/compare/v3.4.0-rc.2...v3.4.0-rc.3) (2024-11-19) ### 🐛 Bugfixes * copy and style for no loans ([079a751](https://github.com/kiva/ui/commit/079a751001d9d0ea48c1fa508391b5a84c27d1ae)) * donate link fixed on mykiva nav ([#5699](https://github.com/kiva/ui/issues/5699)) ([1a54df2](https://github.com/kiva/ui/commit/1a54df21f9f2901c197805d4ea9c500695d57155)) * mykiva mobile loan card width fixed ([#5700](https://github.com/kiva/ui/issues/5700)) ([f19529d](https://github.com/kiva/ui/commit/f19529da8cb00af251f79716f3ad638edf3f3729)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9e24599d..1b51c731a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.4.0-rc.3](https://github.com/kiva/ui/compare/v3.4.0-rc.2...v3.4.0-rc.3) (2024-11-19) + +### 🐛 Bugfixes + +* copy and style for no loans ([079a751](https://github.com/kiva/ui/commit/079a751001d9d0ea48c1fa508391b5a84c27d1ae)) +* donate link fixed on mykiva nav ([#5699](https://github.com/kiva/ui/issues/5699)) ([1a54df2](https://github.com/kiva/ui/commit/1a54df21f9f2901c197805d4ea9c500695d57155)) +* mykiva mobile loan card width fixed ([#5700](https://github.com/kiva/ui/issues/5700)) ([f19529d](https://github.com/kiva/ui/commit/f19529da8cb00af251f79716f3ad638edf3f3729)) + ## [3.4.0-rc.2](https://github.com/kiva/ui/compare/v3.4.0-rc.1...v3.4.0-rc.2) (2024-11-19) ### 🎉 New Features diff --git a/package-lock.json b/package-lock.json index cfc128dba1..30953790e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kvue", - "version": "3.4.0-rc.2", + "version": "3.4.0-rc.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kvue", - "version": "3.4.0-rc.2", + "version": "3.4.0-rc.3", "license": "UNLICENSED", "dependencies": { "@aacassandra/vue3-progressbar": "^1.0.3", diff --git a/package.json b/package.json index cc2c887d10..fa44a88a84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kvue", - "version": "3.4.0-rc.2", + "version": "3.4.0-rc.3", "description": "The Kiva ui", "author": "braincrave", "private": true,