chore: update package versions

This commit is contained in:
Stan Wohlwend 2024-05-25 16:10:26 +02:00
parent 17a05d4cd1
commit 8aa2021f92
20 changed files with 85 additions and 10 deletions

View File

@ -1,5 +1,12 @@
# cjs-test
## 0.2.12
### Patch Changes
- Updated dependencies
- @stackframe/stack@2.4.12
## 0.2.11
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# demo-app
## 1.1.12
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.4.9
- @stackframe/stack@2.4.12
## 1.1.11
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# demo-app
## 1.1.12
### Patch Changes
- Updated dependencies
- @stackframe/stack-shared@2.4.9
- @stackframe/stack@2.4.12
## 1.1.11
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# middleware-demo
## 0.2.12
### Patch Changes
- Updated dependencies
- @stackframe/stack@2.4.12
## 0.2.11
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# partial-prerendering
## 0.2.12
### Patch Changes
- Updated dependencies
- @stackframe/stack@2.4.12
## 0.2.11
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/init-stack
## 1.0.6
### Patch Changes
- Bugfixes
## 1.0.5
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack-sc
## 1.5.4
### Patch Changes
- Bugfixes
## 1.5.3
### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @stackframe/stack-server
## 0.4.13
### Patch Changes
- Bugfixes
- Updated dependencies
- @stackframe/stack-shared@2.4.9
- @stackframe/stack@2.4.12
## 0.4.12
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# @stackframe/stack-shared
## 2.4.9
### Patch Changes
- Bugfixes
- Updated dependencies
- @stackframe/stack-sc@1.5.4
## 2.4.8
### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @stackframe/stack
## 2.4.12
### Patch Changes
- Bugfixes
- Updated dependencies
- @stackframe/stack-shared@2.4.9
- @stackframe/stack-sc@1.5.4
## 2.4.11
### Patch Changes

View File

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