Skip to content

Commit

Permalink
chore(release): 2.730.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.730.0-rc.1](v2.729.0...v2.730.0-rc.1) (2024-02-09)

### 🎉 New Features

* add progress bar to campaign page ([c1b925b](c1b925b))
* added flag for IWD to thanks page, created working stories ([1205eab](1205eab))
* added progress bar to thanks page variations ([e78f13f](e78f13f))
* added some finalized content to IWD header ([fc29232](fc29232))
* first IWD thanks page variation ([c5572b6](c5572b6))
* iwd activity feed added ([#5152](#5152)) ([0a9424f](0a9424f))
* remaining iwd thanks page variation ([b1a9600](b1a9600))
* update thanks page header for challenges ([7b1147b](7b1147b))

### 🐛 Bugfixes

* added missing data prop ([9c92884](9c92884))
* added missing id in query ([fc7f447](fc7f447))
* added some missing story mixins ([f853fb5](f853fb5))
* empty template was also creating a warning ([ffc591d](ffc591d))
* ensure we cover errors from new activities query ([e8cf21a](e8cf21a))
* lower activity feed items ([9b8eb53](9b8eb53))
* minor cleanup ([3a97d83](3a97d83))
* quick resolution of server error ([85a2811](85a2811))
* round the borrower image ([68a4d24](68a4d24))
* show the checkout now button and emit to show basket on corporate landing loan cards ([d4b0819](d4b0819))
* some missing thanks padding ([be6b8f6](be6b8f6))
  • Loading branch information
kiva-robot committed Feb 9, 2024
1 parent e62c313 commit 75581df
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [2.730.0-rc.1](https://github.com/kiva/ui/compare/v2.729.0...v2.730.0-rc.1) (2024-02-09)


### 🎉 New Features

* add progress bar to campaign page ([c1b925b](https://github.com/kiva/ui/commit/c1b925b2029961266b9bb44c4618e87514fecdc0))
* added flag for IWD to thanks page, created working stories ([1205eab](https://github.com/kiva/ui/commit/1205eab895413eec760ec462446e1c43373090ee))
* added progress bar to thanks page variations ([e78f13f](https://github.com/kiva/ui/commit/e78f13fbc828653783a2bc7a13d8a7cd64a70840))
* added some finalized content to IWD header ([fc29232](https://github.com/kiva/ui/commit/fc29232a1df8dfcca2d92702022734e20d3cae1d))
* first IWD thanks page variation ([c5572b6](https://github.com/kiva/ui/commit/c5572b618c493422b547d74cd2b198604cac3c96))
* iwd activity feed added ([#5152](https://github.com/kiva/ui/issues/5152)) ([0a9424f](https://github.com/kiva/ui/commit/0a9424f387434240ff4074ec75dd19788f1a2cd2))
* remaining iwd thanks page variation ([b1a9600](https://github.com/kiva/ui/commit/b1a9600f96d7c142131b0f7cd40e909a60617494))
* update thanks page header for challenges ([7b1147b](https://github.com/kiva/ui/commit/7b1147b706bfab91c4e983109c271b6bf92c6748))


### 🐛 Bugfixes

* added missing data prop ([9c92884](https://github.com/kiva/ui/commit/9c928840181fe9b9c6c6ea459c382e3805f5cc21))
* added missing id in query ([fc7f447](https://github.com/kiva/ui/commit/fc7f44765df5663bc58a328c8d484993f492425a))
* added some missing story mixins ([f853fb5](https://github.com/kiva/ui/commit/f853fb51151895f1a9a7874659cfdd9ca2734b73))
* empty template was also creating a warning ([ffc591d](https://github.com/kiva/ui/commit/ffc591dfc659284444818ccc16db98aa1a13b405))
* ensure we cover errors from new activities query ([e8cf21a](https://github.com/kiva/ui/commit/e8cf21a9671d83d8d31c05403fc233a2c6dd35ba))
* lower activity feed items ([9b8eb53](https://github.com/kiva/ui/commit/9b8eb53cdaf36dc37e7cf7750cf11631bd993f62))
* minor cleanup ([3a97d83](https://github.com/kiva/ui/commit/3a97d83266a841cfb8596145004ff9fbe26a6cd7))
* quick resolution of server error ([85a2811](https://github.com/kiva/ui/commit/85a2811da02bfbd8854d3d7bfbc069c007e81a7d))
* round the borrower image ([68a4d24](https://github.com/kiva/ui/commit/68a4d24f3d338c94f0c86dbad8fd4168ee288c9e))
* show the checkout now button and emit to show basket on corporate landing loan cards ([d4b0819](https://github.com/kiva/ui/commit/d4b0819dbddba46d71f9747f3b594dd0844ec633))
* some missing thanks padding ([be6b8f6](https://github.com/kiva/ui/commit/be6b8f6a330a3bdcda5ef9b3bd2c69e077b41263))

## [2.729.0](https://github.com/kiva/ui/compare/v2.728.0...v2.729.0) (2024-02-01)


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.729.0",
"version": "2.730.0-rc.1",
"description": "The Kiva ui",
"author": "braincrave",
"private": true,
Expand Down

0 comments on commit 75581df

Please sign in to comment.