2 Commits

Author SHA1 Message Date
github-actions[bot]
5bf01c59b5 chore(release): bump version to v0.0.15 and update changelog [skip ci] 2026-02-22 17:58:39 +00:00
burakalmazlar
6ba8d8b7ce degisiklik
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m59s
2026-02-22 20:58:29 +03:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## [v0.0.15] - 2026-02-22
* degisiklik (6ba8d8b)
## [v0.0.14] - 2026-02-22
* feat: replace rich cerulean color variables with a new color palette for improved theming (53cb84d)

View File

@@ -74,7 +74,7 @@ const TodoList = () => {
return (
<div className="todo-wrapper">
<h1 className="title">Tasks</h1>
<h1 className="title">Tasks List</h1>
<form className="todo-form" onSubmit={handleCreate}>
<input