published stack-sc

This commit is contained in:
Zai Shi 2024-03-05 13:26:54 +08:00
parent 55150eab78
commit e1a85e0ffc
10 changed files with 36 additions and 6 deletions

View File

@ -1,5 +1,11 @@
# demo-app
## 1.0.2
### Patch Changes
- @stackframe/stack@1.1.1
## 1.0.1
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# dev-app
## 1.0.2
### Patch Changes
- @stackframe/stack@1.1.1
## 1.0.1
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack-sc
## 1.1.1
### Patch Changes
- publish stack-sc
## 1.1.0
### Minor Changes

View File

@ -1,7 +1,6 @@
{
"name": "@stackframe/stack-sc",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"exports": {
".": {
"types": "./dist/index.server.d.ts",

View File

@ -1,5 +1,11 @@
# @stackframe/stack-server
## 0.1.2
### Patch Changes
- @stackframe/stack@1.1.1
## 0.1.1
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @stackframe/stack
## 1.1.1
### Patch Changes
- Updated dependencies
- @stackframe/stack-sc@1.1.1
## 1.1.0
### Minor Changes

View File

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