update versions

This commit is contained in:
Andrey Sobolev
2025-10-27 11:47:28 +07:00
parent 85f8074515
commit bf0d5337e4
7 changed files with 1369 additions and 1333 deletions
+1325 -1327
View File
File diff suppressed because it is too large Load Diff
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/server-client",
"entries": [
{
"version": "0.7.9",
"tag": "@hcengineering/server-client_v0.7.9",
"date": "Mon, 27 Oct 2025 04:47:16 GMT",
"comments": {
"patch": [
{
"comment": "update deps"
}
]
}
},
{
"version": "0.7.8",
"tag": "@hcengineering/server-client_v0.7.8",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/server-client
This log was last generated on Tue, 21 Oct 2025 19:29:19 GMT and should not be manually modified.
This log was last generated on Mon, 27 Oct 2025 04:47:16 GMT and should not be manually modified.
## 0.7.9
Mon, 27 Oct 2025 04:47:16 GMT
### Patches
- update deps
## 0.7.8
Tue, 21 Oct 2025 19:29:19 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server-client",
"version": "0.7.8",
"version": "0.7.9",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -41,7 +41,7 @@
"@hcengineering/core": "^0.7.10",
"@hcengineering/client-resources": "^0.7.6",
"@hcengineering/client": "^0.7.6",
"@hcengineering/account-client": "^0.7.6",
"@hcengineering/account-client": "^0.7.7",
"@hcengineering/server-core": "workspace:0.7.8",
"@hcengineering/server-token": "^0.7.5",
"ws": "^8.18.2"
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/server",
"entries": [
{
"version": "0.7.10",
"tag": "@hcengineering/server_v0.7.10",
"date": "Mon, 27 Oct 2025 04:47:16 GMT",
"comments": {
"patch": [
{
"comment": "update deps"
}
]
}
},
{
"version": "0.7.9",
"tag": "@hcengineering/server_v0.7.9",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/server
This log was last generated on Tue, 21 Oct 2025 19:29:19 GMT and should not be manually modified.
This log was last generated on Mon, 27 Oct 2025 04:47:16 GMT and should not be manually modified.
## 0.7.10
Mon, 27 Oct 2025 04:47:16 GMT
### Patches
- update deps
## 0.7.9
Tue, 21 Oct 2025 19:29:19 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server",
"version": "0.7.9",
"version": "0.7.10",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -36,7 +36,7 @@
"eslint-plugin-svelte": "^2.35.1"
},
"dependencies": {
"@hcengineering/account-client": "^0.7.6",
"@hcengineering/account-client": "^0.7.7",
"@hcengineering/analytics": "^0.7.5",
"@hcengineering/core": "^0.7.10",
"@hcengineering/platform": "^0.7.5",