Skip to content

Commit 5c018b9

Browse files
committed
release version 3.1.0
1 parent 6688920 commit 5c018b9

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# along with this program. If not, see https://www.gnu.org/licenses/.
1515
#
1616

17-
version = 3.0.1-SNAPSHOT
17+
version = 3.1.0

package.json

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
11
{
2-
"name": "@scm-manager/scm-authormapping-plugin",
3-
"private": true,
4-
"version": "3.0.1-SNAPSHOT",
5-
"license": "AGPL-3.0-only",
6-
"main": "./src/main/js/index.ts",
7-
"scripts": {
8-
"build": "plugin-scripts build",
9-
"watch": "plugin-scripts watch",
10-
"postinstall": "plugin-scripts postinstall"
11-
},
12-
"dependencies": {
13-
"@scm-manager/ui-plugins": "3.7.0",
14-
"@scm-manager/ui-components": "3.7.0",
15-
"@scm-manager/ui-extensions": "3.7.0",
16-
"classnames": "^2.3.1",
17-
"query-string": "6.14.1",
18-
"react": "^17.0.1",
19-
"react-i18next": "11",
20-
"react-redux": "^5.0.7",
21-
"react-router-dom": "^5.3.1",
22-
"redux": "^4.0.0",
23-
"styled-components": "^5.3.5",
24-
"react-hook-form": "^7.33.1",
25-
"react-dom": "^17.0.1",
26-
"react-router": "^5.3.1",
27-
"@scm-manager/ui-api": "3.7.0",
28-
"@scm-manager/ui-forms": "3.7.0",
29-
"@scm-manager/ui-buttons": "3.7.0",
30-
"@scm-manager/ui-overlays": "3.7.0",
31-
"@scm-manager/ui-layout": "3.7.0",
32-
"react-query": "^3.39.2",
33-
"@scm-manager/ui-core": "3.7.0"
34-
},
35-
"babel": {
36-
"presets": [
37-
"@scm-manager/babel-preset"
38-
]
39-
},
40-
"jest": {
41-
"preset": "@scm-manager/jest-preset"
42-
},
43-
"prettier": "@scm-manager/prettier-config",
44-
"eslintConfig": {
45-
"extends": "@scm-manager/eslint-config"
46-
},
47-
"devDependencies": {
48-
"@scm-manager/babel-preset": "^2.13.1",
49-
"@scm-manager/eslint-config": "^2.17.0",
50-
"@scm-manager/jest-preset": "^2.14.1",
51-
"@scm-manager/prettier-config": "^2.12.0",
52-
"@scm-manager/tsconfig": "^2.13.0",
53-
"@scm-manager/ui-scripts": "^2.47.0",
54-
"@scm-manager/ui-tests": "3.7.0",
55-
"@scm-manager/ui-types": "3.7.0",
56-
"@types/classnames": "^2.3.1",
57-
"@types/enzyme": "^3.10.18",
58-
"@types/fetch-mock": "^7.3.1",
59-
"@types/i18next": "^13.0.0",
60-
"@types/jest": "^26.0.24",
61-
"@types/query-string": "5",
62-
"@types/react": "^17.0.1",
63-
"@types/react-redux": "5.0.7",
64-
"@types/react-router-dom": "^5.3.3",
65-
"@types/styled-components": "^5.1.25",
66-
"jest": "^26.6.3",
67-
"@scm-manager/plugin-scripts": "^1.6.1"
68-
}
2+
"name": "@scm-manager/scm-authormapping-plugin",
3+
"private": true,
4+
"version": "3.1.0",
5+
"license": "AGPL-3.0-only",
6+
"main": "./src/main/js/index.ts",
7+
"scripts": {
8+
"build": "plugin-scripts build",
9+
"watch": "plugin-scripts watch",
10+
"postinstall": "plugin-scripts postinstall"
11+
},
12+
"dependencies": {
13+
"@scm-manager/ui-plugins": "3.7.0",
14+
"@scm-manager/ui-components": "3.7.0",
15+
"@scm-manager/ui-extensions": "3.7.0",
16+
"classnames": "^2.3.1",
17+
"query-string": "6.14.1",
18+
"react": "^17.0.1",
19+
"react-i18next": "11",
20+
"react-redux": "^5.0.7",
21+
"react-router-dom": "^5.3.1",
22+
"redux": "^4.0.0",
23+
"styled-components": "^5.3.5",
24+
"react-hook-form": "^7.33.1",
25+
"react-dom": "^17.0.1",
26+
"react-router": "^5.3.1",
27+
"@scm-manager/ui-api": "3.7.0",
28+
"@scm-manager/ui-forms": "3.7.0",
29+
"@scm-manager/ui-buttons": "3.7.0",
30+
"@scm-manager/ui-overlays": "3.7.0",
31+
"@scm-manager/ui-layout": "3.7.0",
32+
"react-query": "^3.39.2",
33+
"@scm-manager/ui-core": "3.7.0"
34+
},
35+
"babel": {
36+
"presets": [
37+
"@scm-manager/babel-preset"
38+
]
39+
},
40+
"jest": {
41+
"preset": "@scm-manager/jest-preset"
42+
},
43+
"prettier": "@scm-manager/prettier-config",
44+
"eslintConfig": {
45+
"extends": "@scm-manager/eslint-config"
46+
},
47+
"devDependencies": {
48+
"@scm-manager/babel-preset": "^2.13.1",
49+
"@scm-manager/eslint-config": "^2.17.0",
50+
"@scm-manager/jest-preset": "^2.14.1",
51+
"@scm-manager/prettier-config": "^2.12.0",
52+
"@scm-manager/tsconfig": "^2.13.0",
53+
"@scm-manager/ui-scripts": "^2.47.0",
54+
"@scm-manager/ui-tests": "3.7.0",
55+
"@scm-manager/ui-types": "3.7.0",
56+
"@types/classnames": "^2.3.1",
57+
"@types/enzyme": "^3.10.18",
58+
"@types/fetch-mock": "^7.3.1",
59+
"@types/i18next": "^13.0.0",
60+
"@types/jest": "^26.0.24",
61+
"@types/query-string": "5",
62+
"@types/react": "^17.0.1",
63+
"@types/react-redux": "5.0.7",
64+
"@types/react-router-dom": "^5.3.3",
65+
"@types/styled-components": "^5.1.25",
66+
"jest": "^26.6.3",
67+
"@scm-manager/plugin-scripts": "^1.6.1"
68+
}
6969
}

0 commit comments

Comments
 (0)