chore: update package versions

This commit is contained in:
Stan Wohlwend 2024-05-10 17:11:53 +02:00
parent 458c6c0d01
commit dba19eb167
16 changed files with 66 additions and 8 deletions

View File

@ -1,5 +1,13 @@
# cjs-test
## 0.2.2
### Patch Changes
- @stackframe package namespace
- Updated dependencies
- @stackframe/stack@2.4.2
## 0.2.1
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# demo-app
## 1.1.2
### Patch Changes
- @stackframe package namespace
- Updated dependencies
- @stackframe/stack@2.4.2
## 1.1.1
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# e2e-tests
## 0.1.1
### Patch Changes
- @stackframe package namespace
## 0.1.0
### Minor Changes

View File

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

View File

@ -1,5 +1,13 @@
# middleware-demo
## 0.2.2
### Patch Changes
- @stackframe package namespace
- Updated dependencies
- @stackframe/stack@2.4.2
## 0.2.1
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# partial-prerendering
## 0.2.2
### Patch Changes
- @stackframe package namespace
- Updated dependencies
- @stackframe/stack@2.4.2
## 0.2.1
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# stack-docs
## 0.1.2
### Patch Changes
- @stackframe package namespace
## 0.1.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-docs",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"docusaurus": "dotenv -c -- docusaurus",

View File

@ -1,5 +1,13 @@
# @stackframe/stack-server
## 0.4.2
### Patch Changes
- @stackframe package namespace
- Updated dependencies
- @stackframe/stack@2.4.2
## 0.4.1
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack
## 2.4.2
### Patch Changes
- @stackframe package namespace
## 2.4.1
### Patch Changes

View File

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