Bump version

This commit is contained in:
Andrey Sobolev
2025-10-16 01:59:43 +07:00
parent eb5383b051
commit 387beee3da
43 changed files with 311 additions and 55 deletions
@@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@hcengineering/collaboration",
"comment": "fix unstable tests",
"type": "patch"
}
],
"packageName": "@hcengineering/collaboration"
}
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/server-client",
"entries": [
{
"version": "0.7.6",
"tag": "@hcengineering/server-client_v0.7.6",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.5",
"tag": "@hcengineering/server-client_v0.7.5",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/server-client
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.6
Wed, 15 Oct 2025 18:58:52 GMT
_Version update only_
## 0.7.5
Tue, 14 Oct 2025 10:31:32 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server-client",
"version": "0.7.5",
"version": "0.7.6",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -42,7 +42,7 @@
"@hcengineering/client-resources": "^0.7.6",
"@hcengineering/client": "^0.7.6",
"@hcengineering/account-client": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"@hcengineering/server-token": "^0.7.5",
"ws": "^8.18.2"
},
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/collaboration",
"entries": [
{
"version": "0.7.6",
"tag": "@hcengineering/collaboration_v0.7.6",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"patch": [
{
"comment": "fix unstable tests"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.5",
"tag": "@hcengineering/collaboration_v0.7.5",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/collaboration
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.6
Wed, 15 Oct 2025 18:58:52 GMT
### Patches
- fix unstable tests
## 0.7.5
Tue, 14 Oct 2025 10:31:32 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/collaboration",
"version": "0.7.5",
"version": "0.7.6",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -36,7 +36,7 @@
},
"dependencies": {
"@hcengineering/core": "^0.7.7",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"@hcengineering/text": "^0.7.5",
"@hcengineering/text-ydoc": "^0.7.5",
"base64-js": "^1.5.1",
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/server-core",
"entries": [
{
"version": "0.7.6",
"tag": "@hcengineering/server-core_v0.7.6",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"patch": [
{
"comment": "Add params for memoryLimit/bulkSize"
}
]
}
},
{
"version": "0.7.5",
"tag": "@hcengineering/server-core_v0.7.5",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/server-core
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.6
Wed, 15 Oct 2025 18:58:52 GMT
### Patches
- Add params for memoryLimit/bulkSize
## 0.7.5
Tue, 14 Oct 2025 10:31:32 GMT
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server-core",
"version": "0.7.5",
"version": "0.7.6",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/datalake",
"entries": [
{
"version": "0.7.6",
"tag": "@hcengineering/datalake_v0.7.6",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.5",
"tag": "@hcengineering/datalake_v0.7.5",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/datalake
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.6
Wed, 15 Oct 2025 18:58:52 GMT
_Version update only_
## 0.7.5
Tue, 14 Oct 2025 10:31:32 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/datalake",
"version": "0.7.5",
"version": "0.7.6",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -38,7 +38,7 @@
"dependencies": {
"@hcengineering/core": "^0.7.7",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"@hcengineering/server-token": "^0.7.5"
},
"repository": "https://github.com/hcengineering/huly.server",
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/elastic",
"entries": [
{
"version": "0.7.6",
"tag": "@hcengineering/elastic_v0.7.6",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.5",
"tag": "@hcengineering/elastic_v0.7.5",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/elastic
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.6
Wed, 15 Oct 2025 18:58:52 GMT
_Version update only_
## 0.7.5
Tue, 14 Oct 2025 10:31:32 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/elastic",
"version": "0.7.5",
"version": "0.7.6",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -57,7 +57,7 @@
"dependencies": {
"@hcengineering/core": "^0.7.7",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"@elastic/elasticsearch": "^7.17.14",
"@hcengineering/analytics": "^0.7.5"
},
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/hulylake",
"entries": [
{
"version": "0.7.7",
"tag": "@hcengineering/hulylake_v0.7.7",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.6",
"tag": "@hcengineering/hulylake_v0.7.6",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/hulylake
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.7
Wed, 15 Oct 2025 18:58:52 GMT
_Version update only_
## 0.7.6
Tue, 14 Oct 2025 10:31:32 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/hulylake",
"version": "0.7.6",
"version": "0.7.7",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -38,7 +38,7 @@
"dependencies": {
"@hcengineering/core": "^0.7.7",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"@hcengineering/server-token": "^0.7.5",
"@hcengineering/hulylake-client": "^0.7.6"
},
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/kafka",
"entries": [
{
"version": "0.7.6",
"tag": "@hcengineering/kafka_v0.7.6",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.5",
"tag": "@hcengineering/kafka_v0.7.5",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/kafka
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.6
Wed, 15 Oct 2025 18:58:52 GMT
_Version update only_
## 0.7.5
Tue, 14 Oct 2025 10:31:32 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/kafka",
"version": "0.7.5",
"version": "0.7.6",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -37,7 +37,7 @@
"dependencies": {
"@hcengineering/core": "^0.7.7",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"@hcengineering/storage": "^0.7.5",
"kafkajs": "^2.2.4"
},
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/middleware",
"entries": [
{
"version": "0.7.8",
"tag": "@hcengineering/middleware_v0.7.8",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.7",
"tag": "@hcengineering/middleware_v0.7.7",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/middleware
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.8
Wed, 15 Oct 2025 18:58:52 GMT
_Version update only_
## 0.7.7
Tue, 14 Oct 2025 10:31:32 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/middleware",
"version": "0.7.7",
"version": "0.7.8",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -37,7 +37,7 @@
"dependencies": {
"@hcengineering/core": "^0.7.7",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"@hcengineering/query": "^0.7.6",
"@hcengineering/analytics": "^0.7.5",
"fast-equals": "^5.2.2"
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/minio",
"entries": [
{
"version": "0.7.6",
"tag": "@hcengineering/minio_v0.7.6",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.5",
"tag": "@hcengineering/minio_v0.7.5",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/minio
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.6
Wed, 15 Oct 2025 18:58:52 GMT
_Version update only_
## 0.7.5
Tue, 14 Oct 2025 10:31:32 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/minio",
"version": "0.7.5",
"version": "0.7.6",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -37,7 +37,7 @@
"dependencies": {
"@hcengineering/core": "^0.7.7",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"minio": "^8.0.5"
},
"repository": "https://github.com/hcengineering/huly.server",
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/mongo",
"entries": [
{
"version": "0.7.6",
"tag": "@hcengineering/mongo_v0.7.6",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.5",
"tag": "@hcengineering/mongo_v0.7.5",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/mongo
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.6
Wed, 15 Oct 2025 18:58:52 GMT
_Version update only_
## 0.7.5
Tue, 14 Oct 2025 10:31:32 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/mongo",
"version": "0.7.5",
"version": "0.7.6",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -37,7 +37,7 @@
"dependencies": {
"@hcengineering/core": "^0.7.7",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"mongodb": "^6.16.0",
"bson": "^6.10.3"
},
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/postgres",
"entries": [
{
"version": "0.7.6",
"tag": "@hcengineering/postgres_v0.7.6",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"patch": [
{
"comment": "Allow to pass memoryLimit/bulkSize to control findAll memory usage"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.5",
"tag": "@hcengineering/postgres_v0.7.5",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/postgres
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.6
Wed, 15 Oct 2025 18:58:52 GMT
### Patches
- Allow to pass memoryLimit/bulkSize to control findAll memory usage
## 0.7.5
Tue, 14 Oct 2025 10:31:32 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/postgres",
"version": "0.7.5",
"version": "0.7.6",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -38,7 +38,7 @@
"postgres": "^3.4.7",
"@hcengineering/core": "^0.7.7",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"@hcengineering/postgres-base": "^0.7.12"
},
"repository": "https://github.com/hcengineering/huly.server",
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/s3",
"entries": [
{
"version": "0.7.6",
"tag": "@hcengineering/s3_v0.7.6",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.5",
"tag": "@hcengineering/s3_v0.7.5",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/s3
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.6
Wed, 15 Oct 2025 18:58:52 GMT
_Version update only_
## 0.7.5
Tue, 14 Oct 2025 10:31:32 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/s3",
"version": "0.7.5",
"version": "0.7.6",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -37,7 +37,7 @@
"dependencies": {
"@hcengineering/core": "^0.7.7",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"@hcengineering/storage": "^0.7.5",
"@aws-sdk/client-s3": "^3.738.0",
"@aws-sdk/s3-request-presigner": "^3.738.0",
+24
View File
@@ -1,6 +1,30 @@
{
"name": "@hcengineering/server-storage",
"entries": [
{
"version": "0.7.7",
"tag": "@hcengineering/server-storage_v0.7.7",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
},
{
"comment": "Updating dependency \"@hcengineering/minio\" from `0.7.5` to `0.7.6`"
},
{
"comment": "Updating dependency \"@hcengineering/s3\" from `0.7.5` to `0.7.6`"
},
{
"comment": "Updating dependency \"@hcengineering/datalake\" from `0.7.5` to `0.7.6`"
},
{
"comment": "Updating dependency \"@hcengineering/hulylake\" from `0.7.6` to `0.7.7`"
}
]
}
},
{
"version": "0.7.6",
"tag": "@hcengineering/server-storage_v0.7.6",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/server-storage
This log was last generated on Tue, 14 Oct 2025 10:31:32 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.7
Wed, 15 Oct 2025 18:58:52 GMT
_Version update only_
## 0.7.6
Tue, 14 Oct 2025 10:31:32 GMT
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server-storage",
"version": "0.7.6",
"version": "0.7.7",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -58,11 +58,11 @@
"dependencies": {
"@hcengineering/core": "^0.7.7",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/minio": "workspace:0.7.5",
"@hcengineering/s3": "workspace:0.7.5",
"@hcengineering/datalake": "workspace:0.7.5",
"@hcengineering/hulylake": "workspace:0.7.6",
"@hcengineering/server-core": "workspace:0.7.6",
"@hcengineering/minio": "workspace:0.7.6",
"@hcengineering/s3": "workspace:0.7.6",
"@hcengineering/datalake": "workspace:0.7.6",
"@hcengineering/hulylake": "workspace:0.7.7",
"@hcengineering/storage": "^0.7.5",
"@hcengineering/analytics": "^0.7.5",
"@hcengineering/server-token": "^0.7.5"
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/server",
"entries": [
{
"version": "0.7.7",
"tag": "@hcengineering/server_v0.7.7",
"date": "Wed, 15 Oct 2025 18:58:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.5` to `0.7.6`"
}
]
}
},
{
"version": "0.7.6",
"tag": "@hcengineering/server_v0.7.6",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/server
This log was last generated on Tue, 14 Oct 2025 14:07:25 GMT and should not be manually modified.
This log was last generated on Wed, 15 Oct 2025 18:58:52 GMT and should not be manually modified.
## 0.7.7
Wed, 15 Oct 2025 18:58:52 GMT
_Version update only_
## 0.7.6
Tue, 14 Oct 2025 14:07:25 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server",
"version": "0.7.6",
"version": "0.7.7",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -41,7 +41,7 @@
"@hcengineering/core": "^0.7.7",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/rpc": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.5",
"@hcengineering/server-core": "workspace:0.7.6",
"@hcengineering/server-token": "^0.7.5",
"utf-8-validate": "^6.0.4"
},