Skip to content

Commit 8aa3202

Browse files
committed
chore(release): 3.28.0 [skip ci]
## [3.28.0](v3.27.0...v3.28.0) (2025-08-20) ### 🎉 New Features * [MP-1916] - using new `pii_opted_out` flag for insert GA script and move to category 'C0004' ([4d7c73c](4d7c73c)) * portfolio percentile by year experiment setup ([#6216](#6216)) ([9307d50](9307d50)) * progress bar added to bp side sheet alongside next steps ([#6215](#6215)) ([14a6c25](14a6c25)) ### 🐛 Bugfixes * atb modal showed based on user balance and basket total ([#6213](#6213)) ([db653bd](db653bd)) * integrate new utility menu, pulsing do and update links ([af6487a](af6487a)) * resolve issue with incorrect loan status in borrower carousel ([2448fec](2448fec)) * use loan purchases for top category in lending stats and badge journey modal ([4216a25](4216a25)) ### 🧹 Chores * **release:** 3.28.0-rc.1 [skip ci] ([4e38381](4e38381)), closes [#6216](#6216) [#6215](#6215) [#6213](#6213)
1 parent 604324b commit 8aa3202

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [3.28.0](https://github.com/kiva/ui/compare/v3.27.0...v3.28.0) (2025-08-20)
2+
3+
### 🎉 New Features
4+
5+
* [MP-1916] - using new `pii_opted_out` flag for insert GA script and move to category 'C0004' ([4d7c73c](https://github.com/kiva/ui/commit/4d7c73cb856ce224a263b24919d969c43272cc53))
6+
* portfolio percentile by year experiment setup ([#6216](https://github.com/kiva/ui/issues/6216)) ([9307d50](https://github.com/kiva/ui/commit/9307d50892f6f4d67d358bff32bf06e638075044))
7+
* progress bar added to bp side sheet alongside next steps ([#6215](https://github.com/kiva/ui/issues/6215)) ([14a6c25](https://github.com/kiva/ui/commit/14a6c25971401becfaeaee209acde687d6e8fc44))
8+
9+
### 🐛 Bugfixes
10+
11+
* atb modal showed based on user balance and basket total ([#6213](https://github.com/kiva/ui/issues/6213)) ([db653bd](https://github.com/kiva/ui/commit/db653bdfc4ab6cb3268d4979aad2a42acd6634f5))
12+
* integrate new utility menu, pulsing do and update links ([af6487a](https://github.com/kiva/ui/commit/af6487adb0bca96e604f6b30858b8c23d74eb5b0))
13+
* resolve issue with incorrect loan status in borrower carousel ([2448fec](https://github.com/kiva/ui/commit/2448fec33a799557a2103252983ee7a7c8a3d5ad))
14+
* use loan purchases for top category in lending stats and badge journey modal ([4216a25](https://github.com/kiva/ui/commit/4216a25d1df2b24f697bac6084e15501e7505ff0))
15+
16+
### 🧹 Chores
17+
18+
* **release:** 3.28.0-rc.1 [skip ci] ([4e38381](https://github.com/kiva/ui/commit/4e38381ece5a67dfee7848a94766280342b5f191)), closes [#6216](https://github.com/kiva/ui/issues/6216) [#6215](https://github.com/kiva/ui/issues/6215) [#6213](https://github.com/kiva/ui/issues/6213)
19+
120
## [3.28.0-rc.1](https://github.com/kiva/ui/compare/v3.27.0...v3.28.0-rc.1) (2025-08-20)
221

322
### 🎉 New Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kvue",
3-
"version": "3.28.0-rc.1",
3+
"version": "3.28.0",
44
"description": "The Kiva ui",
55
"author": "braincrave",
66
"private": true,

0 commit comments

Comments
 (0)