bumped version

This commit is contained in:
Zai Shi 2024-03-21 18:43:09 +08:00
parent d172a0b084
commit 29f909fa16
8 changed files with 31 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# demo-app
## 1.0.7
### Patch Changes
- Updated dependencies
- @stackframe/stack@2.1.1
## 1.0.6
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# dev-app
## 1.0.7
### Patch Changes
- Updated dependencies
- @stackframe/stack@2.1.1
## 1.0.6
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @stackframe/stack-server
## 0.1.7
### Patch Changes
- Updated dependencies
- @stackframe/stack@2.1.1
## 0.1.6
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack
## 2.1.1
### Patch Changes
- fixed theme config bug
## 2.1.0
### Minor Changes

View File

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