Skip to content

Commit

Permalink
creating_release_version_3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Nov 20, 2024
1 parent 2d946cb commit d43f21a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.6.0-SNAPSHOT</version>
<version>3.6.1-SNAPSHOT</version>

<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "3.6.1",
"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.6.0",
"@skilltree/skills-client-js": "3.6.1",
"axios": "1.7.7",
"bootstrap": "5.3.3",
"jquery": "3.7.1"
Expand Down
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.6.0-SNAPSHOT</version>
<version>3.6.1-SNAPSHOT</version>
</parent>
<artifactId>skills-int-client-js</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.6.0-SNAPSHOT</version>
<version>3.6.1-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.6.0-SNAPSHOT</version>
<version>3.6.1-SNAPSHOT</version>
</parent>
<artifactId>skills-int-service</artifactId>
<description>SkillTree Client Lib Integration Tests</description>
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "3.6.1",
"license": "Apache-2.0",
"description": "SkillTree Client Lib - Native JS Lib",
"main": "dist/skills-client-js.umd.min.js",
Expand Down

0 comments on commit d43f21a

Please sign in to comment.