Skip to content

Commit 93e8c38

Browse files
authored
chore(main): release 0.3.0 (#84)
1 parent ee1ac50 commit 93e8c38

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/stacklok/codegate-ui/compare/v0.2.0...v0.3.0) (2025-01-16)
4+
5+
6+
### Features
7+
8+
* use @stacklok/ui-kit ([#80](https://github.com/stacklok/codegate-ui/issues/80)) ([48e7103](https://github.com/stacklok/codegate-ui/commit/48e7103bb9faa32d50c24b59b937b40b2c1ab27e))
9+
10+
11+
### Bug Fixes
12+
13+
* **alerts-table:** add clear button to input search ([#87](https://github.com/stacklok/codegate-ui/issues/87)) ([ee1ac50](https://github.com/stacklok/codegate-ui/commit/ee1ac50a5066daa8f149c590d0144f93e2c3dad8))
14+
* **alerts-table:** trigger token box and copy to clipboard icon ([#85](https://github.com/stacklok/codegate-ui/issues/85)) ([7a0e61c](https://github.com/stacklok/codegate-ui/commit/7a0e61c62bdd0c466b529f4c1b6eb38e8fdbafef))
15+
316
## [0.2.0](https://github.com/stacklok/codegate-ui/compare/v0.1.0...v0.2.0) (2025-01-15)
417

518

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

0 commit comments

Comments
 (0)