Skip to content

Commit 10b6d55

Browse files
chore(release): 3.35.2 (#1092)
1 parent 91cbe66 commit 10b6d55

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-better-t-stack",
3-
"version": "3.35.1",
3+
"version": "3.35.2",
44
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
55
"keywords": [
66
"better-auth",

bun.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-bts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-bts",
3-
"version": "3.35.1",
3+
"version": "3.35.2",
44
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations (alias for create-better-t-stack)",
55
"keywords": [
66
"better-auth",
@@ -62,6 +62,6 @@
6262
"access": "public"
6363
},
6464
"dependencies": {
65-
"create-better-t-stack": "^3.35.1"
65+
"create-better-t-stack": "^3.35.2"
6666
}
6767
}

packages/template-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@better-t-stack/template-generator",
3-
"version": "3.35.1",
3+
"version": "3.35.2",
44
"description": "Virtual file system generator for Better-T-Stack templates - works in browsers and Node.js",
55
"keywords": [
66
"better-t-stack",
@@ -48,7 +48,7 @@
4848
"typecheck": "tsc --noEmit"
4949
},
5050
"dependencies": {
51-
"@better-t-stack/types": "^3.35.1",
51+
"@better-t-stack/types": "^3.35.2",
5252
"better-result": "^2.9.2",
5353
"handlebars": "^4.7.9",
5454
"memfs": "^4.57.2",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@better-t-stack/types",
3-
"version": "3.35.1",
3+
"version": "3.35.2",
44
"description": "TypeScript types and schemas for create-better-t-stack CLI",
55
"keywords": [
66
"better-t-stack",

plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-t-stack",
3-
"version": "3.35.1",
3+
"version": "3.35.2",
44
"description": "Let your AI scaffold and extend projects with Better-T-Stack. Bundles the create-better-t-stack MCP server plus skills, commands, and an agent so the assistant plans a valid stack and generates it instead of hand-rolling boilerplate.",
55
"author": {
66
"name": "Aman Varshney",

plugin/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-t-stack",
3-
"version": "3.35.1",
3+
"version": "3.35.2",
44
"description": "Let your AI scaffold and extend projects with Better-T-Stack. Bundles the create-better-t-stack MCP server plus skills so the assistant plans a valid stack and generates it instead of hand-rolling boilerplate.",
55
"author": {
66
"name": "Aman Varshney",

0 commit comments

Comments
 (0)