chore: update package versions
Some checks failed
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Test / docker (push) Has been cancelled
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled

This commit is contained in:
Konstantin Wohlwend 2024-12-19 16:00:11 -08:00
parent 45bfdfb759
commit c28a80d065
38 changed files with 138 additions and 19 deletions

View File

@ -1,5 +1,13 @@
# @stackframe/stack-backend
## 2.6.39
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.6.39
- @stackframe/stack-emails@2.6.39
## 2.6.38
### Patch Changes

View File

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

View File

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

View File

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

View File

@ -1,5 +1,7 @@
# @stackframe/dev-launchpad
## 2.6.39
## 2.6.38
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @stackframe/e2e-tests
## 2.6.39
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.6.39
## 2.6.38
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @stackframe/oauth-mock-server
## 2.6.39
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.6.39
## 2.6.38
### Patch Changes

View File

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

View File

@ -1,5 +1,7 @@
# @stackframe/docs
## 2.6.39
## 2.6.38
### Patch Changes

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/example-supabase
## 2.6.39
### Patch Changes
- @stackframe/stack@2.6.39
## 2.6.38
### Patch Changes

View File

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

View File

@ -1,5 +1,7 @@
# @stackframe/init-stack
## 2.6.39
## 2.6.38
## 2.6.37

View File

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

View File

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

View File

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

View File

@ -1,5 +1,7 @@
# @stackframe/stack-sc
## 2.6.39
## 2.6.38
## 2.6.37

View File

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

View File

@ -1,5 +1,12 @@
# @stackframe/stack-shared
## 2.6.39
### Patch Changes
- Various changes
- @stackframe/stack-sc@2.6.39
## 2.6.38
### Patch Changes

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-ui",
"version": "2.6.38",
"version": "2.6.39",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {

View File

@ -1,5 +1,14 @@
# @stackframe/stack
## 2.6.39
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.6.39
- @stackframe/stack-ui@2.6.39
- @stackframe/stack-sc@2.6.39
## 2.6.38
### Patch Changes

View File

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