mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
v0.17.1
This commit is contained in:
committed by
GitHub
parent
7d3e1e3ef7
commit
a2f71761ba
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"create-better-t-stack": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Redirect unauthenticated users to login page instead of home
|
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
# create-better-t-stack
|
# create-better-t-stack
|
||||||
|
|
||||||
|
## 0.17.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 9574230: Redirect unauthenticated users to login page instead of home
|
||||||
|
|
||||||
## 0.17.0
|
## 0.17.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "create-better-t-stack",
|
"name": "create-better-t-stack",
|
||||||
"version": "0.17.0",
|
"version": "0.17.1",
|
||||||
"description": "CLI tool to scaffold Better-T Stack projects",
|
"description": "CLI tool to scaffold Better-T Stack projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -22,7 +22,10 @@
|
|||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"prepublishOnly": "npm run build"
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
"files": ["dist", "template"],
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"template"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clack/prompts": "^0.10.0",
|
"@clack/prompts": "^0.10.0",
|
||||||
"commander": "^13.1.0",
|
"commander": "^13.1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user