Skip to content

Commit 646dca5

Browse files
committed
Add txMatch to permission
Signed-off-by: Denis Bykhov <[email protected]>
1 parent 30baf0b commit 646dca5

File tree

25 files changed

+61
-32
lines changed

25 files changed

+61
-32
lines changed

common/changes/@hcengineering/text-markdown/uptrace-normalize-markdown_2025-11-06-04-22.json

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

packages/account-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-svelte": "^2.35.1"
4444
},
4545
"dependencies": {
46-
"@hcengineering/core": "workspace:^0.7.21",
46+
"@hcengineering/core": "workspace:^0.7.22",
4747
"@hcengineering/platform": "workspace:^0.7.18"
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.18",
44-
"@hcengineering/core": "workspace:^0.7.21",
44+
"@hcengineering/core": "workspace:^0.7.22",
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
@@ -56,10 +56,10 @@
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.21",
59+
"@hcengineering/core": "workspace:^0.7.22",
6060
"@hcengineering/platform": "workspace:^0.7.18",
6161
"@hcengineering/text": "workspace:^0.7.18",
62-
"@hcengineering/text-markdown": "workspace:^0.7.18",
62+
"@hcengineering/text-markdown": "workspace:^0.7.19",
6363
"snappyjs": "^0.7.0"
6464
},
6565
"repository": "https://github.com/hcengineering/huly.core",

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.21",
49+
"@hcengineering/core": "workspace:^0.7.22",
5050
"@hcengineering/platform": "workspace:^0.7.18",
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.18",
45-
"@hcengineering/core": "workspace:^0.7.21"
45+
"@hcengineering/core": "workspace:^0.7.22"
4646
},
4747
"repository": "https://github.com/hcengineering/huly.core",
4848
"publishConfig": {

packages/collaborator-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-svelte": "^2.35.1"
4444
},
4545
"dependencies": {
46-
"@hcengineering/core": "workspace:^0.7.21"
46+
"@hcengineering/core": "workspace:^0.7.22"
4747
},
4848
"repository": "https://github.com/hcengineering/huly.core",
4949
"publishConfig": {

packages/core/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@hcengineering/core",
33
"entries": [
4+
{
5+
"version": "0.7.22",
6+
"tag": "@hcengineering/core_v0.7.22",
7+
"date": "Thu, 06 Nov 2025 09:09:58 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Add txMatch to permission"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.7.21",
618
"tag": "@hcengineering/core_v0.7.21",

packages/core/CHANGELOG.md

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

3-
This log was last generated on Thu, 30 Oct 2025 23:11:55 GMT and should not be manually modified.
3+
This log was last generated on Thu, 06 Nov 2025 09:09:58 GMT and should not be manually modified.
4+
5+
## 0.7.22
6+
Thu, 06 Nov 2025 09:09:58 GMT
7+
8+
### Patches
9+
10+
- Add txMatch to permission
411

512
## 0.7.21
613
Thu, 30 Oct 2025 23:11:55 GMT

packages/core/package.json

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

0 commit comments

Comments
 (0)