chore: update package versions

This commit is contained in:
Stan Wohlwend 2024-07-01 18:46:01 -07:00
parent dd78731612
commit ac3ed1a0b3
28 changed files with 145 additions and 14 deletions

View File

@ -1,5 +1,16 @@
# @stackframe/stack-backend
## 2.5.0
### Minor Changes
- Client teams and many bugfixes
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.5.0
## 2.4.28
### Patch Changes

View File

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

View File

@ -1,5 +1,17 @@
# @stackframe/stack-dashboard
## 2.5.0
### Minor Changes
- Client teams and many bugfixes
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.5.0
- @stackframe/stack@2.5.0
## 2.4.28
### Patch Changes

View File

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

View File

@ -1,5 +1,16 @@
# e2e-tests
## 2.5.0
### Minor Changes
- Client teams and many bugfixes
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.5.0
## 2.4.28
### Patch Changes

View File

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

View File

@ -1,5 +1,16 @@
# @stackframe/docs
## 2.5.0
### Minor Changes
- Client teams and many bugfixes
### Patch Changes
- Updated dependencies
- @stackframe/stack-backend@2.5.0
## 2.4.28
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# cjs-test
## 2.5.0
### Patch Changes
- Updated dependencies
- @stackframe/stack@2.5.0
## 2.4.28
### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# demo-app
## 2.5.0
### Minor Changes
- Client teams and many bugfixes
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.5.0
- @stackframe/stack-ui@2.5.0
- @stackframe/stack@2.5.0
## 2.4.28
### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# demo-app
## 2.5.0
### Minor Changes
- Client teams and many bugfixes
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.5.0
- @stackframe/stack-ui@2.5.0
- @stackframe/stack@2.5.0
## 2.4.28
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# middleware-demo
## 2.5.0
### Patch Changes
- Updated dependencies
- @stackframe/stack@2.5.0
## 2.4.28
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# partial-prerendering
## 2.5.0
### Patch Changes
- Updated dependencies
- @stackframe/stack@2.5.0
## 2.4.28
### Patch Changes

View File

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

View File

@ -1,5 +1,7 @@
# @stackframe/init-stack
## 2.5.0
## 2.4.28
## 2.4.27

View File

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

View File

@ -1,5 +1,7 @@
# @stackframe/stack-sc
## 2.5.0
## 2.4.28
## 2.4.27

View File

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

View File

@ -1,5 +1,15 @@
# @stackframe/stack-shared
## 2.5.0
### Minor Changes
- Client teams and many bugfixes
### Patch Changes
- @stackframe/stack-sc@2.5.0
## 2.4.28
### Patch Changes

View File

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

View File

@ -0,0 +1,12 @@
# @stackframe/stack-ui
## 2.5.0
### Minor Changes
- Client teams and many bugfixes
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.5.0

View File

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

View File

@ -1,5 +1,18 @@
# @stackframe/stack
## 2.5.0
### Minor Changes
- Client teams and many bugfixes
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.5.0
- @stackframe/stack-ui@2.5.0
- @stackframe/stack-sc@2.5.0
## 2.4.28
### Patch Changes

View File

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