chore: update package versions

This commit is contained in:
Stan Wohlwend 2024-06-15 20:20:09 +02:00
parent 3f40f60e43
commit 08f036655b
24 changed files with 88 additions and 12 deletions

View File

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

View File

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

View File

@ -1,5 +1,13 @@
# demo-app
## 2.4.25
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.4.25
- @stackframe/stack@2.4.25
## 2.4.24
### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# demo-app
## 2.4.25
### Patch Changes
- Docs update
- Updated dependencies
- @stackframe/stack-shared@2.4.25
- @stackframe/stack@2.4.25
## 2.4.24
### Patch Changes

View File

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

View File

@ -1,5 +1,7 @@
# e2e-tests
## 2.4.25
## 2.4.24
## 2.4.23

View File

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

View File

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

View File

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

View File

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

View File

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

7
docs/CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
# @stackframe/docs
## 2.4.25
### Patch Changes
- Docs update

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/docs",
"version": "1.0.0",
"version": "2.4.25",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -1,5 +1,7 @@
# @stackframe/init-stack
## 2.4.25
## 2.4.24
## 2.4.23

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/init-stack",
"version": "2.4.24",
"version": "2.4.25",
"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.4.25
## 2.4.24
## 2.4.23

View File

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

View File

@ -1,5 +1,14 @@
# @stackframe/stack-server
## 2.4.25
### Patch Changes
- Docs update
- Updated dependencies
- @stackframe/stack-shared@2.4.25
- @stackframe/stack@2.4.25
## 2.4.24
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @stackframe/stack-shared
## 2.4.25
### Patch Changes
- Docs update
- @stackframe/stack-sc@2.4.25
## 2.4.24
### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @stackframe/stack
## 2.4.25
### Patch Changes
- Docs update
- Updated dependencies
- @stackframe/stack-shared@2.4.25
- @stackframe/stack-sc@2.4.25
## 2.4.24
### Patch Changes

View File

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