bumped version

This commit is contained in:
Zai Shi 2024-04-17 09:11:19 +02:00
parent 0ce85942fe
commit dea8ad400b
13 changed files with 51 additions and 13 deletions

View File

@ -1,7 +0,0 @@
---
"@stackframe/stack": patch
"@stackframe/stack-sc": patch
"@stackframe/stack-shared": patch
---
fixed bugs

View File

@ -1,5 +1,13 @@
# demo-app
## 1.0.15
### Patch Changes
- Updated dependencies [5909ecd]
- @stackframe/stack@2.2.5
- @stackframe/stack-shared@2.2.2
## 1.0.14
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# dev-app
## 1.0.15
### Patch Changes
- Updated dependencies [5909ecd]
- @stackframe/stack@2.2.5
- @stackframe/stack-shared@2.2.2
## 1.0.14
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack-sc
## 1.3.2
### Patch Changes
- 5909ecd: fixed bugs
## 1.3.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-sc",
"version": "1.3.1",
"version": "1.3.2",
"exports": {
".": {
"types": "./dist/index.server.d.ts",

View File

@ -1,5 +1,13 @@
# @stackframe/stack-server
## 0.2.5
### Patch Changes
- Updated dependencies [5909ecd]
- @stackframe/stack@2.2.5
- @stackframe/stack-shared@2.2.2
## 0.2.4
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack-shared
## 2.2.2
### Patch Changes
- 5909ecd: fixed bugs
## 2.2.1
### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @stackframe/stack
## 2.2.5
### Patch Changes
- 5909ecd: fixed bugs
- Updated dependencies [5909ecd]
- @stackframe/stack-sc@1.3.2
- @stackframe/stack-shared@2.2.2
## 2.2.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack",
"version": "2.2.4",
"version": "2.2.5",
"type": "module",
"exports": {
".": {