Bump package versions

This commit is contained in:
Stan Wohlwend 2024-04-23 12:11:26 +02:00
parent 5e3004c18b
commit 628674ef90
12 changed files with 52 additions and 6 deletions

View File

@ -1,5 +1,13 @@
# demo-app
## 1.0.18
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.3.1
- @stackframe/stack@2.3.2
## 1.0.17
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# dev-app
## 1.0.18
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.3.1
- @stackframe/stack@2.3.2
## 1.0.17
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack-sc
## 1.4.1
### Patch Changes
- Add README file
## 1.4.0
### Minor Changes

View File

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

View File

@ -1,5 +1,14 @@
# @stackframe/stack-server
## 0.3.2
### Patch Changes
- Add README file
- Updated dependencies
- @stackframe/stack-shared@2.3.1
- @stackframe/stack@2.3.2
## 0.3.1
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack-shared
## 2.3.1
### Patch Changes
- Add README file
## 2.3.0
### Minor Changes

View File

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

View File

@ -1,5 +1,14 @@
# @stackframe/stack
## 2.3.2
### Patch Changes
- Add README file
- Updated dependencies
- @stackframe/stack-shared@2.3.1
- @stackframe/stack-sc@1.4.1
## 2.3.1
### Patch Changes

View File

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