chore(release): update versions (#334)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Corentin Thomasset
2025-06-07 17:40:28 +02:00
committed by GitHub
parent 1c574b8305
commit 204cf1bc56
10 changed files with 25 additions and 23 deletions

View File

@@ -1,5 +0,0 @@
---
"@papra/app-server": patch
---
Ensure database directory exists when running scripts (like migrations)

View File

@@ -1,5 +0,0 @@
---
"@papra/docs": minor
---
Added troubleshooting page

View File

@@ -1,5 +0,0 @@
---
"@papra/app-client": patch
---
Fixed version release link

View File

@@ -1,5 +0,0 @@
---
"@papra/docs": patch
---
Added `docker compose up` command in dc generator

View File

@@ -1,5 +1,15 @@
# @papra/docs
## 0.5.0
### Minor Changes
- [#337](https://github.com/papra-hq/papra/pull/337) [`1c574b8`](https://github.com/papra-hq/papra/commit/1c574b8305eb7bde4f1b75ac38a610ca0120a613) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added troubleshooting page
### Patch Changes
- [#337](https://github.com/papra-hq/papra/pull/337) [`1c574b8`](https://github.com/papra-hq/papra/commit/1c574b8305eb7bde4f1b75ac38a610ca0120a613) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added `docker compose up` command in dc generator
## 0.4.2
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@papra/docs",
"type": "module",
"version": "0.4.2",
"version": "0.5.0",
"private": true,
"packageManager": "pnpm@10.9.0",
"description": "Papra documentation website",

View File

@@ -1,5 +1,11 @@
# @papra/app-client
## 0.6.2
### Patch Changes
- [#333](https://github.com/papra-hq/papra/pull/333) [`ff830c2`](https://github.com/papra-hq/papra/commit/ff830c234a02ddb4cbc480cf77ef49b8de35fbae) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Fixed version release link
## 0.6.1
## 0.6.0

View File

@@ -1,7 +1,7 @@
{
"name": "@papra/app-client",
"type": "module",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"packageManager": "pnpm@10.9.0",
"description": "Papra frontend client",

View File

@@ -1,5 +1,11 @@
# @papra/app-server
## 0.6.2
### Patch Changes
- [#337](https://github.com/papra-hq/papra/pull/337) [`1c574b8`](https://github.com/papra-hq/papra/commit/1c574b8305eb7bde4f1b75ac38a610ca0120a613) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Ensure database directory exists when running scripts (like migrations)
## 0.6.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@papra/app-server",
"type": "module",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"packageManager": "pnpm@10.9.0",
"description": "Papra app server",