Skip to content

Commit 63800d6

Browse files
committed
Bump version
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
1 parent b80b33d commit 63800d6

File tree

10 files changed

+92
-63
lines changed

10 files changed

+92
-63
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 64 additions & 35 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.2",
3+
"version": "0.7.3",
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.2",
3+
"version": "0.7.3",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -35,9 +35,9 @@
3535
"typescript": "^5.8.3"
3636
},
3737
"dependencies": {
38-
"@hcengineering/communication-types": "workspace:^0.7.2",
39-
"@hcengineering/communication-sdk-types": "workspace:^0.7.2",
40-
"@hcengineering/communication-query": "workspace:^0.7.2",
38+
"@hcengineering/communication-types": "workspace:^0.7.3",
39+
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
40+
"@hcengineering/communication-query": "workspace:^0.7.3",
4141
"@hcengineering/hulylake-client": "^0.7.4",
4242
"fast-equals": "^5.2.2"
4343
},

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.2",
3+
"version": "0.7.3",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -36,9 +36,9 @@
3636
"@types/uuid": "^8.3.1"
3737
},
3838
"dependencies": {
39-
"@hcengineering/communication-types": "workspace:^0.7.2",
40-
"@hcengineering/communication-sdk-types": "workspace:^0.7.2",
41-
"@hcengineering/communication-shared": "workspace:^0.7.2",
39+
"@hcengineering/communication-types": "workspace:^0.7.3",
40+
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
41+
"@hcengineering/communication-shared": "workspace:^0.7.3",
4242
"postgres": "^3.4.7",
4343
"uuid": "^8.3.2"
4444
},

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.2",
3+
"version": "0.7.3",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -36,9 +36,9 @@
3636
"@types/uuid": "^8.3.1"
3737
},
3838
"dependencies": {
39-
"@hcengineering/communication-sdk-types": "workspace:^0.7.2",
40-
"@hcengineering/communication-shared": "workspace:^0.7.2",
41-
"@hcengineering/communication-types": "workspace:^0.7.2",
39+
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
40+
"@hcengineering/communication-shared": "workspace:^0.7.3",
41+
"@hcengineering/communication-types": "workspace:^0.7.3",
4242
"@hcengineering/hulylake-client": "^0.7.4",
4343
"fast-equals": "^5.2.2",
4444
"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.2",
3+
"version": "0.7.3",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -36,9 +36,9 @@
3636
"@types/snappyjs": "^0.7.1"
3737
},
3838
"dependencies": {
39-
"@hcengineering/communication-types": "workspace:^0.7.2",
40-
"@hcengineering/communication-sdk-types": "workspace:^0.7.2",
41-
"@hcengineering/communication-shared": "workspace:^0.7.2",
39+
"@hcengineering/communication-types": "workspace:^0.7.3",
40+
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
41+
"@hcengineering/communication-shared": "workspace:^0.7.3",
4242
"@hcengineering/core": "^0.7.1",
4343
"snappyjs": "^0.7.0"
4444
},

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.2",
3+
"version": "0.7.3",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@hcengineering/core": "^0.7.1",
39-
"@hcengineering/communication-types": "workspace:^0.7.2"
39+
"@hcengineering/communication-types": "workspace:^0.7.3"
4040
},
4141
"repository": {
4242
"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.2",
3+
"version": "0.7.3",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -37,10 +37,10 @@
3737
},
3838
"dependencies": {
3939
"@hcengineering/account-client": "^0.7.1",
40-
"@hcengineering/communication-cockroach": "workspace:^0.7.2",
41-
"@hcengineering/communication-sdk-types": "workspace:^0.7.2",
42-
"@hcengineering/communication-shared": "workspace:^0.7.2",
43-
"@hcengineering/communication-types": "workspace:^0.7.2",
40+
"@hcengineering/communication-cockroach": "workspace:^0.7.3",
41+
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
42+
"@hcengineering/communication-shared": "workspace:^0.7.3",
43+
"@hcengineering/communication-types": "workspace:^0.7.3",
4444
"@hcengineering/core": "^0.7.1",
4545
"@hcengineering/server-token": "^0.7.1",
4646
"@hcengineering/text-core": "^0.7.1",

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.2",
3+
"version": "0.7.3",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -35,8 +35,8 @@
3535
"typescript": "^5.8.3"
3636
},
3737
"dependencies": {
38-
"@hcengineering/communication-types": "workspace:^0.7.2",
39-
"@hcengineering/communication-sdk-types": "workspace:^0.7.2",
38+
"@hcengineering/communication-types": "workspace:^0.7.3",
39+
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
4040
"@hcengineering/hulylake-client": "^0.7.4"
4141
},
4242
"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.2",
3+
"version": "0.7.3",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)