Skip to content

Commit a940ffe

Browse files
authored
chore(main): release 0.5.0 (#102)
1 parent 0baa10b commit a940ffe

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/stacklok/codegate-ui/compare/v0.4.1...v0.5.0) (2025-01-17)
4+
5+
6+
### Features
7+
8+
* initial work on codegate version check widget ([#94](https://github.com/stacklok/codegate-ui/issues/94)) ([0baa10b](https://github.com/stacklok/codegate-ui/commit/0baa10ba8875c6baa977b34eba637d8b1e11aa63))
9+
* react-query hey-api integration ([#101](https://github.com/stacklok/codegate-ui/issues/101)) ([58d4d47](https://github.com/stacklok/codegate-ui/commit/58d4d477677f5047c3b7efa7f744a5e88c57dd8f))
10+
311
## [0.4.1](https://github.com/stacklok/codegate-ui/compare/v0.4.0...v0.4.1) (2025-01-17)
412

513

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

0 commit comments

Comments
 (0)