mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore(release): version [skip ci]
This commit is contained in:
29
CHANGELOG.md
29
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
|
# Change Log
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
## 2.33.5 (2025-08-15)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
# Change Log
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
## 2.33.5 (2025-08-15)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "create-better-t-stack",
|
"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",
|
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.33.5",
|
"version": "2.33.6",
|
||||||
"npmClient": "bun",
|
"npmClient": "bun",
|
||||||
"command": {
|
"command": {
|
||||||
"publish": {
|
"publish": {
|
||||||
|
|||||||
Reference in New Issue
Block a user