Commits on Source (7)
-
Marcel Nellesen authored
-
Marcel Nellesen authored
Hotfix/995-fixDeletionRedirect See merge request coscine/vue/project-creation!48
-
-
Marcel Nellesen authored
Fix: Included searchterms See merge request coscine/vue/project-creation!47
-
Marcel Nellesen authored
-
Marcel Nellesen authored
Sprint/2020 15 See merge request coscine/vue/project-creation!49
-
CoscineBot authored
## [1.9.1](https://git.rwth-aachen.de/coscine/vue/project-creation/compare/v1.9.0...v1.9.1) (2020-08-28) ### Fix * Fixed project deletion redirect link (coscine/issues#995) ([b0157f1f](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/b0157f1f8bce2baa9c370bdc7368488d0e59f73a)), closes [coscine/issues#995](https://git.rwth-aachen.de/coscine/issues/issues/995) * Included searchterms ([23e61edc](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/23e61edceb413625baa3f4563f0cd18adb1f7879)) * Updated dependencies ([59137583](https://git.rwth-aachen.de/coscine/vue/project-creation/commit/591375833a9c6f6b0089a6bcd58aa21447389712))
{ | ||
"name": "@coscine/project-creation", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"main": "./dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
... | ... | @@ -22,7 +22,7 @@ |
"dist/*" | ||
], | ||
"dependencies": { | ||
"@coscine/api-connection": "^1.18.0", | ||
"@coscine/api-connection": "^1.19.0", | ||
"@coscine/app-util": "^1.5.0", | ||
"@types/jquery": "^3.5.1", | ||
"@types/vuelidate": "^0.7.13", | ||
... | ... |
This diff is collapsed.