bumped version

This commit is contained in:
Zai Shi 2024-03-22 11:28:25 +08:00
parent 2eda71b42b
commit 7ef734981b
9 changed files with 31 additions and 9 deletions

View File

@ -1,5 +0,0 @@
---
"@stackframe/stack": patch
---
Fixed UI bugs

View File

@ -1,5 +1,12 @@
# demo-app
## 1.0.8
### Patch Changes
- Updated dependencies [2eda71b]
- @stackframe/stack@2.1.2
## 1.0.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "demo-app",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"private": true,
"scripts": {

View File

@ -1,5 +1,12 @@
# dev-app
## 1.0.8
### Patch Changes
- Updated dependencies [2eda71b]
- @stackframe/stack@2.1.2
## 1.0.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "dev-app",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"private": true,
"scripts": {

View File

@ -1,5 +1,12 @@
# @stackframe/stack-server
## 0.1.8
### Patch Changes
- Updated dependencies [2eda71b]
- @stackframe/stack@2.1.2
## 0.1.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-server",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"clean": "rimraf .next && rimraf node_modules",

View File

@ -1,5 +1,11 @@
# @stackframe/stack
## 2.1.2
### Patch Changes
- 2eda71b: Fixed UI bugs
## 2.1.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack",
"version": "2.1.1",
"version": "2.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",