Skip to content

Commit 02c8c82

Browse files
authored
chore(main): release 0.4.0 (#90)
1 parent 603b397 commit 02c8c82

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/stacklok/codegate-ui/compare/v0.3.0...v0.4.0) (2025-01-16)
4+
5+
6+
### Features
7+
8+
* add dark mode switcher ([#89](https://github.com/stacklok/codegate-ui/issues/89)) ([603b397](https://github.com/stacklok/codegate-ui/commit/603b397d25071ad6852f18c0cc5deb21f6fdba7c)), closes [#30](https://github.com/stacklok/codegate-ui/issues/30)
9+
310
## [0.3.0](https://github.com/stacklok/codegate-ui/compare/v0.2.0...v0.3.0) (2025-01-16)
411

512

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

0 commit comments

Comments
 (0)