Skip to content

Commit 2cfe06f

Browse files
committed
release version 2.1.0
1 parent c89faa7 commit 2cfe06f

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# SOFTWARE.
2323
#
2424

25-
version=2.1.0-SNAPSHOT
25+
version = 2.1.0

package.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
{
2-
"name": "@scm-manager/scm-ldap-plugin",
3-
"private": true,
4-
"version": "2.1.0-SNAPSHOT",
5-
"license": "MIT",
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-components": "^2.0.0",
14-
"@scm-manager/ui-extensions": "^2.0.0",
15-
"@scm-manager/ui-plugins": "2.0.0",
16-
"classnames": "^2.2.6",
17-
"query-string": "^5.0.1",
18-
"react": "^16.10.2",
19-
"react-i18next": "^10.13.1",
20-
"react-redux": "^5.0.7",
21-
"react-router-dom": "^5.1.2",
22-
"redux": "^4.0.0",
23-
"styled-components": "^4.4.0"
24-
},
25-
"babel": {
26-
"presets": [
27-
"@scm-manager/babel-preset"
28-
]
29-
},
30-
"jest": {
31-
"preset": "@scm-manager/jest-preset"
32-
},
33-
"prettier": "@scm-manager/prettier-config",
34-
"eslintConfig": {
35-
"extends": "@scm-manager/eslint-config"
36-
},
37-
"devDependencies": {
38-
"@scm-manager/babel-preset": "^2.0.0",
39-
"@scm-manager/eslint-config": "^2.0.0",
40-
"@scm-manager/jest-preset": "^2.0.0",
41-
"@scm-manager/plugin-scripts": "^1.0.2",
42-
"@scm-manager/prettier-config": "^2.0.0",
43-
"@scm-manager/tsconfig": "^2.0.0",
44-
"@scm-manager/ui-tests": "^2.0.0",
45-
"@scm-manager/ui-types": "^2.0.0",
46-
"@types/classnames": "^2.2.9",
47-
"@types/enzyme": "^3.10.3",
48-
"@types/fetch-mock": "^7.3.1",
49-
"@types/i18next": "^13.0.0",
50-
"@types/jest": "^24.0.19",
51-
"@types/query-string": "5",
52-
"@types/react": "^16.9.9",
53-
"@types/react-redux": "5.0.7",
54-
"@types/react-router-dom": "^5.1.0",
55-
"@types/styled-components": "^4.1.19",
56-
"jest": "^24.9.0",
57-
"@scm-manager/ui-scripts": "^2.0.0"
58-
}
2+
"name": "@scm-manager/scm-ldap-plugin",
3+
"private": true,
4+
"version": "2.1.0",
5+
"license": "MIT",
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-components": "^2.0.0",
14+
"@scm-manager/ui-extensions": "^2.0.0",
15+
"@scm-manager/ui-plugins": "2.0.0",
16+
"classnames": "^2.2.6",
17+
"query-string": "^5.0.1",
18+
"react": "^16.10.2",
19+
"react-i18next": "^10.13.1",
20+
"react-redux": "^5.0.7",
21+
"react-router-dom": "^5.1.2",
22+
"redux": "^4.0.0",
23+
"styled-components": "^4.4.0"
24+
},
25+
"babel": {
26+
"presets": [
27+
"@scm-manager/babel-preset"
28+
]
29+
},
30+
"jest": {
31+
"preset": "@scm-manager/jest-preset"
32+
},
33+
"prettier": "@scm-manager/prettier-config",
34+
"eslintConfig": {
35+
"extends": "@scm-manager/eslint-config"
36+
},
37+
"devDependencies": {
38+
"@scm-manager/babel-preset": "^2.0.0",
39+
"@scm-manager/eslint-config": "^2.0.0",
40+
"@scm-manager/jest-preset": "^2.0.0",
41+
"@scm-manager/plugin-scripts": "^1.0.2",
42+
"@scm-manager/prettier-config": "^2.0.0",
43+
"@scm-manager/tsconfig": "^2.0.0",
44+
"@scm-manager/ui-tests": "^2.0.0",
45+
"@scm-manager/ui-types": "^2.0.0",
46+
"@types/classnames": "^2.2.9",
47+
"@types/enzyme": "^3.10.3",
48+
"@types/fetch-mock": "^7.3.1",
49+
"@types/i18next": "^13.0.0",
50+
"@types/jest": "^24.0.19",
51+
"@types/query-string": "5",
52+
"@types/react": "^16.9.9",
53+
"@types/react-redux": "5.0.7",
54+
"@types/react-router-dom": "^5.1.0",
55+
"@types/styled-components": "^4.1.19",
56+
"jest": "^24.9.0",
57+
"@scm-manager/ui-scripts": "^2.0.0"
58+
}
5959
}

0 commit comments

Comments
 (0)