Bump package versions

This commit is contained in:
Stan Wohlwend 2024-04-21 15:40:13 +02:00
parent 3cbc164f52
commit 1a5ab65522
15 changed files with 78 additions and 15 deletions

View File

@ -1,8 +0,0 @@
---
"@stackframe/stack-server": minor
"@stackframe/stack-shared": minor
"@stackframe/stack": minor
"@stackframe/stack-sc": minor
---
added magic link

View File

@ -1,5 +1,15 @@
# demo-app
## 1.0.16
### Patch Changes
- Various small improvements
- Updated dependencies
- Updated dependencies [96c26a7]
- @stackframe/stack-shared@2.3.0
- @stackframe/stack@2.3.0
## 1.0.15
### Patch Changes

View File

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

View File

@ -1,5 +1,15 @@
# dev-app
## 1.0.16
### Patch Changes
- Various small improvements
- Updated dependencies
- Updated dependencies [96c26a7]
- @stackframe/stack-shared@2.3.0
- @stackframe/stack@2.3.0
## 1.0.15
### Patch Changes

View File

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

7
docs/CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
# stack-docs
## 0.0.1
### Patch Changes
- Various small improvements

View File

@ -1,6 +1,6 @@
{
"name": "stack-docs",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"docusaurus": "dotenv -c -- docusaurus",

View File

@ -1,5 +1,11 @@
# @stackframe/stack-sc
## 1.4.0
### Minor Changes
- 96c26a7: added magic link
## 1.3.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@stackframe/stack-sc",
"version": "1.3.2",
"version": "1.4.0",
"exports": {
".": {
"types": "./dist/index.server.d.ts",

View File

@ -1,5 +1,19 @@
# @stackframe/stack-server
## 0.3.0
### Minor Changes
- 96c26a7: added magic link
### Patch Changes
- Various small improvements
- Updated dependencies
- Updated dependencies [96c26a7]
- @stackframe/stack-shared@2.3.0
- @stackframe/stack@2.3.0
## 0.2.5
### Patch Changes

View File

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

View File

@ -1,5 +1,15 @@
# @stackframe/stack-shared
## 2.3.0
### Minor Changes
- 96c26a7: added magic link
### Patch Changes
- Various small improvements
## 2.2.2
### Patch Changes

View File

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

View File

@ -1,5 +1,19 @@
# @stackframe/stack
## 2.3.0
### Minor Changes
- 96c26a7: added magic link
### Patch Changes
- Various small improvements
- Updated dependencies
- Updated dependencies [96c26a7]
- @stackframe/stack-shared@2.3.0
- @stackframe/stack-sc@1.4.0
## 2.2.5
### Patch Changes

View File

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