Skip to content

Commit 3903eed

Browse files
chore(release): update versions (#605)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c70d7e4 commit 3903eed

File tree

9 files changed

+31
-12
lines changed

9 files changed

+31
-12
lines changed

.changeset/thin-lemons-allow.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/api-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @papra/api-sdk
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#604](https://github.com/papra-hq/papra/pull/604) [`c70d7e4`](https://github.com/papra-hq/papra/commit/c70d7e419aa84eb63c18b72d529951761de75e33) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Use provenance for releases
8+
39
## 1.1.0
410

511
### Minor Changes

packages/api-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@papra/api-sdk",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Api SDK for Papra, the document archiving platform.",
66
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",
77
"license": "AGPL-3.0-or-later",

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @papra/cli
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#604](https://github.com/papra-hq/papra/pull/604) [`c70d7e4`](https://github.com/papra-hq/papra/commit/c70d7e419aa84eb63c18b72d529951761de75e33) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Use provenance for releases
8+
9+
- Updated dependencies [[`c70d7e4`](https://github.com/papra-hq/papra/commit/c70d7e419aa84eb63c18b72d529951761de75e33)]:
10+
- @papra/api-sdk@1.1.1
11+
312
## 0.1.1
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@papra/cli",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Command line interface for Papra, the document archiving platform.",
66
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",
77
"license": "AGPL-3.0-or-later",

packages/lecture/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @papra/lecture
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#604](https://github.com/papra-hq/papra/pull/604) [`c70d7e4`](https://github.com/papra-hq/papra/commit/c70d7e419aa84eb63c18b72d529951761de75e33) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Use provenance for releases
8+
39
## 0.3.0
410

511
### Minor Changes

packages/lecture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@papra/lecture",
33
"type": "module",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"description": "A simple library to extract text from files",
66
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",
77
"license": "MIT",

packages/webhooks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @papra/webhooks
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#604](https://github.com/papra-hq/papra/pull/604) [`c70d7e4`](https://github.com/papra-hq/papra/commit/c70d7e419aa84eb63c18b72d529951761de75e33) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Use provenance for releases
8+
39
## 0.3.0
410

511
### Minor Changes

packages/webhooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@papra/webhooks",
33
"type": "module",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"description": "Webhooks helper library for Papra, the document archiving platform.",
66
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",
77
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)