Skip to content

Commit 2736958

Browse files
committed
release version 3.6.0
1 parent ba550ab commit 2736958

File tree

2 files changed

+85
-85
lines changed

2 files changed

+85
-85
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.5.3-SNAPSHOT
17+
version = 3.6.0

package.json

Lines changed: 84 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,86 @@
11
{
2-
"name": "@scm-manager/scm-review-plugin",
3-
"private": false,
4-
"version": "3.5.3-SNAPSHOT",
5-
"license": "AGPL-3.0-only",
6-
"main": "./src/main/js/index.tsx",
7-
"scripts": {
8-
"build": "plugin-scripts build",
9-
"watch": "plugin-scripts watch",
10-
"postinstall": "plugin-scripts postinstall",
11-
"e2e": "integration-test-runner run -u scmadmin -p scmadmin -o ../../../build/target/ -d ./src/test/e2e",
12-
"test": "jest src/main/js"
13-
},
14-
"dependencies": {
15-
"@scm-manager/ui-api": "3.6.0",
16-
"@scm-manager/ui-buttons": "3.6.0",
17-
"@scm-manager/ui-components": "3.6.0",
18-
"@scm-manager/ui-core": "3.6.0",
19-
"@scm-manager/ui-extensions": "3.6.0",
20-
"@scm-manager/ui-forms": "3.6.0",
21-
"@scm-manager/ui-layout": "3.6.0",
22-
"@scm-manager/ui-overlays": "3.6.0",
23-
"@scm-manager/ui-plugins": "3.6.0",
24-
"classnames": "^2.3.1",
25-
"gitdiff-parser": "https://github.com/scm-manager/gitdiff-parser#6baa7278824ecd17a199d842ca720d0453f68982",
26-
"lodash-es": "^4.17.21",
27-
"query-string": "6.14.1",
28-
"react": "^17.0.1",
29-
"react-dom": "^17.0.1",
30-
"react-hook-form": "^7.33.1",
31-
"react-i18next": "11",
32-
"react-mentions": "^3.3.1",
33-
"react-query": "^3.39.2",
34-
"react-redux": "^5.0.7",
35-
"react-router": "^5.3.1",
36-
"react-router-dom": "^5.3.1",
37-
"redux": "^4.0.0",
38-
"styled-components": "^5.3.5"
39-
},
40-
"babel": {
41-
"presets": [
42-
"@scm-manager/babel-preset"
43-
]
44-
},
45-
"jest": {
46-
"preset": "@scm-manager/jest-preset"
47-
},
48-
"prettier": "@scm-manager/prettier-config",
49-
"eslintConfig": {
50-
"extends": "@scm-manager/eslint-config"
51-
},
52-
"devDependencies": {
53-
"@scm-manager/babel-preset": "^2.13.1",
54-
"@scm-manager/eslint-config": "^2.17.0",
55-
"@scm-manager/integration-test-runner": "^3.4.4",
56-
"@scm-manager/jest-preset": "^2.14.1",
57-
"@scm-manager/plugin-scripts": "^1.6.1",
58-
"@scm-manager/prettier-config": "^2.12.0",
59-
"@scm-manager/tsconfig": "^2.13.0",
60-
"@scm-manager/ui-scripts": "2.47.0",
61-
"@scm-manager/ui-tests": "3.6.0",
62-
"@scm-manager/ui-types": "3.6.0",
63-
"@types/classnames": "^2.3.1",
64-
"@types/enzyme": "^3.10.18",
65-
"@types/fetch-mock": "^7.3.1",
66-
"@types/i18next": "^13.0.0",
67-
"@types/jest": "^26.0.24",
68-
"@types/lodash-es": "^4.17.9",
69-
"@types/query-string": "5",
70-
"@types/react": "^17.0.1",
71-
"@types/react-mentions": "3.3.0",
72-
"@types/react-redux": "5.0.7",
73-
"@types/react-router-dom": "^5.3.3",
74-
"@types/styled-components": "^5.1.25",
75-
"fetch-mock": "^8.0.0",
76-
"jest": "^26.6.3",
77-
"node-fetch": "^2.6.7",
78-
"resize-observer-polyfill": "^1.5.1",
79-
"tabbable": "^5.2.1",
80-
"date-fns": "^2.4.1",
81-
"@headlessui/react": "^1.7.17"
82-
},
83-
"publishConfig": {
84-
"access": "public"
85-
}
2+
"name": "@scm-manager/scm-review-plugin",
3+
"private": false,
4+
"version": "3.6.0",
5+
"license": "AGPL-3.0-only",
6+
"main": "./src/main/js/index.tsx",
7+
"scripts": {
8+
"build": "plugin-scripts build",
9+
"watch": "plugin-scripts watch",
10+
"postinstall": "plugin-scripts postinstall",
11+
"e2e": "integration-test-runner run -u scmadmin -p scmadmin -o ../../../build/target/ -d ./src/test/e2e",
12+
"test": "jest src/main/js"
13+
},
14+
"dependencies": {
15+
"@scm-manager/ui-api": "3.6.0",
16+
"@scm-manager/ui-buttons": "3.6.0",
17+
"@scm-manager/ui-components": "3.6.0",
18+
"@scm-manager/ui-core": "3.6.0",
19+
"@scm-manager/ui-extensions": "3.6.0",
20+
"@scm-manager/ui-forms": "3.6.0",
21+
"@scm-manager/ui-layout": "3.6.0",
22+
"@scm-manager/ui-overlays": "3.6.0",
23+
"@scm-manager/ui-plugins": "3.6.0",
24+
"classnames": "^2.3.1",
25+
"gitdiff-parser": "https://github.com/scm-manager/gitdiff-parser#6baa7278824ecd17a199d842ca720d0453f68982",
26+
"lodash-es": "^4.17.21",
27+
"query-string": "6.14.1",
28+
"react": "^17.0.1",
29+
"react-dom": "^17.0.1",
30+
"react-hook-form": "^7.33.1",
31+
"react-i18next": "11",
32+
"react-mentions": "^3.3.1",
33+
"react-query": "^3.39.2",
34+
"react-redux": "^5.0.7",
35+
"react-router": "^5.3.1",
36+
"react-router-dom": "^5.3.1",
37+
"redux": "^4.0.0",
38+
"styled-components": "^5.3.5"
39+
},
40+
"babel": {
41+
"presets": [
42+
"@scm-manager/babel-preset"
43+
]
44+
},
45+
"jest": {
46+
"preset": "@scm-manager/jest-preset"
47+
},
48+
"prettier": "@scm-manager/prettier-config",
49+
"eslintConfig": {
50+
"extends": "@scm-manager/eslint-config"
51+
},
52+
"devDependencies": {
53+
"@scm-manager/babel-preset": "^2.13.1",
54+
"@scm-manager/eslint-config": "^2.17.0",
55+
"@scm-manager/integration-test-runner": "^3.4.4",
56+
"@scm-manager/jest-preset": "^2.14.1",
57+
"@scm-manager/plugin-scripts": "^1.6.1",
58+
"@scm-manager/prettier-config": "^2.12.0",
59+
"@scm-manager/tsconfig": "^2.13.0",
60+
"@scm-manager/ui-scripts": "2.47.0",
61+
"@scm-manager/ui-tests": "3.6.0",
62+
"@scm-manager/ui-types": "3.6.0",
63+
"@types/classnames": "^2.3.1",
64+
"@types/enzyme": "^3.10.18",
65+
"@types/fetch-mock": "^7.3.1",
66+
"@types/i18next": "^13.0.0",
67+
"@types/jest": "^26.0.24",
68+
"@types/lodash-es": "^4.17.9",
69+
"@types/query-string": "5",
70+
"@types/react": "^17.0.1",
71+
"@types/react-mentions": "3.3.0",
72+
"@types/react-redux": "5.0.7",
73+
"@types/react-router-dom": "^5.3.3",
74+
"@types/styled-components": "^5.1.25",
75+
"fetch-mock": "^8.0.0",
76+
"jest": "^26.6.3",
77+
"node-fetch": "^2.6.7",
78+
"resize-observer-polyfill": "^1.5.1",
79+
"tabbable": "^5.2.1",
80+
"date-fns": "^2.4.1",
81+
"@headlessui/react": "^1.7.17"
82+
},
83+
"publishConfig": {
84+
"access": "public"
85+
}
8686
}

0 commit comments

Comments
 (0)