Skip to content

Commit

Permalink
Update of Version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jschm42 committed May 7, 2024
1 parent 4d1c4eb commit cc0b635
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 65 deletions.
8 changes: 4 additions & 4 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.talkforgeai</groupId>
<artifactId>talkforgeai</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<artifactId>app</artifactId>
Expand All @@ -31,17 +31,17 @@
<dependency>
<groupId>com.talkforgeai</groupId>
<artifactId>backend</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.talkforgeai</groupId>
<artifactId>frontend</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.talkforgeai</groupId>
<artifactId>service</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.talkforgeai</groupId>
<artifactId>talkforgeai</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<artifactId>backend</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.talkforgeai</groupId>
<artifactId>service</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 53 additions & 53 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": "talkforgeai-client",
"version": "0.2.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"clean": "rm -rf node_modules target",
"lint": "vue-cli-service lint"
"name" : "talkforgeai-client",
"version" : "0.2.2",
"private" : true,
"scripts" : {
"serve" : "vue-cli-service serve",
"build" : "vue-cli-service build",
"test:unit" : "vue-cli-service test:unit",
"clean" : "rm -rf node_modules target",
"lint" : "vue-cli-service lint"
},
"dependencies": {
"@huggingface/inference": "^1.6.2",
"@popperjs/core": "^2.11.7",
"@stomp/stompjs": "^7.0.0",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.0",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"core-js": "^3.8.3",
"date-fns": "^2.30.0",
"highlight.js": "^11.8.0",
"html-to-text": "^9.0.5",
"katex": "^0.16.9",
"lodash": "^4.17.21",
"pinia": "^2.1.3",
"recordrtc": "^5.6.2",
"vue": "^3.2.13",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.0.3",
"vuetify": "^3.5.7"
"dependencies" : {
"@huggingface/inference" : "^1.6.2",
"@popperjs/core" : "^2.11.7",
"@stomp/stompjs" : "^7.0.0",
"@vueuse/core" : "^10.9.0",
"axios" : "^1.6.0",
"bootstrap" : "^5.3.1",
"bootstrap-icons" : "^1.10.5",
"core-js" : "^3.8.3",
"date-fns" : "^2.30.0",
"highlight.js" : "^11.8.0",
"html-to-text" : "^9.0.5",
"katex" : "^0.16.9",
"lodash" : "^4.17.21",
"pinia" : "^2.1.3",
"recordrtc" : "^5.6.2",
"vue" : "^3.2.13",
"vue-class-component" : "^8.0.0-0",
"vue-router" : "^4.0.3",
"vuetify" : "^3.5.7"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@types/html-to-text": "^9.0.1",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.198",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-unit-jest": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-0",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"babel-jest": "^27.0.6",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"jest": "^27.0.5",
"material-design-icons-iconfont": "^6.7.0",
"ts-jest": "^27.0.4",
"typescript": "~4.7.4",
"webpack-plugin-vuetify": "^3.0.2"
"devDependencies" : {
"@mdi/font" : "^7.4.47",
"@types/html-to-text" : "^9.0.1",
"@types/jest" : "^27.0.1",
"@types/lodash" : "^4.14.198",
"@typescript-eslint/eslint-plugin" : "^5.4.0",
"@typescript-eslint/parser" : "^5.4.0",
"@vue/cli-plugin-babel" : "~5.0.0",
"@vue/cli-plugin-eslint" : "~5.0.0",
"@vue/cli-plugin-router" : "~5.0.0",
"@vue/cli-plugin-typescript" : "~5.0.0",
"@vue/cli-plugin-unit-jest" : "~5.0.0",
"@vue/cli-service" : "~5.0.0",
"@vue/eslint-config-typescript" : "^9.1.0",
"@vue/test-utils" : "^2.0.0-0",
"@vue/vue3-jest" : "^27.0.0-alpha.1",
"babel-jest" : "^27.0.6",
"eslint" : "^7.32.0",
"eslint-plugin-vue" : "^8.0.3",
"jest" : "^27.0.5",
"material-design-icons-iconfont" : "^6.7.0",
"ts-jest" : "^27.0.4",
"typescript" : "~4.7.4",
"webpack-plugin-vuetify" : "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.talkforgeai</groupId>
<artifactId>talkforgeai</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>
<groupId>com.talkforgeai</groupId>
<artifactId>talkforgeai</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>talkforgeai</name>
<description>talkforgeai</description>
Expand Down Expand Up @@ -200,7 +200,7 @@
<artifactId>plantuml</artifactId>
<version>1.2023.11</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.talkforgeai</groupId>
<artifactId>talkforgeai</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</parent>

<artifactId>service</artifactId>
Expand Down

0 comments on commit cc0b635

Please sign in to comment.