Skip to content

Commit 36c8688

Browse files
committed
v0.6.5
1 parent 5acf05a commit 36c8688

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "0.6.4",
4+
"version": "0.6.5",
55
"packages": [
66
"packages/*"
77
]

packages/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roomler.api",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Community & Team Collaboration - Videoconferencing & Chat powered Communication",
55
"author": "Goran Jovanov",
66
"license": "AGPL-3.0",
@@ -50,7 +50,7 @@
5050
"nodemailer": "^6.4.17",
5151
"randomstring": "^1.1.5",
5252
"request": "^2.88.2",
53-
"roomler.config": "^0.6.4",
53+
"roomler.config": "^0.6.5",
5454
"simple-get": "^4.0.0",
5555
"slugify": "^1.4.6",
5656
"stripe": "^8.129.0",

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roomler.config",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Community & Team Collaboration - Videoconferencing & Chat powered Communication",
55
"author": "Goran Jovanov",
66
"license": "AGPL-3.0",

packages/tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roomler.tests",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Community & Team Collaboration - Videoconferencing & Chat powered Communication",
55
"author": "Goran Jovanov",
66
"private": true,
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"if-env": "^1.0.4",
31-
"roomler.api": "^0.6.4"
31+
"roomler.api": "^0.6.5"
3232
},
3333
"devDependencies": {
3434
"ava": "^3.15.0",

packages/ui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roomler.ui",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Community & Team Collaboration - Videoconferencing & Chat powered Communication",
55
"author": "Goran Jovanov",
66
"license": "AGPL-3.0",
@@ -46,8 +46,8 @@
4646
"portal-vue": "^2.1.7",
4747
"qs": "^6.9.4",
4848
"recursive-diff": "^1.0.8",
49-
"roomler.api": "^0.6.4",
50-
"roomler.config": "^0.6.4",
49+
"roomler.api": "^0.6.5",
50+
"roomler.config": "^0.6.5",
5151
"stream-audio-level": "0.0.4",
5252
"tippy.js": "^6.2.7",
5353
"tiptap": "^1.31.0",

0 commit comments

Comments
 (0)