Skip to content

Commit fe3ecc5

Browse files
committed
v3.0.1
1 parent 1c16061 commit fe3ecc5

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
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",
3+
"version": "3.0.1",
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",
3+
"version": "3.0.1",
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.3.3",
36-
"@recogito/text-annotator": "3.0.0"
36+
"@recogito/text-annotator": "3.0.1"
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",
3+
"version": "3.0.1",
44
"description": "Recogito Text Annotator React bindings",
55
"author": "Rainer Simon",
66
"license": "BSD-3-Clause",
@@ -48,8 +48,8 @@
4848
"@annotorious/core": "^3.3.3",
4949
"@annotorious/react": "^3.3.3",
5050
"@floating-ui/react": "^0.27.6",
51-
"@recogito/text-annotator": "3.0.0",
52-
"@recogito/text-annotator-tei": "3.0.0",
51+
"@recogito/text-annotator": "3.0.1",
52+
"@recogito/text-annotator-tei": "3.0.1",
5353
"CETEIcean": "^1.9.4"
5454
}
5555
}

packages/text-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/text-annotator",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A JavaScript text annotation library",
55
"author": "Rainer Simon",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)