Skip to content

Commit c0ea5ce

Browse files
Bump version
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
1 parent 02675c0 commit c0ea5ce

File tree

10 files changed

+47
-47
lines changed

10 files changed

+47
-47
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/scripts",
3-
"version": "0.7.5",
3+
"version": "0.7.7",
44
"scripts": {
55
"format": "echo \"No format specified\""
66
},

packages/client-query/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/communication-client-query",
3-
"version": "0.7.5",
3+
"version": "0.7.7",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -36,9 +36,9 @@
3636
"typescript": "^5.9.3"
3737
},
3838
"dependencies": {
39-
"@hcengineering/communication-types": "workspace:^0.7.5",
40-
"@hcengineering/communication-sdk-types": "workspace:^0.7.5",
41-
"@hcengineering/communication-query": "workspace:^0.7.5",
39+
"@hcengineering/communication-types": "workspace:^0.7.7",
40+
"@hcengineering/communication-sdk-types": "workspace:^0.7.7",
41+
"@hcengineering/communication-query": "workspace:^0.7.7",
4242
"@hcengineering/hulylake-client": "^0.7.6",
4343
"fast-equals": "^5.2.2"
4444
},

packages/cockroach/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/communication-cockroach",
3-
"version": "0.7.5",
3+
"version": "0.7.7",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -38,9 +38,9 @@
3838
"@types/uuid": "^8.3.1"
3939
},
4040
"dependencies": {
41-
"@hcengineering/communication-types": "workspace:^0.7.5",
42-
"@hcengineering/communication-sdk-types": "workspace:^0.7.5",
43-
"@hcengineering/communication-shared": "workspace:^0.7.5",
41+
"@hcengineering/communication-types": "workspace:^0.7.7",
42+
"@hcengineering/communication-sdk-types": "workspace:^0.7.7",
43+
"@hcengineering/communication-shared": "workspace:^0.7.7",
4444
"postgres": "^3.4.7",
4545
"uuid": "^8.3.2"
4646
},

packages/query/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/communication-query",
3-
"version": "0.7.5",
3+
"version": "0.7.7",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -37,9 +37,9 @@
3737
"@types/uuid": "^8.3.1"
3838
},
3939
"dependencies": {
40-
"@hcengineering/communication-sdk-types": "workspace:^0.7.5",
41-
"@hcengineering/communication-shared": "workspace:^0.7.5",
42-
"@hcengineering/communication-types": "workspace:^0.7.5",
40+
"@hcengineering/communication-sdk-types": "workspace:^0.7.7",
41+
"@hcengineering/communication-shared": "workspace:^0.7.7",
42+
"@hcengineering/communication-types": "workspace:^0.7.7",
4343
"@hcengineering/hulylake-client": "^0.7.6",
4444
"fast-equals": "^5.2.2",
4545
"uuid": "^8.3.2"

packages/rest-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/communication-rest-client",
3-
"version": "0.7.5",
3+
"version": "0.7.7",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -37,9 +37,9 @@
3737
"@types/snappyjs": "^0.7.1"
3838
},
3939
"dependencies": {
40-
"@hcengineering/communication-types": "workspace:^0.7.5",
41-
"@hcengineering/communication-sdk-types": "workspace:^0.7.5",
42-
"@hcengineering/communication-shared": "workspace:^0.7.5",
40+
"@hcengineering/communication-types": "workspace:^0.7.7",
41+
"@hcengineering/communication-sdk-types": "workspace:^0.7.7",
42+
"@hcengineering/communication-shared": "workspace:^0.7.7",
4343
"@hcengineering/core": "^0.7.8",
4444
"snappyjs": "^0.7.0"
4545
},

packages/sdk-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/communication-sdk-types",
3-
"version": "0.7.5",
3+
"version": "0.7.7",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@hcengineering/core": "^0.7.8",
40-
"@hcengineering/communication-types": "workspace:^0.7.5"
40+
"@hcengineering/communication-types": "workspace:^0.7.7"
4141
},
4242
"repository": {
4343
"type": "git",

packages/server/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/communication-server",
3-
"version": "0.7.5",
3+
"version": "0.7.7",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -42,10 +42,10 @@
4242
},
4343
"dependencies": {
4444
"@hcengineering/account-client": "^0.7.5",
45-
"@hcengineering/communication-cockroach": "workspace:^0.7.5",
46-
"@hcengineering/communication-sdk-types": "workspace:^0.7.5",
47-
"@hcengineering/communication-shared": "workspace:^0.7.5",
48-
"@hcengineering/communication-types": "workspace:^0.7.5",
45+
"@hcengineering/communication-cockroach": "workspace:^0.7.7",
46+
"@hcengineering/communication-sdk-types": "workspace:^0.7.7",
47+
"@hcengineering/communication-shared": "workspace:^0.7.7",
48+
"@hcengineering/communication-types": "workspace:^0.7.7",
4949
"@hcengineering/core": "^0.7.8",
5050
"@hcengineering/server-token": "^0.7.5",
5151
"@hcengineering/text-core": "^0.7.5",

packages/shared/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/communication-shared",
3-
"version": "0.7.5",
3+
"version": "0.7.7",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -36,8 +36,8 @@
3636
"typescript": "^5.9.3"
3737
},
3838
"dependencies": {
39-
"@hcengineering/communication-types": "workspace:^0.7.5",
40-
"@hcengineering/communication-sdk-types": "workspace:^0.7.5",
39+
"@hcengineering/communication-types": "workspace:^0.7.7",
40+
"@hcengineering/communication-sdk-types": "workspace:^0.7.7",
4141
"@hcengineering/hulylake-client": "^0.7.6"
4242
},
4343
"repository": {

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/communication-types",
3-
"version": "0.7.5",
3+
"version": "0.7.7",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)