Skip to content

Commit

Permalink
chore(release): 2.752.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.752.0](v2.751.0...v2.752.0) (2024-08-29)

### 🎉 New Features

* add helper text to braintree dropin ([58920d3](58920d3))
* lender stats data import updated ([#5467](#5467)) ([77106c1](77106c1))
* redirect guest users to register form ([a546090](a546090))
* show tip on error ([7eb123f](7eb123f))
* update user preferences when saving goal ([d439700](d439700))

### 🐛 Bugfixes

* json parse error ([c275ef6](c275ef6))
* linting ([94de904](94de904))
* router ([763c2f7](763c2f7))
* using console instead of throw when catching error ([af3dc0e](af3dc0e))

### 🧹 Chores

* **release:** 2.752.0-rc.1 [skip ci] ([46fe664](46fe664)), closes [#5467](#5467)
  • Loading branch information
kiva-robot committed Aug 29, 2024
1 parent f462b39 commit 91a063d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [2.752.0](https://github.com/kiva/ui/compare/v2.751.0...v2.752.0) (2024-08-29)


### 🎉 New Features

* add helper text to braintree dropin ([58920d3](https://github.com/kiva/ui/commit/58920d3c709b2854e25c3b0a86719737d9297482))
* lender stats data import updated ([#5467](https://github.com/kiva/ui/issues/5467)) ([77106c1](https://github.com/kiva/ui/commit/77106c144edbffcef90ef2ec3513a0974fa07652))
* redirect guest users to register form ([a546090](https://github.com/kiva/ui/commit/a54609058eb6a2fd8baeeb0e6cf59ae2ad009722))
* show tip on error ([7eb123f](https://github.com/kiva/ui/commit/7eb123fad43238b707424ce0e2793b85fa8d5f94))
* update user preferences when saving goal ([d439700](https://github.com/kiva/ui/commit/d43970003502f02eb9d298121ebfd354e282a399))


### 🐛 Bugfixes

* json parse error ([c275ef6](https://github.com/kiva/ui/commit/c275ef657cd46cd623b7bcc7f01c32b028386396))
* linting ([94de904](https://github.com/kiva/ui/commit/94de904b083b4cc017db316725bce3bb0aea75fc))
* router ([763c2f7](https://github.com/kiva/ui/commit/763c2f7eff7e4f229d4439221f639e948cb1802a))
* using console instead of throw when catching error ([af3dc0e](https://github.com/kiva/ui/commit/af3dc0ee091b2374ae868a9bd2321980bca9d56c))


### 🧹 Chores

* **release:** 2.752.0-rc.1 [skip ci] ([46fe664](https://github.com/kiva/ui/commit/46fe664deb0809d595c26bf99571c07339f04a0f)), closes [#5467](https://github.com/kiva/ui/issues/5467)

## [2.752.0-rc.1](https://github.com/kiva/ui/compare/v2.751.0...v2.752.0-rc.1) (2024-08-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kvue",
"version": "2.752.0-rc.1",
"version": "2.752.0",
"description": "The Kiva ui",
"author": "braincrave",
"private": true,
Expand Down

0 comments on commit 91a063d

Please sign in to comment.