diff --git a/.github/ISSUE_TEMPLATE/qa_issue-template.md b/.github/ISSUE_TEMPLATE/qa_issue-template.md new file mode 100644 index 0000000..f19a0e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/qa_issue-template.md @@ -0,0 +1,18 @@ +--- +name: QA Issues +about: Create an issue for QA +title: ' QA Week ' +labels: ["type: qa"] +--- + +### Before submitting this issue + +Please add this ticket to the [Automated/Manual Testing Github Project](https://github.com/orgs/datavisyn/projects/8/views/4) in the `Inbox` + +### Corresponding DEV Issues +> Please summarize/link the corresponding dev tickets here as a task list +- [ ] +- [ ] + +### Additional information +> Provide any additional information for the tester here diff --git a/package.json b/package.json index d2fcf14..7c112e7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ordino_public", "displayName": "Ordino", "description": "", - "version": "13.1.0", + "version": "13.1.1", "author": { "name": "datavisyn", "email": "contact@datavisyn.io", @@ -53,7 +53,7 @@ ], "dependencies": { "ordino": "git+ssh://git@github.com:Caleydo/ordino#semver:^13.0.1", - "tdp_core": "^16.2.1", + "tdp_core": "^17.0.0", "react-router-dom": "^5.2.0", "visyn_scripts": "^1.1.1" },