Skip to content

Commit

Permalink
creating_release_version_3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Dec 17, 2020
1 parent 5bb46a9 commit adbc0cf
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 34 deletions.
2 changes: 1 addition & 1 deletion skills-client-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>skills</groupId>
<artifactId>skills-client-integration</artifactId>
<packaging>pom</packaging>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>

<licenses>
<license>
Expand Down
6 changes: 3 additions & 3 deletions skills-client-integration/skills-int-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skills-int-client-js",
"version": "3.0.1",
"version": "3.1.0",
"license": "Apache-2.0",
"description": "SkillTree Client Lib Integration Tests - Native JS",
"main": "index.js",
Expand All @@ -16,7 +16,7 @@
},
"author": "SkillTree Team",
"dependencies": {
"@skilltree/skills-client-js": "3.0.1",
"@skilltree/skills-client-js": "3.1.0",
"axios": "^0.20.0",
"bootstrap": "4.5.2",
"jquery": "^3.5.1",
Expand All @@ -28,4 +28,4 @@
"license-checker": "^25.0.1",
"live-server": "1.2.1"
}
}
}
2 changes: 1 addition & 1 deletion skills-client-integration/skills-int-client-js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>skills</groupId>
<artifactId>skills-client-integration</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>skills-int-client-js</artifactId>

Expand Down
6 changes: 3 additions & 3 deletions skills-client-integration/skills-int-client-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skills-int-client-ng",
"version": "3.0.1",
"version": "3.1.0",
"license": "Apache-2.0",
"description": "SkillTree Client Lib - Angular",
"author": "SkillTree Team",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@angular/platform-browser-dynamic": "10.1.5",
"@angular/router": "10.0.14",
"@ng-bootstrap/ng-bootstrap": "7.0.0",
"@skilltree/skills-client-ng": "3.0.1",
"@skilltree/skills-client-ng": "3.1.0",
"@types/js-beautify": "1.11.0",
"axios": "0.20.0",
"bootstrap": "4.5.3",
Expand Down Expand Up @@ -61,4 +61,4 @@
"tslint": "6.1.3",
"typescript": "4.0.3"
}
}
}
2 changes: 1 addition & 1 deletion skills-client-integration/skills-int-client-ng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>skills</groupId>
<artifactId>skills-client-integration</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>skills-int-client-ng</artifactId>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "skills-int-client-react",
"version": "3.0.1",
"version": "3.1.0",
"license": "Apache-2.0",
"description": "SkillTree Client Lib Integration Tests - React",
"homepage": "/react/",
"dependencies": {
"@skilltree/skills-client-react": "3.0.1",
"@skilltree/skills-client-react": "3.1.0",
"axios": "0.20.0",
"bootstrap": "4.5.3",
"core-js": "3.6.5",
Expand Down Expand Up @@ -52,4 +52,4 @@
"license-checker": "^25.0.1",
"react-scripts": "3.4.3"
}
}
}
2 changes: 1 addition & 1 deletion skills-client-integration/skills-int-client-react/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>skills</groupId>
<artifactId>skills-client-integration</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>skills-int-client-react</artifactId>

Expand Down
14 changes: 9 additions & 5 deletions skills-client-integration/skills-int-client-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skills-int-client-vue",
"version": "3.0.1",
"version": "3.1.0",
"license": "Apache-2.0",
"description": "SkillTree Client Lib Integration Tests - Vue",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@skilltree/skills-client-vue": "3.0.1",
"@skilltree/skills-client-vue": "3.1.0",
"axios": "0.20.0",
"bootstrap": "4.5.3",
"bootstrap-vue": "2.17.3",
Expand Down Expand Up @@ -50,14 +50,18 @@
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"rules": {

},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
"autoprefixer": {

}
}
}
}
}
2 changes: 1 addition & 1 deletion skills-client-integration/skills-int-client-vue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>skills</groupId>
<artifactId>skills-client-integration</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>skills-int-client-vue</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion skills-client-integration/skills-int-e2e-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>skills</groupId>
<artifactId>skills-client-integration</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>skills-int-e2e-test</artifactId>
<description>End to End tests for Skills client libs using skills-int-service app</description>
Expand Down
2 changes: 1 addition & 1 deletion skills-client-integration/skills-int-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>skills</groupId>
<artifactId>skills-client-integration</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>skills-int-service</artifactId>
<description>SkillTree Client Lib Integration Tests</description>
Expand Down
4 changes: 2 additions & 2 deletions skills-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skilltree/skills-client-js",
"version": "3.0.1",
"version": "3.1.0",
"license": "Apache-2.0",
"description": "SkillTree Client Lib - Native JS Lib",
"main": "dist/skills-client-js.umd.min.js",
Expand Down Expand Up @@ -66,4 +66,4 @@
"bugs": {
"url": "https://github.com/NationalSecurityAgency/skills-client/issues"
}
}
}
6 changes: 3 additions & 3 deletions skills-client-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skills-client-ng-parent",
"version": "3.0.1",
"version": "3.1.0",
"license": "Apache-2.0",
"description": "SkillTree Client Lib - Angular",
"author": "SkillTree Team",
Expand All @@ -27,7 +27,7 @@
"@angular/platform-browser": "10.1.5",
"@angular/platform-browser-dynamic": "10.1.5",
"@angular/router": "10.1.5",
"@skilltree/skills-client-js": "3.0.1",
"@skilltree/skills-client-js": "3.1.0",
"lodash-es": "4.17.15",
"rxjs": "6.6.3",
"tslib": "2.0.3",
Expand Down Expand Up @@ -75,4 +75,4 @@
"bugs": {
"url": "https://github.com/NationalSecurityAgency/skills-client/issues"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skilltree/skills-client-ng",
"version": "3.0.1",
"version": "3.1.0",
"license": "Apache-2.0",
"description": "SkillTree Client Lib - Angular",
"author": "SkillTree Team",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"tslib": "2.0.0",
"@skilltree/skills-client-js": "3.0.1"
"@skilltree/skills-client-js": "3.1.0"
},
"keywords": [
"SkillTree",
Expand Down
6 changes: 3 additions & 3 deletions skills-client-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skilltree/skills-client-react",
"version": "3.0.1",
"version": "3.1.0",
"license": "Apache-2.0",
"description": "SkillTree Client Lib - React",
"main": "dist/skills-client-react.umd.min.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-react": "7.21.4"
},
"dependencies": {
"@skilltree/skills-client-js": "3.0.1",
"@skilltree/skills-client-js": "3.1.0",
"axios": "0.20.0",
"axios-auth-refresh": "3.0.0"
},
Expand All @@ -80,4 +80,4 @@
"bugs": {
"url": "https://github.com/NationalSecurityAgency/skills-client/issues"
}
}
}
6 changes: 3 additions & 3 deletions skills-client-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skilltree/skills-client-vue",
"version": "3.0.1",
"version": "3.1.0",
"license": "Apache-2.0",
"description": "SkillTree Client Lib - Vue.js",
"main": "dist/skills-client-vue.umd.min.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"vue-eslint-parser": "7.1.1"
},
"dependencies": {
"@skilltree/skills-client-js": "3.0.1",
"@skilltree/skills-client-js": "3.1.0",
"axios": "0.20.0",
"axios-auth-refresh": "3.0.0",
"lodash": "4.17.20",
Expand Down Expand Up @@ -105,4 +105,4 @@
"bugs": {
"url": "https://github.com/NationalSecurityAgency/skills-client/issues"
}
}
}

0 comments on commit adbc0cf

Please sign in to comment.