Skip to content

Commit a90587b

Browse files
committed
v3.3.1
1 parent 36be0c9 commit a90587b

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.3.0",
3+
"version": "3.3.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.3.0",
3+
"version": "3.3.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.7.8",
36-
"@recogito/text-annotator": "3.3.0"
36+
"@recogito/text-annotator": "3.3.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.3.0",
3+
"version": "3.3.1",
44
"description": "Recogito Text Annotator React bindings",
55
"author": "Rainer Simon",
66
"license": "BSD-3-Clause",
@@ -49,8 +49,8 @@
4949
"@annotorious/core": "^3.7.8",
5050
"@annotorious/react": "^3.7.8",
5151
"@floating-ui/react": "^0.27.16",
52-
"@recogito/text-annotator": "3.3.0",
53-
"@recogito/text-annotator-tei": "3.3.0",
52+
"@recogito/text-annotator": "3.3.1",
53+
"@recogito/text-annotator-tei": "3.3.1",
5454
"CETEIcean": "^1.9.5"
5555
}
5656
}

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.3.0",
3+
"version": "3.3.1",
44
"description": "A JavaScript text annotation library",
55
"author": "Rainer Simon",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)