bumped version

This commit is contained in:
Zai Shi 2024-03-21 17:58:29 +08:00
parent 9e9907f2b3
commit 63a90fed35
13 changed files with 54 additions and 13 deletions

View File

@ -1,7 +0,0 @@
---
"@stackframe/stack-shared": minor
"@stackframe/stack-sc": minor
"@stackframe/stack": minor
---
Added new stack UI system

View File

@ -1,5 +1,13 @@
# demo-app
## 1.0.6
### Patch Changes
- Updated dependencies [9e9907f]
- @stackframe/stack-shared@2.1.0
- @stackframe/stack@2.1.0
## 1.0.5
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# dev-app
## 1.0.6
### Patch Changes
- Updated dependencies [9e9907f]
- @stackframe/stack-shared@2.1.0
- @stackframe/stack@2.1.0
## 1.0.5
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack-sc
## 1.3.0
### Minor Changes
- 9e9907f: Added new stack UI system
## 1.2.1
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# @stackframe/stack-server
## 0.1.6
### Patch Changes
- Updated dependencies [9e9907f]
- @stackframe/stack-shared@2.1.0
- @stackframe/stack@2.1.0
## 0.1.5
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack-shared
## 2.1.0
### Minor Changes
- 9e9907f: Added new stack UI system
## 2.0.0
### Major Changes

View File

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

View File

@ -1,5 +1,17 @@
# @stackframe/stack
## 2.1.0
### Minor Changes
- 9e9907f: Added new stack UI system
### Patch Changes
- Updated dependencies [9e9907f]
- @stackframe/stack-shared@2.1.0
- @stackframe/stack-sc@1.3.0
## 2.0.0
### Major Changes

View File

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