Prepare for next development iteration

This commit is contained in:
CES Marvin
2021-04-26 14:31:33 +00:00
parent 11fa65f537
commit 9782fd2e8f
17 changed files with 35 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@scm-manager/ui-api",
"version": "2.17.1",
"version": "2.17.2-SNAPSHOT",
"description": "React hook api for the SCM-Manager backend",
"main": "src/index.ts",
"files": [
@@ -25,7 +25,7 @@
"react-test-renderer": "^17.0.1"
},
"dependencies": {
"@scm-manager/ui-types": "^2.17.1",
"@scm-manager/ui-types": "^2.17.2-SNAPSHOT",
"fetch-mock-jest": "^1.5.1",
"gitdiff-parser": "^0.1.2",
"query-string": "5",