Skip to content

Commit fd40d52

Browse files
authored
chore(main): release 0.19.1 (#387)
1 parent 0fb0ba7 commit fd40d52

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.19.1](https://github.com/stacklok/codegate-ui/compare/v0.19.0...v0.19.1) (2025-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* implement server side pagination in frontend ([#368](https://github.com/stacklok/codegate-ui/issues/368)) ([b730c4a](https://github.com/stacklok/codegate-ui/commit/b730c4aada89c102f89d553a0c00d5eb45378fdb))
9+
* pagination bug ([#388](https://github.com/stacklok/codegate-ui/issues/388)) ([0fb0ba7](https://github.com/stacklok/codegate-ui/commit/0fb0ba74f80dcff2ac789d245dcd01cf8ea6466c))
10+
311
## [0.19.0](https://github.com/stacklok/codegate-ui/compare/v0.18.1...v0.19.0) (2025-03-05)
412

513

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-project",
33
"private": true,
4-
"version": "0.19.0",
4+
"version": "0.19.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)