Skip to content

Commit

Permalink
chore(release): 3.0.1-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1-rc.1](v3.0.0...v3.0.1-rc.1) (2024-10-08)

### 🐛 Bugfixes

* ensure route values during client page load ([af36ceb](af36ceb))
* guard printableKivaCards with kivaCards ([4044b51](4044b51))
* the server uses route.value, client uses route due to in-page transition ([b02a50c](b02a50c))
* use default page number of 0 if no page number is passed in ([e78b4b6](e78b4b6))
  • Loading branch information
kiva-robot committed Oct 8, 2024
1 parent 52be904 commit be0b789
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.0.1-rc.1](https://github.com/kiva/ui/compare/v3.0.0...v3.0.1-rc.1) (2024-10-08)

### 🐛 Bugfixes

* ensure route values during client page load ([af36ceb](https://github.com/kiva/ui/commit/af36cebaca460ce4300c61042aebd9ed2a253f01))
* guard printableKivaCards with kivaCards ([4044b51](https://github.com/kiva/ui/commit/4044b51581d6a8d2cadaf253601c0c56dc3de73b))
* the server uses route.value, client uses route due to in-page transition ([b02a50c](https://github.com/kiva/ui/commit/b02a50cc45a81c7681fc6125c4674abc036a53cf))
* use default page number of 0 if no page number is passed in ([e78b4b6](https://github.com/kiva/ui/commit/e78b4b684b17cdac5e7b14a13b299fb36f7fe16c))

## [3.0.0](https://github.com/kiva/ui/compare/v2.759.0...v3.0.0) (2024-10-07)

### ⚠ BREAKING CHANGES
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": "3.0.0",
"version": "3.0.1-rc.1",
"description": "The Kiva ui",
"author": "braincrave",
"private": true,
Expand Down

0 comments on commit be0b789

Please sign in to comment.