chore: update package versions

This commit is contained in:
Zai Shi 2024-05-25 19:11:29 +02:00
parent 2a6c4e9f34
commit 8160521a95
24 changed files with 104 additions and 12 deletions

View File

@ -1,5 +1,13 @@
# cjs-test
## 0.2.13
### Patch Changes
- Bug fixes
- Updated dependencies
- @stackframe/stack@2.4.13
## 0.2.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/example-cjs-test",
"version": "0.2.12",
"version": "0.2.13",
"private": true,
"scripts": {
"dev": "next dev --port 8106",

View File

@ -1,5 +1,14 @@
# demo-app
## 1.1.13
### Patch Changes
- Bug fixes
- Updated dependencies
- @stackframe/stack-shared@2.4.10
- @stackframe/stack@2.4.13
## 1.1.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/custom-pages-example",
"version": "1.1.12",
"version": "1.1.13",
"description": "",
"private": true,
"scripts": {

View File

@ -1,5 +1,14 @@
# demo-app
## 1.1.13
### Patch Changes
- Bug fixes
- Updated dependencies
- @stackframe/stack-shared@2.4.10
- @stackframe/stack@2.4.13
## 1.1.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/example-demo-app",
"version": "1.1.12",
"version": "1.1.13",
"description": "",
"private": true,
"scripts": {

View File

@ -1,5 +1,11 @@
# e2e-tests
## 0.1.4
### Patch Changes
- Bug fixes
## 0.1.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/e2e-tests",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,5 +1,13 @@
# middleware-demo
## 0.2.13
### Patch Changes
- Bug fixes
- Updated dependencies
- @stackframe/stack@2.4.13
## 0.2.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/example-middleware-demo",
"version": "0.2.12",
"version": "0.2.13",
"private": true,
"scripts": {
"dev": "next dev --port 8107",

View File

@ -1,5 +1,13 @@
# partial-prerendering
## 0.2.13
### Patch Changes
- Bug fixes
- Updated dependencies
- @stackframe/stack@2.4.13
## 0.2.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/example-partial-prerendering",
"version": "0.2.12",
"version": "0.2.13",
"private": true,
"scripts": {
"dev": "next dev --port 8105",

View File

@ -1,5 +1,11 @@
# stack-docs
## 0.1.7
### Patch Changes
- Bug fixes
## 0.1.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-docs",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"scripts": {
"docusaurus": "dotenv -c -- docusaurus",

View File

@ -1,5 +1,11 @@
# @stackframe/init-stack
## 1.0.7
### Patch Changes
- Bug fixes
## 1.0.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/init-stack",
"version": "1.0.6",
"version": "1.0.7",
"description": "The setup wizard for Stack. https://stack-auth.com",
"main": "index.mjs",
"bin": "./index.mjs",

View File

@ -1,5 +1,11 @@
# @stackframe/stack-sc
## 1.5.5
### Patch Changes
- Bug fixes
## 1.5.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-sc",
"version": "1.5.4",
"version": "1.5.5",
"exports": {
"./force-react-server": {
"types": "./dist/index.react-server.d.ts",

View File

@ -1,5 +1,14 @@
# @stackframe/stack-server
## 0.4.14
### Patch Changes
- Bug fixes
- Updated dependencies
- @stackframe/stack-shared@2.4.10
- @stackframe/stack@2.4.13
## 0.4.13
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# @stackframe/stack-shared
## 2.4.10
### Patch Changes
- Bug fixes
- Updated dependencies
- @stackframe/stack-sc@1.5.5
## 2.4.9
### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @stackframe/stack
## 2.4.13
### Patch Changes
- Bug fixes
- Updated dependencies
- @stackframe/stack-shared@2.4.10
- @stackframe/stack-sc@1.5.5
## 2.4.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack",
"version": "2.4.12",
"version": "2.4.13",
"sideEffects": false,
"exports": {
".": {