Release version 2.13.0

This commit is contained in:
CES Marvin
2021-01-29 10:04:49 +00:00
parent 8d20c5fa76
commit 6e54f19dc9
44 changed files with 753 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@scm-manager/scm-git-plugin",
"private": true,
"version": "2.13.0-SNAPSHOT",
"version": "2.13.0",
"license": "MIT",
"main": "./src/main/js/index.ts",
"scripts": {
@@ -11,14 +11,14 @@
"typecheck": "tsc"
},
"dependencies": {
"@scm-manager/ui-plugins": "^2.13.0-SNAPSHOT"
"@scm-manager/ui-plugins": "^2.13.0"
},
"devDependencies": {
"@scm-manager/plugin-scripts": "^1.0.1",
"@scm-manager/babel-preset": "^2.11.1",
"@scm-manager/eslint-config": "^2.11.1",
"@scm-manager/jest-preset": "^2.12.3",
"@scm-manager/prettier-config": "^2.11.1",
"@scm-manager/eslint-config": "^2.11.1"
"@scm-manager/plugin-scripts": "^1.0.1",
"@scm-manager/prettier-config": "^2.11.1"
},
"babel": {
"presets": [