Skip to content

Commit c2f1c49

Browse files
committed
v3.0.0-rc.51
1 parent ce7014d commit c2f1c49

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 8 additions & 8 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/text-annotator-monorepo",
3-
"version": "3.0.0-rc.50",
3+
"version": "3.0.0-rc.51",
44
"description": "Recogito Text Annotator monorepo",
55
"author": "Rainer Simon",
66
"repository": {

packages/extension-tei/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recogito/text-annotator-tei",
3-
"version": "3.0.0-rc.50",
3+
"version": "3.0.0-rc.51",
44
"description": "Recogito Text Annotator TEI extension",
55
"author": "Rainer Simon",
66
"license": "BSD-3-Clause",
@@ -33,6 +33,6 @@
3333
},
3434
"peerDependencies": {
3535
"@annotorious/core": "^3.0.11",
36-
"@recogito/text-annotator": "3.0.0-rc.50"
36+
"@recogito/text-annotator": "3.0.0-rc.51"
3737
}
3838
}

packages/text-annotator-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recogito/react-text-annotator",
3-
"version": "3.0.0-rc.50",
3+
"version": "3.0.0-rc.51",
44
"description": "Recogito Text Annotator React bindings",
55
"author": "Rainer Simon",
66
"license": "BSD-3-Clause",
@@ -47,8 +47,8 @@
4747
"@annotorious/core": "^3.0.11",
4848
"@annotorious/react": "^3.0.11",
4949
"@floating-ui/react": "^0.26.27",
50-
"@recogito/text-annotator": "3.0.0-rc.50",
51-
"@recogito/text-annotator-tei": "3.0.0-rc.50",
50+
"@recogito/text-annotator": "3.0.0-rc.51",
51+
"@recogito/text-annotator-tei": "3.0.0-rc.51",
5252
"CETEIcean": "^1.9.3"
5353
}
5454
}

packages/text-annotator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recogito/text-annotator",
3-
"version": "3.0.0-rc.50",
3+
"version": "3.0.0-rc.51",
44
"description": "A JavaScript text annotation library",
55
"author": "Rainer Simon",
66
"license": "BSD-3-Clause",
@@ -42,4 +42,4 @@
4242
"rbush": "^4.0.1",
4343
"uuid": "^11.0.2"
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)