Skip to content

Commit 47349da

Browse files
authored
chore(main): release 0.11.0 (#235)
1 parent c8990c2 commit 47349da

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/stacklok/codegate-ui/compare/v0.10.0...v0.11.0) (2025-02-03)
4+
5+
6+
### Features
7+
8+
* **alerts:** tabs for filtering table ([#234](https://github.com/stacklok/codegate-ui/issues/234)) ([2765917](https://github.com/stacklok/codegate-ui/commit/27659171019e0428279830049bbc38eace0123cc))
9+
* format token usage with "compact" notation ([#238](https://github.com/stacklok/codegate-ui/issues/238)) ([9911a7a](https://github.com/stacklok/codegate-ui/commit/9911a7a580d84c493276c547b252dde1bea23180))
10+
* implement empty state for tables ([#232](https://github.com/stacklok/codegate-ui/issues/232)) ([e39dbc3](https://github.com/stacklok/codegate-ui/commit/e39dbc3a715ac330d2aa15d4dc2dc5a7bbc77c00))
11+
* remove word "Dashboard" from header ([#236](https://github.com/stacklok/codegate-ui/issues/236)) ([89a6dc4](https://github.com/stacklok/codegate-ui/commit/89a6dc4feaa47d7293400de9247ab15f4c0d3a55))
12+
* richer empty states ([#239](https://github.com/stacklok/codegate-ui/issues/239)) ([c8990c2](https://github.com/stacklok/codegate-ui/commit/c8990c2687ca8f4da3c481f328373ec95aa18859))
13+
314
## [0.10.0](https://github.com/stacklok/codegate-ui/compare/v0.9.0...v0.10.0) (2025-01-30)
415

516

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.10.0",
4+
"version": "0.11.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)