chore: update package versions

This commit is contained in:
Stan Wohlwend 2024-04-24 12:37:02 +02:00
parent 0176f82a8b
commit 0ce01d8f79
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# stack-docs
## 0.0.2
### Patch Changes
- Setup wizard
## 0.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "stack-docs",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"docusaurus": "dotenv -c -- docusaurus",

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/init-stack",
"version": "1.0.0",
"version": "1.0.1",
"description": "The setup wizard for Stack. https://stack-auth.com",
"main": "index.mjs",
"bin": "./index.mjs",