From 22773232ae864b0b38bb72f5bf12d433ee74803c Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Fri, 15 Aug 2025 09:31:12 +0000 Subject: [PATCH] chore(release): version [skip ci] --- CHANGELOG.md | 29 +++++++++++------------------ apps/cli/CHANGELOG.md | 23 +++++++++++------------ apps/cli/package.json | 2 +- lerna.json | 2 +- 4 files changed, 24 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 392fb86..2d8e904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,19 @@ -# v2.33.6 (Fri Aug 15 2025) - -#### 🐛 Bug Fix - -- fix: auto configuration ([@AmanVarshney01](https://github.com/AmanVarshney01)) -- `create-better-t-stack` - - fix: remove forced none webdeploy when convex ([@AmanVarshney01](https://github.com/AmanVarshney01)) - -#### ⚠️ Pushed to `main` - -- Revert "fix: auto configuration" ([@AmanVarshney01](https://github.com/AmanVarshney01)) - -#### Authors: 1 - -- Aman Varshney ([@AmanVarshney01](https://github.com/AmanVarshney01)) - ---- - # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.33.6](https://github.com/AmanVarshney01/create-better-t-stack/compare/v2.33.5...v2.33.6) (2025-08-15) + + +### Bug Fixes + +* remove forced none webdeploy when convex ([ac1067a](https://github.com/AmanVarshney01/create-better-t-stack/commit/ac1067ab231fa452bd85bf8ce51bb2edc7746199)) + + + + + ## 2.33.5 (2025-08-15) diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 7273aa5..0edba52 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,20 +1,19 @@ -# v2.33.6 (Fri Aug 15 2025) - -#### 🐛 Bug Fix - -- fix: remove forced none webdeploy when convex ([@AmanVarshney01](https://github.com/AmanVarshney01)) - -#### Authors: 1 - -- Aman Varshney ([@AmanVarshney01](https://github.com/AmanVarshney01)) - ---- - # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.33.6](https://github.com/AmanVarshney01/create-better-t-stack/compare/v2.33.5...v2.33.6) (2025-08-15) + + +### Bug Fixes + +* remove forced none webdeploy when convex ([ac1067a](https://github.com/AmanVarshney01/create-better-t-stack/commit/ac1067ab231fa452bd85bf8ce51bb2edc7746199)) + + + + + ## 2.33.5 (2025-08-15) diff --git a/apps/cli/package.json b/apps/cli/package.json index b3fa830..4fd34ed 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-better-t-stack", - "version": "2.33.5", + "version": "2.33.6", "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations", "type": "module", "license": "MIT", diff --git a/lerna.json b/lerna.json index f0b7b86..1fcaea4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.33.5", + "version": "2.33.6", "npmClient": "bun", "command": { "publish": {