From 105baf91362b4e427d330a991ebd573ef79d8a10 Mon Sep 17 00:00:00 2001 From: truehazker <40111175+truehazker@users.noreply.github.com> Date: Sun, 21 Jun 2026 00:40:41 +0400 Subject: [PATCH] chore(release): :bookmark: 0.2.0 Bump package version to 0.2.0 and record the changelog for the release. Notable since 0.1.5: the frontend template adopts TanStack Query against the backend v0.7.0 cursor API, dependency/tooling upgrades, and the deprecated React FormEvent -> SubmitEvent fix. Co-Authored-By: Skrrt Bot --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d027db5..2810872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2026-06-21 + +### Added + +- Frontend template now integrates TanStack Query (React Query) for users data, backed by the backend v0.7.0 cursor-based API + +### Changed + +- Updated backend boilerplate submodule to v0.7.0 +- Upgraded frontend template dependencies and tooling (Vite, Biome, TypeScript, React 19 types) + +### Fixed + +- Replaced deprecated `React.FormEvent` with `React.SubmitEvent` in the user-create form + ## [0.1.5] - 2026-01-04 ### Fixed diff --git a/package.json b/package.json index 4105d16..62c8699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-ely", - "version": "0.1.5", + "version": "0.2.0", "description": "Scaffold production-ready ElysiaJS projects with ease using Bun - choose between backend-only or full-stack monorepo templates", "type": "module", "author": {