bumped version

This commit is contained in:
Zai Shi 2024-04-14 13:40:00 +02:00
parent cf36798562
commit 909afc1edf
12 changed files with 54 additions and 17 deletions

View File

@ -1,5 +0,0 @@
---
"@stackframe/stack": patch
---
Fixed signin title bug

View File

@ -1,7 +0,0 @@
---
"@stackframe/stack-server": minor
"@stackframe/stack-shared": minor
"@stackframe/stack": minor
---
Added new UserButton component and Account setting page

View File

@ -1,5 +1,14 @@
# demo-app
## 1.0.10
### Patch Changes
- Updated dependencies [2995d96]
- Updated dependencies [2995d96]
- @stackframe/stack@2.2.0
- @stackframe/stack-shared@2.2.0
## 1.0.9
### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# dev-app
## 1.0.10
### Patch Changes
- Updated dependencies [2995d96]
- Updated dependencies [2995d96]
- @stackframe/stack@2.2.0
- @stackframe/stack-shared@2.2.0
## 1.0.9
### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @stackframe/stack-server
## 0.2.0
### Minor Changes
- 2995d96: Added new UserButton component and Account setting page
### Patch Changes
- Updated dependencies [2995d96]
- Updated dependencies [2995d96]
- @stackframe/stack@2.2.0
- @stackframe/stack-shared@2.2.0
## 0.1.9
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack-shared
## 2.2.0
### Minor Changes
- 2995d96: Added new UserButton component and Account setting page
## 2.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-shared",
"version": "2.1.0",
"version": "2.2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {

View File

@ -1,5 +1,17 @@
# @stackframe/stack
## 2.2.0
### Minor Changes
- 2995d96: Added new UserButton component and Account setting page
### Patch Changes
- 2995d96: Fixed signin title bug
- Updated dependencies [2995d96]
- @stackframe/stack-shared@2.2.0
## 2.1.3
### Patch Changes

View File

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