chore: update package versions
Some checks failed
all-good: Did all the other checks pass? / all-good (push) Has been cancelled
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Emulator Test / docker (push) Has been cancelled
Docker Server Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Server Test / docker (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (latest) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Preview Docs / run (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
Dev Environment Test / restart-dev-and-test (push) Has been cancelled
Run setup tests / setup-tests (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled

This commit is contained in:
Konstantin Wohlwend 2025-04-29 10:41:11 -07:00
parent ead128680d
commit 2806b473ce
48 changed files with 165 additions and 26 deletions

View File

@ -1,5 +1,14 @@
# @stackframe/stack-backend
## 2.8.10
### Patch Changes
- Various changes
- Updated dependencies
- @stackframe/stack-shared@2.8.10
- @stackframe/stack-emails@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-backend",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"scripts": {
"clean": "rimraf src/generated && rimraf .next && rimraf node_modules",

View File

@ -1,5 +1,15 @@
# @stackframe/stack-dashboard
## 2.8.10
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.8.10
- @stackframe/stack@2.8.10
- @stackframe/stack-emails@2.8.10
- @stackframe/stack-ui@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-dashboard",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"scripts": {
"clean": "rimraf .next && rimraf node_modules",

View File

@ -1,5 +1,7 @@
# @stackframe/dev-launchpad
## 2.8.10
## 2.8.9
## 2.8.8

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/dev-launchpad",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"scripts": {
"dev": "serve -p 8100 -s public",

View File

@ -1,5 +1,13 @@
# @stackframe/e2e-tests
## 2.8.10
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.8.10
- @stackframe/js@2.8.10
## 2.8.9
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/mcp-server
## 2.8.10
### Patch Changes
- @stackframe/js@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/mcp-server",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"type": "module",
"bin": {

View File

@ -1,5 +1,7 @@
# @stackframe/mock-oauth-server
## 2.8.10
## 2.8.9
## 2.8.8

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/mock-oauth-server",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"main": "index.js",
"scripts": {

View File

@ -1,5 +1,7 @@
# @stackframe/docs
## 2.8.10
## 2.8.9
## 2.8.8

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/docs",
"version": "2.8.9",
"version": "2.8.10",
"description": "",
"main": "index.js",
"private": true,

View File

@ -1,5 +1,11 @@
# @stackframe/example-cjs-test
## 2.8.10
### Patch Changes
- @stackframe/stack@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/example-cjs-test",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"scripts": {
"dev": "next dev --port 8110",

View File

@ -1,5 +1,14 @@
# @stackframe/example-demo-app
## 2.8.10
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.8.10
- @stackframe/stack@2.8.10
- @stackframe/stack-ui@2.8.10
## 2.8.9
### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @stackframe/docs-examples
## 2.8.10
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.8.10
- @stackframe/stack@2.8.10
- @stackframe/stack-ui@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/docs-examples",
"version": "2.8.9",
"version": "2.8.10",
"description": "",
"private": true,
"scripts": {

View File

@ -1,5 +1,11 @@
# @stackframe/e-commerce-demo
## 2.8.10
### Patch Changes
- @stackframe/stack@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/e-commerce-demo",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"scripts": {
"dev": "next dev --port 8111",

View File

@ -1,5 +1,11 @@
# @stackframe/js-example
## 2.8.10
### Patch Changes
- @stackframe/js@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/js-example",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"description": "",
"main": "index.js",

View File

@ -1,5 +1,11 @@
# @stackframe/example-middleware-demo
## 2.8.10
### Patch Changes
- @stackframe/stack@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/example-middleware-demo",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"scripts": {
"dev": "next dev --port 8112",

View File

@ -1,5 +1,11 @@
# @stackframe/example-partial-prerendering
## 2.8.10
### Patch Changes
- @stackframe/stack@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/example-partial-prerendering",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"scripts": {
"dev": "next dev --port 8109",

View File

@ -1,5 +1,11 @@
# react-example
## 2.8.10
### Patch Changes
- @stackframe/react@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "react-example",
"private": true,
"version": "2.8.9",
"version": "2.8.10",
"type": "module",
"scripts": {
"dev": "vite --force --port 8120",

View File

@ -1,5 +1,11 @@
# @stackframe/example-supabase
## 2.8.10
### Patch Changes
- @stackframe/stack@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/example-supabase",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"scripts": {
"dev": "next dev --turbo --port 8115",

View File

@ -1,5 +1,12 @@
# @stackframe/init-stack
## 2.8.10
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/init-stack",
"version": "2.8.9",
"version": "2.8.10",
"description": "The setup wizard for Stack. https://stack-auth.com",
"main": "dist/index.js",
"type": "module",

View File

@ -1,7 +1,7 @@
{
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY",
"name": "@stackframe/js",
"version": "2.8.9",
"version": "2.8.10",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -1,7 +1,7 @@
{
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY",
"name": "@stackframe/react",
"version": "2.8.9",
"version": "2.8.10",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -1,5 +1,13 @@
# @stackframe/stack-emails
## 2.8.10
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.8.10
- @stackframe/stack-ui@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-emails",
"version": "2.8.9",
"version": "2.8.10",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": true,

View File

@ -1,5 +1,7 @@
# @stackframe/stack-sc
## 2.8.10
## 2.8.9
## 2.8.8

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack-shared
## 2.8.10
### Patch Changes
- Various changes
## 2.8.9
## 2.8.8

View File

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

View File

@ -1,5 +1,12 @@
# @stackframe/stack-ui
## 2.8.10
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.8.10
## 2.8.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-ui",
"version": "2.8.9",
"version": "2.8.10",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,

View File

@ -1,7 +1,7 @@
{
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY",
"name": "@stackframe/stack",
"version": "2.8.9",
"version": "2.8.10",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -1,5 +1,15 @@
# @stackframe/stack
## 2.8.10
### Patch Changes
- Various changes
- Updated dependencies
- @stackframe/stack-shared@2.8.10
- @stackframe/stack-ui@2.8.10
- @stackframe/stack-sc@2.8.10
## 2.8.9
### Patch Changes

View File

@ -11,7 +11,7 @@
"//": "NEXT_LINE_PLATFORM template",
"private": true,
"version": "2.8.9",
"version": "2.8.10",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -2,7 +2,7 @@
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY",
"name": "@stackframe/template",
"private": true,
"version": "2.8.9",
"version": "2.8.10",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",