Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacklokbot authored Jan 20, 2025
1 parent cd549d2 commit faa17e8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.0](https://github.com/stacklok/codegate-ui/compare/v0.5.0...v0.6.0) (2025-01-20)


### Features

* add pagination for alerts table ([#104](https://github.com/stacklok/codegate-ui/issues/104)) ([a38e2cd](https://github.com/stacklok/codegate-ui/commit/a38e2cdd2ced63de130fe3a88118cc00a977b41f))
* **workspaces:** create workspaces query hook ([#111](https://github.com/stacklok/codegate-ui/issues/111)) ([8ba7d36](https://github.com/stacklok/codegate-ui/commit/8ba7d369a6a51dfc66e4cc445b196bde77969061))


### Bug Fixes

* breaking changes in openapi spec ([#113](https://github.com/stacklok/codegate-ui/issues/113)) ([cd549d2](https://github.com/stacklok/codegate-ui/commit/cd549d2feb2d87c97205653458faa586442cfc8c))

## [0.5.0](https://github.com/stacklok/codegate-ui/compare/v0.4.1...v0.5.0) (2025-01-17)


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,7 +1,7 @@
{
"name": "vite-project",
"private": true,
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit faa17e8

Please sign in to comment.