Skip to content

Commit a2b04ad

Browse files
chore(release): 3.7.3
1 parent 26f625f commit a2b04ad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.7.2",
3+
"version": "3.7.3",
44
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
55
"type": "module",
66
"license": "MIT",

bun.lock

Lines changed: 3 additions & 3 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.7.2",
3+
"version": "3.7.3",
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
"type": "module",
66
"license": "MIT",
@@ -49,6 +49,6 @@
4949
},
5050
"homepage": "https://better-t-stack.dev/",
5151
"dependencies": {
52-
"create-better-t-stack": "^3.7.2"
52+
"create-better-t-stack": "^3.7.3"
5353
}
5454
}

0 commit comments

Comments
 (0)