Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit d5fbb60

Browse files
committed
chore(main): release 0.6.0
1 parent a38e2cd commit d5fbb60

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/stacklok/codegate-ui/compare/v0.5.0...v0.6.0) (2025-01-17)
4+
5+
6+
### Features
7+
8+
* add pagination for alerts table ([#104](https://github.com/stacklok/codegate-ui/issues/104)) ([a38e2cd](https://github.com/stacklok/codegate-ui/commit/a38e2cdd2ced63de130fe3a88118cc00a977b41f))
9+
* **workspaces:** create workspaces query hook ([#111](https://github.com/stacklok/codegate-ui/issues/111)) ([8ba7d36](https://github.com/stacklok/codegate-ui/commit/8ba7d369a6a51dfc66e4cc445b196bde77969061))
10+
311
## [0.5.0](https://github.com/stacklok/codegate-ui/compare/v0.4.1...v0.5.0) (2025-01-17)
412

513

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,7 +1,7 @@
11
{
22
"name": "vite-project",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)