Skip to content

Commit 04d38ee

Browse files
committed
v1.5.1
1 parent eaeeb44 commit 04d38ee

File tree

4 files changed

+39
-17
lines changed

4 files changed

+39
-17
lines changed

package-lock.json

Lines changed: 33 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recogito/pdf-annotator-monorepo",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Recogito PDF Annotator monorepo",
55
"author": "Rainer Simon",
66
"repository": {

packages/pdf-annotator-react/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recogito/react-pdf-annotator",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "React bindings to the Recogito PDF annotator",
55
"author": "Rainer Simon",
66
"license": "BSD-3-Clause",
@@ -35,14 +35,16 @@
3535
"@recogito/react-text-annotator": "^3.4.3",
3636
"@types/react-dom": "^19.2.2",
3737
"@vitejs/plugin-react": "^4.7.0",
38+
"react": "^18.3.1",
39+
"react-dom": "^18.3.1",
3840
"typescript": "^5.9.3",
3941
"vite": "^6.4.1",
4042
"vite-plugin-dts": "^4.5.4",
4143
"vite-tsconfig-paths": "^5.1.4"
4244
},
4345
"peerDependencies": {
4446
"@annotorious/react": "^3.7.12",
45-
"@recogito/pdf-annotator": "1.5.0",
47+
"@recogito/pdf-annotator": "1.5.1",
4648
"pdfjs-dist": "5.4.296",
4749
"react": ">= ^18.x || >= ^19.x",
4850
"react-dom": ">= ^18.x || >= ^19.x"

packages/pdf-annotator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recogito/pdf-annotator",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "PDF annotation in the browser, using PDF.js and the Recogito Text Annotator",
55
"author": "Rainer Simon",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)