Skip to content

Commit f91eb10

Browse files
committed
Add password login locked platform status
Signed-off-by: Alexey Zinoviev <[email protected]>
1 parent 995d448 commit f91eb10

File tree

30 files changed

+90
-42
lines changed

30 files changed

+90
-42
lines changed

common/config/rush/pnpm-lock.yaml

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

packages/account-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@hcengineering/core": "workspace:^0.7.21",
47-
"@hcengineering/platform": "workspace:^0.7.17"
47+
"@hcengineering/platform": "workspace:^0.7.18"
4848
},
4949
"repository": "https://github.com/hcengineering/huly.core",
5050
"publishConfig": {

packages/analytics-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-svelte": "^2.35.1"
4141
},
4242
"dependencies": {
43-
"@hcengineering/platform": "workspace:^0.7.17",
43+
"@hcengineering/platform": "workspace:^0.7.18",
4444
"@hcengineering/core": "workspace:^0.7.21",
4545
"@hcengineering/analytics": "workspace:^0.7.17",
4646
"@hcengineering/measurements-otlp": "workspace:^0.7.17",

packages/analytics/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@hcengineering/analytics",
33
"entries": [
4+
{
5+
"version": "0.7.17",
6+
"tag": "@hcengineering/analytics_v0.7.17",
7+
"date": "Fri, 31 Oct 2025 20:11:13 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@hcengineering/platform\" from `^0.7.17` to `0.7.18`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.7.5",
618
"tag": "@hcengineering/analytics_v0.7.5",

packages/analytics/CHANGELOG.md

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

3-
This log was last generated on Tue, 14 Oct 2025 04:58:17 GMT and should not be manually modified.
3+
This log was last generated on Fri, 31 Oct 2025 20:11:13 GMT and should not be manually modified.
4+
5+
## 0.7.17
6+
Fri, 31 Oct 2025 20:11:13 GMT
7+
8+
_Version update only_
49

510
## 0.7.5
611
Tue, 14 Oct 2025 04:58:17 GMT

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-svelte": "^2.35.1"
4141
},
4242
"dependencies": {
43-
"@hcengineering/platform": "workspace:^0.7.17"
43+
"@hcengineering/platform": "workspace:^0.7.18"
4444
},
4545
"repository": "https://github.com/hcengineering/huly.core",
4646
"publishConfig": {

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@hcengineering/client-resources": "workspace:^0.7.17",
5858
"@hcengineering/collaborator-client": "workspace:^0.7.17",
5959
"@hcengineering/core": "workspace:^0.7.21",
60-
"@hcengineering/platform": "workspace:^0.7.17",
60+
"@hcengineering/platform": "workspace:^0.7.18",
6161
"@hcengineering/text": "workspace:^0.7.18",
6262
"@hcengineering/text-markdown": "workspace:^0.7.18",
6363
"snappyjs": "^0.7.0"

packages/client-resources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@hcengineering/analytics": "workspace:^0.7.17",
4848
"@hcengineering/client": "workspace:^0.7.17",
4949
"@hcengineering/core": "workspace:^0.7.21",
50-
"@hcengineering/platform": "workspace:^0.7.17",
50+
"@hcengineering/platform": "workspace:^0.7.18",
5151
"@hcengineering/rpc": "workspace:^0.7.17",
5252
"snappyjs": "^0.7.0"
5353
},

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-plugin-svelte": "^2.35.1"
4242
},
4343
"dependencies": {
44-
"@hcengineering/platform": "workspace:^0.7.17",
44+
"@hcengineering/platform": "workspace:^0.7.18",
4545
"@hcengineering/core": "workspace:^0.7.21"
4646
},
4747
"repository": "https://github.com/hcengineering/huly.core",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-svelte": "^2.35.1"
4646
},
4747
"dependencies": {
48-
"@hcengineering/platform": "workspace:^0.7.17",
48+
"@hcengineering/platform": "workspace:^0.7.18",
4949
"@hcengineering/analytics": "workspace:^0.7.17",
5050
"@hcengineering/measurements": "workspace:^0.7.18",
5151
"fast-equals": "^5.2.2"

0 commit comments

Comments
 (0)