Skip to content

Commit ef1b65c

Browse files
authored
chore(main): release 0.2.0 (#76)
1 parent ae42046 commit ef1b65c

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.2.0](https://github.com/stacklok/codegate-ui/compare/v0.1.0...v0.2.0) (2025-01-15)
4+
5+
6+
### Features
7+
8+
* make "setup" menu section less confusing ([#81](https://github.com/stacklok/codegate-ui/issues/81)) ([ae42046](https://github.com/stacklok/codegate-ui/commit/ae42046f76a08a3f7cb2ad2ba3e348b82764c7d5))
9+
10+
11+
### Bug Fixes
12+
13+
* **alerts:** table sorting ([#82](https://github.com/stacklok/codegate-ui/issues/82)) ([8a98ec1](https://github.com/stacklok/codegate-ui/commit/8a98ec187dba98be0d4b300e4057ee8c6cba9183))
14+
* fix basic markdown usage ([#75](https://github.com/stacklok/codegate-ui/issues/75)) ([d787eec](https://github.com/stacklok/codegate-ui/commit/d787eec17f83ff8422993ba536a1817c4a0e55f1))
15+
316
## [0.1.0](https://github.com/stacklok/codegate-ui/compare/v0.0.15...v0.1.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.1.0",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)