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
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
TOC Generator / TOC Generator (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

This commit is contained in:
Konstantin Wohlwend 2024-12-13 12:31:03 -08:00
parent 3c711c31d1
commit 481e97d7f8
36 changed files with 137 additions and 18 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,7 @@
# @stackframe/docs
## 2.6.37
## 2.6.36
## 2.6.35

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,12 @@
# @stackframe/example-supabase
## 2.6.37
### Patch Changes
- Various changes
- @stackframe/stack@2.6.37
## 2.6.36
### Patch Changes

View File

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

View File

@ -1,5 +1,7 @@
# @stackframe/init-stack
## 2.6.37
## 2.6.36
## 2.6.35

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/init-stack",
"version": "2.6.36",
"version": "2.6.37",
"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.37
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.6.37
- @stackframe/stack-ui@2.6.37
## 2.6.36
### Patch Changes

View File

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

View File

@ -1,5 +1,7 @@
# @stackframe/stack-sc
## 2.6.37
## 2.6.36
## 2.6.35

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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