Bump versions

This commit is contained in:
Stan Wohlwend 2024-04-22 14:01:55 +02:00
parent 28c5692d99
commit de3054d21f
8 changed files with 32 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# demo-app
## 1.0.17
### Patch Changes
- Updated dependencies
- @stackframe/stack@2.3.1
## 1.0.16
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "demo-app",
"version": "1.0.16",
"version": "1.0.17",
"description": "",
"private": true,
"scripts": {

View File

@ -1,5 +1,12 @@
# dev-app
## 1.0.17
### Patch Changes
- Updated dependencies
- @stackframe/stack@2.3.1
## 1.0.16
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "dev-app",
"version": "1.0.16",
"version": "1.0.17",
"description": "",
"private": true,
"scripts": {

View File

@ -1,5 +1,13 @@
# @stackframe/stack-server
## 0.3.1
### Patch Changes
- Improve e-mail validation and add request timeouts
- Updated dependencies
- @stackframe/stack@2.3.1
## 0.3.0
### Minor Changes

View File

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

View File

@ -1,5 +1,11 @@
# @stackframe/stack
## 2.3.1
### Patch Changes
- Improve e-mail validation and add request timeouts
## 2.3.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"exports": {
".": {