File tree Expand file tree Collapse file tree 16 files changed +33
-33
lines changed
skills-client-integration
projects/skilltree/skills-client-ng Expand file tree Collapse file tree 16 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 1313 <groupId >skills</groupId >
1414 <artifactId >skills-client-integration</artifactId >
1515 <packaging >pom</packaging >
16- <version >3.1.0 -SNAPSHOT</version >
16+ <version >3.1.1 -SNAPSHOT</version >
1717
1818 <licenses >
1919 <license >
Original file line number Diff line number Diff line change 11{
22 "name" : " skills-int-client-js" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " SkillTree Client Lib Integration Tests - Native JS" ,
66 "main" : " index.js" ,
1616 },
1717 "author" : " SkillTree Team" ,
1818 "dependencies" : {
19- "@skilltree/skills-client-js" : " 3.1.0 " ,
19+ "@skilltree/skills-client-js" : " 3.1.1 " ,
2020 "axios" : " ^0.21.1" ,
2121 "bootstrap" : " 4.5.2" ,
2222 "jquery" : " ^3.5.1" ,
2828 "license-checker" : " ^25.0.1" ,
2929 "live-server" : " 1.2.1"
3030 }
31- }
31+ }
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >skills</groupId >
99 <artifactId >skills-client-integration</artifactId >
10- <version >3.1.0 -SNAPSHOT</version >
10+ <version >3.1.1 -SNAPSHOT</version >
1111 </parent >
1212 <artifactId >skills-int-client-js</artifactId >
1313
Original file line number Diff line number Diff line change 11{
22 "name" : " skills-int-client-ng" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " SkillTree Client Lib - Angular" ,
66 "author" : " SkillTree Team" ,
2828 "@angular/platform-browser-dynamic" : " 10.1.5" ,
2929 "@angular/router" : " 10.0.14" ,
3030 "@ng-bootstrap/ng-bootstrap" : " 7.0.0" ,
31- "@skilltree/skills-client-ng" : " 3.1.0 " ,
31+ "@skilltree/skills-client-ng" : " 3.1.1 " ,
3232 "@types/js-beautify" : " 1.11.0" ,
3333 "axios" : " 0.21.1" ,
3434 "bootstrap" : " 4.5.3" ,
6161 "tslint" : " 6.1.3" ,
6262 "typescript" : " 4.0.3"
6363 }
64- }
64+ }
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >skills</groupId >
99 <artifactId >skills-client-integration</artifactId >
10- <version >3.1.0 -SNAPSHOT</version >
10+ <version >3.1.1 -SNAPSHOT</version >
1111 </parent >
1212 <artifactId >skills-int-client-ng</artifactId >
1313
Original file line number Diff line number Diff line change 11{
22 "name" : " skills-int-client-react" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " SkillTree Client Lib Integration Tests - React" ,
66 "homepage" : " /react/" ,
77 "dependencies" : {
8- "@skilltree/skills-client-react" : " 3.1.0 " ,
8+ "@skilltree/skills-client-react" : " 3.1.1 " ,
99 "axios" : " 0.21.1" ,
1010 "bootstrap" : " 4.5.3" ,
1111 "core-js" : " 3.6.5" ,
5252 "license-checker" : " ^25.0.1" ,
5353 "react-scripts" : " 3.4.3"
5454 }
55- }
55+ }
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >skills</groupId >
99 <artifactId >skills-client-integration</artifactId >
10- <version >3.1.0 -SNAPSHOT</version >
10+ <version >3.1.1 -SNAPSHOT</version >
1111 </parent >
1212 <artifactId >skills-int-client-react</artifactId >
1313
Original file line number Diff line number Diff line change 11{
22 "name" : " skills-int-client-vue" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " SkillTree Client Lib Integration Tests - Vue" ,
66 "scripts" : {
1414 "lint" : " vue-cli-service lint"
1515 },
1616 "dependencies" : {
17- "@skilltree/skills-client-vue" : " 3.1.0 " ,
17+ "@skilltree/skills-client-vue" : " 3.1.1 " ,
1818 "axios" : " 0.21.1" ,
1919 "bootstrap" : " 4.5.3" ,
2020 "bootstrap-vue" : " 2.17.3" ,
5151 " eslint:recommended"
5252 ],
5353 "rules" : {
54-
54+
5555 },
5656 "parserOptions" : {
5757 "parser" : " babel-eslint"
6060 "postcss" : {
6161 "plugins" : {
6262 "autoprefixer" : {
63-
63+
6464 }
6565 }
6666 }
67- }
67+ }
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >skills</groupId >
99 <artifactId >skills-client-integration</artifactId >
10- <version >3.1.0 -SNAPSHOT</version >
10+ <version >3.1.1 -SNAPSHOT</version >
1111 </parent >
1212 <artifactId >skills-int-client-vue</artifactId >
1313
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >skills</groupId >
77 <artifactId >skills-client-integration</artifactId >
8- <version >3.1.0 -SNAPSHOT</version >
8+ <version >3.1.1 -SNAPSHOT</version >
99 </parent >
1010 <artifactId >skills-int-e2e-test</artifactId >
1111 <description >End to End tests for Skills client libs using skills-int-service app</description >
You can’t perform that action at this time.
0 commit comments