diff --git a/common/changes/@hcengineering/core/main_2025-10-08-03-37.json b/common/changes/@hcengineering/core/main_2025-10-08-03-37.json deleted file mode 100644 index 1398c67aa6..0000000000 --- a/common/changes/@hcengineering/core/main_2025-10-08-03-37.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@hcengineering/core", - "comment": "Fix issue with time rate limiter", - "type": "patch" - } - ], - "packageName": "@hcengineering/core" -} \ No newline at end of file diff --git a/packages/account-client/CHANGELOG.json b/packages/account-client/CHANGELOG.json new file mode 100644 index 0000000000..94bd9e389c --- /dev/null +++ b/packages/account-client/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/account-client", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/account-client_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/account-client/CHANGELOG.md b/packages/account-client/CHANGELOG.md new file mode 100644 index 0000000000..cc54214efe --- /dev/null +++ b/packages/account-client/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/account-client + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/account-client/package.json b/packages/account-client/package.json index b3cd185da2..6912e744a5 100644 --- a/packages/account-client/package.json +++ b/packages/account-client/package.json @@ -42,7 +42,7 @@ "@types/jest": "^29.5.5" }, "dependencies": { - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "@hcengineering/platform": "workspace:^0.7.3" }, "repository": "https://github.com/hcengineering/huly.core", diff --git a/packages/analytics-service/CHANGELOG.json b/packages/analytics-service/CHANGELOG.json new file mode 100644 index 0000000000..be91193068 --- /dev/null +++ b/packages/analytics-service/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/analytics-service", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/analytics-service_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/analytics-service/CHANGELOG.md b/packages/analytics-service/CHANGELOG.md new file mode 100644 index 0000000000..fc032d57ff --- /dev/null +++ b/packages/analytics-service/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/analytics-service + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/analytics-service/package.json b/packages/analytics-service/package.json index 7672feec5f..034193c6d0 100644 --- a/packages/analytics-service/package.json +++ b/packages/analytics-service/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@hcengineering/platform": "workspace:^0.7.3", - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "@hcengineering/analytics": "workspace:^0.7.3", "@hcengineering/measurements-otlp": "^0.7.10", "winston": "^3.11.0", diff --git a/packages/api-client/CHANGELOG.json b/packages/api-client/CHANGELOG.json new file mode 100644 index 0000000000..c276035e1f --- /dev/null +++ b/packages/api-client/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/api-client", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/api-client_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/api-client/CHANGELOG.md b/packages/api-client/CHANGELOG.md new file mode 100644 index 0000000000..44ca0db072 --- /dev/null +++ b/packages/api-client/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/api-client + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/api-client/package.json b/packages/api-client/package.json index 15f75781e4..e97b0bf8c1 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -55,7 +55,7 @@ "@hcengineering/client": "workspace:^0.7.3", "@hcengineering/client-resources": "workspace:^0.7.3", "@hcengineering/collaborator-client": "workspace:^0.7.3", - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "@hcengineering/platform": "workspace:^0.7.3", "@hcengineering/text": "workspace:^0.7.3", "@hcengineering/text-markdown": "workspace:^0.7.3", diff --git a/packages/client-resources/CHANGELOG.json b/packages/client-resources/CHANGELOG.json index 3b3f4b52a9..ed3dfd571f 100644 --- a/packages/client-resources/CHANGELOG.json +++ b/packages/client-resources/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@hcengineering/client-resources", "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/client-resources_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + }, { "version": "0.6.4", "tag": "@hcengineering/client-resources_v0.6.4", diff --git a/packages/client-resources/CHANGELOG.md b/packages/client-resources/CHANGELOG.md index 6b3dbd84a2..c73a704b6b 100644 --- a/packages/client-resources/CHANGELOG.md +++ b/packages/client-resources/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @hcengineering/client-resources -This log was last generated on Tue, 09 Nov 2021 11:00:07 GMT and should not be manually modified. +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Version update only_ ## 0.6.4 Tue, 09 Nov 2021 11:00:07 GMT diff --git a/packages/client-resources/package.json b/packages/client-resources/package.json index 8937da5d52..26ca62f661 100644 --- a/packages/client-resources/package.json +++ b/packages/client-resources/package.json @@ -42,7 +42,7 @@ "dependencies": { "@hcengineering/analytics": "workspace:^0.7.3", "@hcengineering/client": "workspace:^0.7.3", - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "@hcengineering/platform": "workspace:^0.7.3", "@hcengineering/rpc": "workspace:^0.7.3", "snappyjs": "^0.7.0" diff --git a/packages/client/CHANGELOG.json b/packages/client/CHANGELOG.json new file mode 100644 index 0000000000..a17c6bf5b4 --- /dev/null +++ b/packages/client/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/client", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/client_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md new file mode 100644 index 0000000000..6826a11286 --- /dev/null +++ b/packages/client/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/client + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/client/package.json b/packages/client/package.json index bcd5306690..0d6af88a48 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@hcengineering/platform": "workspace:^0.7.3", - "@hcengineering/core": "workspace:^0.7.3" + "@hcengineering/core": "workspace:^0.7.4" }, "repository": "https://github.com/hcengineering/huly.core", "publishConfig": { diff --git a/packages/collaborator-client/CHANGELOG.json b/packages/collaborator-client/CHANGELOG.json new file mode 100644 index 0000000000..d790b98989 --- /dev/null +++ b/packages/collaborator-client/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/collaborator-client", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/collaborator-client_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/collaborator-client/CHANGELOG.md b/packages/collaborator-client/CHANGELOG.md new file mode 100644 index 0000000000..d335ca1da9 --- /dev/null +++ b/packages/collaborator-client/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/collaborator-client + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/collaborator-client/package.json b/packages/collaborator-client/package.json index 0969160343..41671541d6 100644 --- a/packages/collaborator-client/package.json +++ b/packages/collaborator-client/package.json @@ -42,7 +42,7 @@ "@types/jest": "^29.5.5" }, "dependencies": { - "@hcengineering/core": "workspace:^0.7.3" + "@hcengineering/core": "workspace:^0.7.4" }, "repository": "https://github.com/hcengineering/huly.core", "publishConfig": { diff --git a/packages/core/CHANGELOG.json b/packages/core/CHANGELOG.json index 7c3888ae59..9f3bce0187 100644 --- a/packages/core/CHANGELOG.json +++ b/packages/core/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@hcengineering/core", "entries": [ + { + "version": "0.7.4", + "tag": "@hcengineering/core_v0.7.4", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "patch": [ + { + "comment": "Fix issue with time rate limiter" + } + ] + } + }, { "version": "0.7.0", "tag": "@hcengineering/core_v0.6.11", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2ff07bbb85..05b385b19c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,71 +1,78 @@ # Change Log - @hcengineering/core -This log was last generated on Fri, 20 Aug 2021 16:21:03 GMT and should not be manually modified. +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. -## 0.6.11 +## 0.7.4 +Wed, 08 Oct 2025 03:40:53 GMT + +### Patches + +- Fix issue with time rate limiter + +## 0.7.0 Fri, 20 Aug 2021 16:21:03 GMT ### Patches - Transaction ordering -## 0.6.10 +## 0.7.0 Wed, 11 Aug 2021 09:37:04 GMT ### Patches - Server support for workspaces -## 0.6.8 +## 0.7.0 Sun, 08 Aug 2021 21:05:26 GMT ### Patches - Fix server connection -## 0.6.7 +## 0.7.0 Wed, 04 Aug 2021 21:18:44 GMT ### Patches - fix -## 0.6.6 +## 0.7.0 Wed, 04 Aug 2021 21:00:14 GMT ### Patches - npmigonre -## 0.6.5 +## 0.7.0 Wed, 04 Aug 2021 20:26:15 GMT ### Patches - Add missed docs -## 0.6.4 +## 0.7.0 Wed, 04 Aug 2021 18:12:38 GMT ### Patches - Add `memdb` docs -## 0.6.3 +## 0.7.0 Wed, 04 Aug 2021 18:05:12 GMT ### Patches - Add `hierarchy.ts` docs -## 0.6.2 +## 0.7.0 Wed, 04 Aug 2021 17:53:24 GMT ### Patches - Add documentation -## 0.6.1 +## 0.7.0 Wed, 04 Aug 2021 17:38:30 GMT ### Patches diff --git a/packages/core/package.json b/packages/core/package.json index d0d937bb5e..903fa0367d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/core", - "version": "0.7.3", + "version": "0.7.4", "main": "lib/index.js", "svelte": "src/index.ts", "types": "types/index.d.ts", diff --git a/packages/hulylake-client/CHANGELOG.json b/packages/hulylake-client/CHANGELOG.json new file mode 100644 index 0000000000..fe69246861 --- /dev/null +++ b/packages/hulylake-client/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/hulylake-client", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/hulylake-client_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/hulylake-client/CHANGELOG.md b/packages/hulylake-client/CHANGELOG.md new file mode 100644 index 0000000000..0cb890d5ce --- /dev/null +++ b/packages/hulylake-client/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/hulylake-client + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/hulylake-client/package.json b/packages/hulylake-client/package.json index ec3e62c2d7..e223cc772a 100644 --- a/packages/hulylake-client/package.json +++ b/packages/hulylake-client/package.json @@ -42,7 +42,7 @@ "typescript": "^5.8.3" }, "dependencies": { - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "@hcengineering/retry": "workspace:^0.7.3" }, "repository": "https://github.com/hcengineering/huly.core", diff --git a/packages/model/CHANGELOG.json b/packages/model/CHANGELOG.json index d949b77f84..8283ad4e30 100644 --- a/packages/model/CHANGELOG.json +++ b/packages/model/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@hcengineering/model", "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/model_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + }, { "version": "0.7.0", "tag": "@hcengineering/model_v0.6.0", diff --git a/packages/model/CHANGELOG.md b/packages/model/CHANGELOG.md index 4953b47dc5..68a0a45983 100644 --- a/packages/model/CHANGELOG.md +++ b/packages/model/CHANGELOG.md @@ -1,8 +1,13 @@ # Change Log - @hcengineering/model -This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified. +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. -## 0.6.0 +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Version update only_ + +## 0.7.0 Sun, 08 Aug 2021 10:14:57 GMT _Initial release_ diff --git a/packages/model/package.json b/packages/model/package.json index a5c130798f..5bc39aa4ab 100644 --- a/packages/model/package.json +++ b/packages/model/package.json @@ -35,7 +35,7 @@ "@types/node": "^22.15.29" }, "dependencies": { - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "@hcengineering/platform": "workspace:^0.7.3", "@hcengineering/storage": "workspace:^0.7.3", "@hcengineering/analytics": "workspace:^0.7.3", diff --git a/packages/query/CHANGELOG.json b/packages/query/CHANGELOG.json index aa4fe5cc00..652f6f0f76 100644 --- a/packages/query/CHANGELOG.json +++ b/packages/query/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@hcengineering/query", "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/query_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + }, { "version": "0.7.0", "tag": "@hcengineering/query_v0.6.1", diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index e833cc503c..8cedd8b228 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -1,15 +1,20 @@ # Change Log - @hcengineering/query -This log was last generated on Sun, 08 Aug 2021 21:05:26 GMT and should not be manually modified. +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. -## 0.6.1 +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Version update only_ + +## 0.7.0 Sun, 08 Aug 2021 21:05:26 GMT ### Patches - Fix server connection -## 0.6.0 +## 0.7.0 Sun, 08 Aug 2021 10:14:57 GMT _Initial release_ diff --git a/packages/query/package.json b/packages/query/package.json index 6cca4c8979..a37393f452 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@hcengineering/platform": "workspace:^0.7.3", - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "@hcengineering/analytics": "workspace:^0.7.3", "fast-equals": "^5.2.2" }, diff --git a/packages/rank/CHANGELOG.json b/packages/rank/CHANGELOG.json new file mode 100644 index 0000000000..07fbbbf611 --- /dev/null +++ b/packages/rank/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/rank", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/rank_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/rank/CHANGELOG.md b/packages/rank/CHANGELOG.md new file mode 100644 index 0000000000..96fe03407e --- /dev/null +++ b/packages/rank/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/rank + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/rank/package.json b/packages/rank/package.json index 7c0ca4013b..bc848457ca 100644 --- a/packages/rank/package.json +++ b/packages/rank/package.json @@ -39,7 +39,7 @@ "typescript": "^5.8.3" }, "dependencies": { - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "lexorank": "~1.0.4" }, "repository": "https://github.com/hcengineering/huly.core", diff --git a/packages/rpc/CHANGELOG.json b/packages/rpc/CHANGELOG.json new file mode 100644 index 0000000000..626e593a3e --- /dev/null +++ b/packages/rpc/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/rpc", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/rpc_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/rpc/CHANGELOG.md b/packages/rpc/CHANGELOG.md new file mode 100644 index 0000000000..be115ce0f8 --- /dev/null +++ b/packages/rpc/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/rpc + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/rpc/package.json b/packages/rpc/package.json index 4b3bdc8a38..1a7b4137f8 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -40,7 +40,7 @@ "@types/jest": "^29.5.5" }, "dependencies": { - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "@hcengineering/platform": "workspace:^0.7.3", "msgpackr": "^1.11.2" }, diff --git a/packages/storage/CHANGELOG.json b/packages/storage/CHANGELOG.json new file mode 100644 index 0000000000..068e022488 --- /dev/null +++ b/packages/storage/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/storage", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/storage_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md new file mode 100644 index 0000000000..4be6e003a0 --- /dev/null +++ b/packages/storage/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/storage + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/storage/package.json b/packages/storage/package.json index a62fc8b10b..c5c41217ba 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@hcengineering/platform": "workspace:^0.7.3", - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "fast-equals": "^5.2.2" }, "files": [ diff --git a/packages/text-core/CHANGELOG.json b/packages/text-core/CHANGELOG.json new file mode 100644 index 0000000000..87f2b04ec4 --- /dev/null +++ b/packages/text-core/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/text-core", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/text-core_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/text-core/CHANGELOG.md b/packages/text-core/CHANGELOG.md new file mode 100644 index 0000000000..68040c9bbd --- /dev/null +++ b/packages/text-core/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/text-core + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/text-core/package.json b/packages/text-core/package.json index 97bc73b918..eb5d088f71 100644 --- a/packages/text-core/package.json +++ b/packages/text-core/package.json @@ -41,7 +41,7 @@ "jest-environment-jsdom": "^29.7.0" }, "dependencies": { - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "fast-equals": "^5.2.2", "hash-it": "^6.0.0" }, diff --git a/packages/text-ydoc/CHANGELOG.json b/packages/text-ydoc/CHANGELOG.json new file mode 100644 index 0000000000..e1a5c9d82f --- /dev/null +++ b/packages/text-ydoc/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/text-ydoc", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/text-ydoc_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/text-ydoc/CHANGELOG.md b/packages/text-ydoc/CHANGELOG.md new file mode 100644 index 0000000000..e3de9e6541 --- /dev/null +++ b/packages/text-ydoc/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/text-ydoc + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/text-ydoc/package.json b/packages/text-ydoc/package.json index 860889b384..2b71b26ca7 100644 --- a/packages/text-ydoc/package.json +++ b/packages/text-ydoc/package.json @@ -42,7 +42,7 @@ "y-prosemirror": "^1.3.7" }, "dependencies": { - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "@hcengineering/text": "workspace:^0.7.3", "@hcengineering/text-core": "workspace:^0.7.3", "yjs": "^13.6.27", diff --git a/packages/text/CHANGELOG.json b/packages/text/CHANGELOG.json new file mode 100644 index 0000000000..940a57976a --- /dev/null +++ b/packages/text/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/text", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/text_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/text/CHANGELOG.md b/packages/text/CHANGELOG.md new file mode 100644 index 0000000000..b7ac194ecb --- /dev/null +++ b/packages/text/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/text + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/text/package.json b/packages/text/package.json index 8189f796d0..b656c4de1c 100644 --- a/packages/text/package.json +++ b/packages/text/package.json @@ -40,7 +40,7 @@ "@types/markdown-it": "~13.0.0" }, "dependencies": { - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "@hcengineering/text-core": "workspace:^0.7.3", "@tiptap/core": "^2.11.7", "@tiptap/html": "^2.11.7", diff --git a/packages/token/CHANGELOG.json b/packages/token/CHANGELOG.json new file mode 100644 index 0000000000..44228330af --- /dev/null +++ b/packages/token/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@hcengineering/server-token", + "entries": [ + { + "version": "0.7.3", + "tag": "@hcengineering/server-token_v0.7.3", + "date": "Wed, 08 Oct 2025 03:40:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/core\" from `^0.7.3` to `0.7.4`" + } + ] + } + } + ] +} diff --git a/packages/token/CHANGELOG.md b/packages/token/CHANGELOG.md new file mode 100644 index 0000000000..33c0cdafc3 --- /dev/null +++ b/packages/token/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @hcengineering/server-token + +This log was last generated on Wed, 08 Oct 2025 03:40:53 GMT and should not be manually modified. + +## 0.7.3 +Wed, 08 Oct 2025 03:40:53 GMT + +_Initial release_ + diff --git a/packages/token/package.json b/packages/token/package.json index e28bfc4dc1..d07ae37872 100644 --- a/packages/token/package.json +++ b/packages/token/package.json @@ -41,7 +41,7 @@ "@types/uuid": "^8.3.1" }, "dependencies": { - "@hcengineering/core": "workspace:^0.7.3", + "@hcengineering/core": "workspace:^0.7.4", "@hcengineering/platform": "workspace:^0.7.3", "jwt-simple": "^0.5.6", "uuid": "^8.3.2"