From 6b435bba794defd006f7769a9956dc1c347d63d3 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Wed, 4 Jun 2025 00:09:45 +0200 Subject: [PATCH] chore(release): update versions (#305) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/common-cloths-hope.md | 5 ----- .changeset/early-horses-rescue.md | 5 ----- .changeset/hip-maps-buy.md | 6 ------ .changeset/hip-peaches-worry.md | 5 ----- .changeset/neat-teeth-unite.md | 6 ------ .changeset/orange-lamps-type.md | 5 ----- .changeset/red-snakes-flash.md | 5 ----- .changeset/slimy-roses-count.md | 5 ----- .changeset/stale-deer-send.md | 6 ------ apps/docs/CHANGELOG.md | 6 ++++++ apps/docs/package.json | 2 +- apps/papra-client/CHANGELOG.md | 16 ++++++++++++++++ apps/papra-client/package.json | 2 +- apps/papra-server/CHANGELOG.md | 15 +++++++++++++++ apps/papra-server/package.json | 2 +- 15 files changed, 40 insertions(+), 51 deletions(-) delete mode 100644 .changeset/common-cloths-hope.md delete mode 100644 .changeset/early-horses-rescue.md delete mode 100644 .changeset/hip-maps-buy.md delete mode 100644 .changeset/hip-peaches-worry.md delete mode 100644 .changeset/neat-teeth-unite.md delete mode 100644 .changeset/orange-lamps-type.md delete mode 100644 .changeset/red-snakes-flash.md delete mode 100644 .changeset/slimy-roses-count.md delete mode 100644 .changeset/stale-deer-send.md diff --git a/.changeset/common-cloths-hope.md b/.changeset/common-cloths-hope.md deleted file mode 100644 index 6bdb9c0..0000000 --- a/.changeset/common-cloths-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@papra/app-client": patch ---- - -Disable "Manage subscription" from organization setting by default diff --git a/.changeset/early-horses-rescue.md b/.changeset/early-horses-rescue.md deleted file mode 100644 index 60dff5e..0000000 --- a/.changeset/early-horses-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@papra/app-server": minor ---- - -Set CLIENT_BASE_URL default value to http://localhost:1221 in Dockerfiles diff --git a/.changeset/hip-maps-buy.md b/.changeset/hip-maps-buy.md deleted file mode 100644 index 7a0c7ff..0000000 --- a/.changeset/hip-maps-buy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@papra/app-client": minor -"@papra/app-server": minor ---- - -Added document activity log diff --git a/.changeset/hip-peaches-worry.md b/.changeset/hip-peaches-worry.md deleted file mode 100644 index 67fc346..0000000 --- a/.changeset/hip-peaches-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@papra/docs": patch ---- - -Added base url configuration in docker compose generator diff --git a/.changeset/neat-teeth-unite.md b/.changeset/neat-teeth-unite.md deleted file mode 100644 index 4412cb6..0000000 --- a/.changeset/neat-teeth-unite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@papra/app-client": minor -"@papra/app-server": minor ---- - -Added pending invitation management page diff --git a/.changeset/orange-lamps-type.md b/.changeset/orange-lamps-type.md deleted file mode 100644 index e565672..0000000 --- a/.changeset/orange-lamps-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@papra/app-server": minor ---- - -Added support for classic SMTP client for email sending diff --git a/.changeset/red-snakes-flash.md b/.changeset/red-snakes-flash.md deleted file mode 100644 index 2f95355..0000000 --- a/.changeset/red-snakes-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@papra/app-client": patch ---- - -I18n: full support for French language diff --git a/.changeset/slimy-roses-count.md b/.changeset/slimy-roses-count.md deleted file mode 100644 index bea6b6a..0000000 --- a/.changeset/slimy-roses-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@papra/app-client": patch ---- - -Fixed an issue with the reset-password page navigation guard that prevented reset diff --git a/.changeset/stale-deer-send.md b/.changeset/stale-deer-send.md deleted file mode 100644 index 060597e..0000000 --- a/.changeset/stale-deer-send.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@papra/app-server": minor ---- - -Reworked the email sending system to be more flexible and allow for different drivers to be used. -`EMAILS_DRY_RUN` has been removed and you can now use `EMAILS_DRIVER=logger` config option to log emails instead of sending them. diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index f25b02b..6db1b02 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @papra/docs +## 0.4.1 + +### Patch Changes + +- [#320](https://github.com/papra-hq/papra/pull/320) [`8ccdb74`](https://github.com/papra-hq/papra/commit/8ccdb748349a3cacf38f032fd4d3beebce202487) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added base url configuration in docker compose generator + ## 0.4.0 ### Minor Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index 7f2b092..98eb93d 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "@papra/docs", "type": "module", - "version": "0.4.0", + "version": "0.4.1", "private": true, "packageManager": "pnpm@10.9.0", "description": "Papra documentation website", diff --git a/apps/papra-client/CHANGELOG.md b/apps/papra-client/CHANGELOG.md index 37465ee..fa68109 100644 --- a/apps/papra-client/CHANGELOG.md +++ b/apps/papra-client/CHANGELOG.md @@ -1,5 +1,21 @@ # @papra/app-client +## 0.6.0 + +### Minor Changes + +- [#317](https://github.com/papra-hq/papra/pull/317) [`79c1d32`](https://github.com/papra-hq/papra/commit/79c1d3206b140cf8b3d33ef8bda6098dcf4c9c9c) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added document activity log + +- [#319](https://github.com/papra-hq/papra/pull/319) [`60059c8`](https://github.com/papra-hq/papra/commit/60059c895c4860cbfda69d3c989ad00542def65b) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added pending invitation management page + +### Patch Changes + +- [#309](https://github.com/papra-hq/papra/pull/309) [`d4f72e8`](https://github.com/papra-hq/papra/commit/d4f72e889a4d39214de998942bc0eb88cd5cee3d) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Disable "Manage subscription" from organization setting by default + +- [#308](https://github.com/papra-hq/papra/pull/308) [`759a3ff`](https://github.com/papra-hq/papra/commit/759a3ff713db8337061418b9c9b122b957479343) Thanks [@CorentinTh](https://github.com/CorentinTh)! - I18n: full support for French language + +- [#312](https://github.com/papra-hq/papra/pull/312) [`e5ef40f`](https://github.com/papra-hq/papra/commit/e5ef40f36c27ea25dc8a79ef2805d673761eec2a) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Fixed an issue with the reset-password page navigation guard that prevented reset + ## 0.5.1 ## 0.5.0 diff --git a/apps/papra-client/package.json b/apps/papra-client/package.json index 18c7a0f..279f762 100644 --- a/apps/papra-client/package.json +++ b/apps/papra-client/package.json @@ -1,7 +1,7 @@ { "name": "@papra/app-client", "type": "module", - "version": "0.5.1", + "version": "0.6.0", "private": true, "packageManager": "pnpm@10.9.0", "description": "Papra frontend client", diff --git a/apps/papra-server/CHANGELOG.md b/apps/papra-server/CHANGELOG.md index 1ed27d2..ec784ce 100644 --- a/apps/papra-server/CHANGELOG.md +++ b/apps/papra-server/CHANGELOG.md @@ -1,5 +1,20 @@ # @papra/app-server +## 0.6.0 + +### Minor Changes + +- [#320](https://github.com/papra-hq/papra/pull/320) [`8ccdb74`](https://github.com/papra-hq/papra/commit/8ccdb748349a3cacf38f032fd4d3beebce202487) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Set CLIENT_BASE_URL default value to http://localhost:1221 in Dockerfiles + +- [#317](https://github.com/papra-hq/papra/pull/317) [`79c1d32`](https://github.com/papra-hq/papra/commit/79c1d3206b140cf8b3d33ef8bda6098dcf4c9c9c) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added document activity log + +- [#319](https://github.com/papra-hq/papra/pull/319) [`60059c8`](https://github.com/papra-hq/papra/commit/60059c895c4860cbfda69d3c989ad00542def65b) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added pending invitation management page + +- [#306](https://github.com/papra-hq/papra/pull/306) [`f0876fd`](https://github.com/papra-hq/papra/commit/f0876fdc638d596c5b7f5eeb2e6cd9beecab328f) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added support for classic SMTP client for email sending + +- [#304](https://github.com/papra-hq/papra/pull/304) [`cb38d66`](https://github.com/papra-hq/papra/commit/cb38d66485368429027826d7a1630e75fbe52e65) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Reworked the email sending system to be more flexible and allow for different drivers to be used. + `EMAILS_DRY_RUN` has been removed and you can now use `EMAILS_DRIVER=logger` config option to log emails instead of sending them. + ## 0.5.1 ### Patch Changes diff --git a/apps/papra-server/package.json b/apps/papra-server/package.json index 41c3670..43ac70a 100644 --- a/apps/papra-server/package.json +++ b/apps/papra-server/package.json @@ -1,7 +1,7 @@ { "name": "@papra/app-server", "type": "module", - "version": "0.5.1", + "version": "0.6.0", "private": true, "packageManager": "pnpm@10.9.0", "description": "Papra app server",