Skip to content

Commit 7f378ad

Browse files
committed
Bump versions
Signed-off-by: Alexander Onnikov <[email protected]>
1 parent 3f8497e commit 7f378ad

File tree

25 files changed

+71
-53
lines changed

25 files changed

+71
-53
lines changed

common/changes/@hcengineering/account-client/main_2025-10-29-07-46.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@hcengineering/account-client/main_2025-10-30-08-40.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@hcengineering/core/main_2025-10-30-08-40.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/account-client/CHANGELOG.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
{
22
"name": "@hcengineering/account-client",
33
"entries": [
4+
{
5+
"version": "0.7.19",
6+
"tag": "@hcengineering/account-client_v0.7.19",
7+
"date": "Thu, 30 Oct 2025 08:41:42 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "formatting"
12+
}
13+
],
14+
"patch": [
15+
{
16+
"comment": "add workspace usage info"
17+
}
18+
],
19+
"dependency": [
20+
{
21+
"comment": "Updating dependency \"@hcengineering/core\" from `^0.7.19` to `0.7.20`"
22+
}
23+
]
24+
}
25+
},
426
{
527
"version": "0.7.18",
628
"tag": "@hcengineering/account-client_v0.7.18",

packages/account-client/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @hcengineering/account-client
22

3-
This log was last generated on Tue, 28 Oct 2025 21:50:57 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Oct 2025 08:41:42 GMT and should not be manually modified.
4+
5+
## 0.7.19
6+
Thu, 30 Oct 2025 08:41:42 GMT
7+
8+
### Patches
9+
10+
- add workspace usage info
411

512
## 0.7.18
613
Tue, 28 Oct 2025 21:50:57 GMT

packages/account-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/account-client",
3-
"version": "0.7.18",
3+
"version": "0.7.19",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -43,7 +43,7 @@
4343
"eslint-plugin-svelte": "^2.35.1"
4444
},
4545
"dependencies": {
46-
"@hcengineering/core": "workspace:^0.7.19",
46+
"@hcengineering/core": "workspace:^0.7.20",
4747
"@hcengineering/platform": "workspace:^0.7.17"
4848
},
4949
"repository": "https://github.com/hcengineering/huly.core",

packages/analytics-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@hcengineering/platform": "workspace:^0.7.17",
44-
"@hcengineering/core": "workspace:^0.7.19",
44+
"@hcengineering/core": "workspace:^0.7.20",
4545
"@hcengineering/analytics": "workspace:^0.7.17",
4646
"@hcengineering/measurements-otlp": "workspace:^0.7.17",
4747
"winston": "^3.11.0",

packages/api-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
"eslint-plugin-svelte": "^2.35.1"
5353
},
5454
"dependencies": {
55-
"@hcengineering/account-client": "workspace:^0.7.18",
55+
"@hcengineering/account-client": "workspace:^0.7.19",
5656
"@hcengineering/client": "workspace:^0.7.17",
5757
"@hcengineering/client-resources": "workspace:^0.7.17",
5858
"@hcengineering/collaborator-client": "workspace:^0.7.17",
59-
"@hcengineering/core": "workspace:^0.7.19",
59+
"@hcengineering/core": "workspace:^0.7.20",
6060
"@hcengineering/platform": "workspace:^0.7.17",
6161
"@hcengineering/text": "workspace:^0.7.18",
6262
"@hcengineering/text-markdown": "workspace:^0.7.18",

packages/client-resources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@hcengineering/analytics": "workspace:^0.7.17",
4848
"@hcengineering/client": "workspace:^0.7.17",
49-
"@hcengineering/core": "workspace:^0.7.19",
49+
"@hcengineering/core": "workspace:^0.7.20",
5050
"@hcengineering/platform": "workspace:^0.7.17",
5151
"@hcengineering/rpc": "workspace:^0.7.17",
5252
"snappyjs": "^0.7.0"

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@hcengineering/platform": "workspace:^0.7.17",
45-
"@hcengineering/core": "workspace:^0.7.19"
45+
"@hcengineering/core": "workspace:^0.7.20"
4646
},
4747
"repository": "https://github.com/hcengineering/huly.core",
4848
"publishConfig": {

0 commit comments

Comments
 (0)