Skip to content

Commit 00bc9ce

Browse files
committed
v0.7.19
1 parent 955ed48 commit 00bc9ce

File tree

12 files changed

+63
-26
lines changed

12 files changed

+63
-26
lines changed

common/changes/@hcengineering/platform-rig/chore-fixed-update-deps_2025-10-13-10-32.json

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

common/config/rush/pnpm-lock.yaml

Lines changed: 6 additions & 6 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
@@ -5,7 +5,7 @@
55
"format": "echo \"No format specified\""
66
},
77
"devDependencies": {
8-
"@hcengineering/platform-rig": "workspace:^0.7.18",
8+
"@hcengineering/platform-rig": "workspace:^0.7.19",
99
"@typescript-eslint/eslint-plugin": "^6.21.0",
1010
"eslint-plugin-import": "^2.26.0",
1111
"eslint-plugin-promise": "^6.1.1",

packages/measurements-otlp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"_phase:validate": "compile validate"
2828
},
2929
"devDependencies": {
30-
"@hcengineering/platform-rig": "workspace:^0.7.18",
30+
"@hcengineering/platform-rig": "workspace:^0.7.19",
3131
"jest": "^29.7.0",
3232
"ts-jest": "^29.1.1",
3333
"@types/jest": "^29.5.5",
@@ -41,7 +41,7 @@
4141
"eslint-plugin-n": "^15.4.0"
4242
},
4343
"dependencies": {
44-
"@hcengineering/measurements": "workspace:^0.7.12",
44+
"@hcengineering/measurements": "workspace:^0.7.13",
4545
"@opentelemetry/sdk-node": "^0.203.0",
4646
"@opentelemetry/sdk-logs": "^0.203.0",
4747
"@opentelemetry/auto-instrumentations-node": "^0.62.0",

packages/measurements/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@hcengineering/measurements",
33
"entries": [
4+
{
5+
"version": "0.7.13",
6+
"tag": "@hcengineering/measurements_v0.7.13",
7+
"date": "Tue, 14 Oct 2025 03:02:36 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Remove zero value measure with override values"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@hcengineering/platform-rig\" from `^0.7.18` to `0.7.19`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "0.7.12",
623
"tag": "@hcengineering/measurements_v0.7.12",

packages/measurements/CHANGELOG.md

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

3-
This log was last generated on Sat, 11 Oct 2025 19:18:56 GMT and should not be manually modified.
3+
This log was last generated on Tue, 14 Oct 2025 03:02:36 GMT and should not be manually modified.
4+
5+
## 0.7.13
6+
Tue, 14 Oct 2025 03:02:36 GMT
7+
8+
### Patches
9+
10+
- Remove zero value measure with override values
411

512
## 0.7.12
613
Sat, 11 Oct 2025 19:18:56 GMT

packages/measurements/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/measurements",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",
@@ -27,7 +27,7 @@
2727
"_phase:validate": "compile validate"
2828
},
2929
"devDependencies": {
30-
"@hcengineering/platform-rig": "workspace:^0.7.18",
30+
"@hcengineering/platform-rig": "workspace:^0.7.19",
3131
"jest": "^29.7.0",
3232
"ts-jest": "^29.1.1",
3333
"@types/jest": "^29.5.5",

packages/platform-rig/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@hcengineering/platform-rig",
33
"entries": [
4+
{
5+
"version": "0.7.19",
6+
"tag": "@hcengineering/platform-rig_v0.7.19",
7+
"date": "Tue, 14 Oct 2025 03:02:36 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "use fixed versions when upgrading hcengineering deps"
12+
},
13+
{
14+
"comment": "Revert update-deps script and fix svelte format logic"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.7.18",
621
"tag": "@hcengineering/platform-rig_v0.7.18",

packages/platform-rig/CHANGELOG.md

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

3-
This log was last generated on Sun, 12 Oct 2025 15:50:41 GMT and should not be manually modified.
3+
This log was last generated on Tue, 14 Oct 2025 03:02:36 GMT and should not be manually modified.
4+
5+
## 0.7.19
6+
Tue, 14 Oct 2025 03:02:36 GMT
7+
8+
### Patches
9+
10+
- use fixed versions when upgrading hcengineering deps
11+
- Revert update-deps script and fix svelte format logic
412

513
## 0.7.18
614
Sun, 12 Oct 2025 15:50:41 GMT

packages/platform-rig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/platform-rig",
3-
"version": "0.7.18",
3+
"version": "0.7.19",
44
"scripts": {
55
"build": "echo 'Not required'",
66
"format": "echo 'Not required'"

0 commit comments

Comments
 (0)