Skip to content

Commit f9e1e7b

Browse files
committed
Increment version
1 parent a66af15 commit f9e1e7b

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

packages/tdb-access-control-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb/terminusdb-access-control-component",
3-
"version": "5.0.3",
3+
"version": "6.0.0",
44
"description": "Table for terminusdb",
55
"main": "src/index",
66
"module": "es6/index",

packages/tdb-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb-live/tdb-dashboard",
3-
"version": "5.0.3",
3+
"version": "6.0.0",
44
"description": "react",
55
"homepage": "./",
66
"main": "src/index",

packages/tdb-documents-ui/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb/terminusdb-documents-ui",
3-
"version": "1.0.7",
3+
"version": "6.0.0",
44
"description": "SDK to build UI from terminusdb documents",
55
"main": "src/index.js",
66
"module": "es6/index",
@@ -17,7 +17,11 @@
1717
"cypress": "npx cypress open",
1818
"test": "react-scripts test"
1919
},
20-
"jest": { "transformIgnorePatterns": [ "<rootDir>/node_modules/(?!react-dnd|dnd-core|@react-dnd)" ] },
20+
"jest": {
21+
"transformIgnorePatterns": [
22+
"<rootDir>/node_modules/(?!react-dnd|dnd-core|@react-dnd)"
23+
]
24+
},
2125
"repository": {
2226
"type": "git",
2327
"url": "git+https://github.com/terminusdb/terminusdb-documents-ui.git"

packages/tdb-react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb-live/tdb-react-components",
3-
"version": "5.0.3",
3+
"version": "6.0.0",
44
"description": "components tools for terminusdb",
55
"main": "src/index",
66
"module": "es6/index",

packages/tdb-react-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb/terminusdb-react-table",
3-
"version": "5.0.3",
3+
"version": "6.0.0",
44
"description": "Table for terminusdb",
55
"main": "src/index",
66
"module": "es6/index",

0 commit comments

Comments
 (0)