Fix publish

This commit is contained in:
Andrey Sobolev
2025-10-09 23:43:36 +07:00
parent a13ca68708
commit 68384c4be3
31 changed files with 289 additions and 20 deletions
@@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@hcengineering/collaboration",
"comment": "Initial",
"comment": "",
"type": "none"
}
],
@@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@hcengineering/datalake",
"comment": "Initial",
"comment": "",
"type": "none"
}
],
@@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@hcengineering/elastic",
"comment": "Initial",
"comment": "",
"type": "none"
}
],
@@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@hcengineering/kafka",
"comment": "Initial",
"comment": "",
"type": "none"
}
],
@@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@hcengineering/middleware",
"comment": "Initial",
"type": "none"
}
],
"packageName": "@hcengineering/middleware"
}
@@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@hcengineering/minio",
"comment": "Initial",
"comment": "",
"type": "none"
}
],
@@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@hcengineering/postgres",
"comment": "Initial",
"comment": "",
"type": "none"
}
],
@@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@hcengineering/s3",
"comment": "Initial",
"comment": "",
"type": "none"
}
],
@@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@hcengineering/server-client",
"comment": "Initial",
"comment": "",
"type": "none"
}
],
@@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@hcengineering/server-storage",
"comment": "Initial",
"comment": "",
"type": "none"
}
],
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@hcengineering/server-client",
"entries": [
{
"version": "0.7.0",
"tag": "@hcengineering/server-client_v0.7.0",
"date": "Thu, 09 Oct 2025 16:41:02 GMT",
"comments": {
"none": [
{
"comment": "Initial"
}
]
}
}
]
}
+9
View File
@@ -0,0 +1,9 @@
# Change Log - @hcengineering/server-client
This log was last generated on Thu, 09 Oct 2025 16:41:02 GMT and should not be manually modified.
## 0.7.0
Thu, 09 Oct 2025 16:41:02 GMT
_Initial release_
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@hcengineering/collaboration",
"entries": [
{
"version": "0.7.0",
"tag": "@hcengineering/collaboration_v0.7.0",
"date": "Thu, 09 Oct 2025 16:41:02 GMT",
"comments": {
"none": [
{
"comment": "Initial"
}
]
}
}
]
}
+9
View File
@@ -0,0 +1,9 @@
# Change Log - @hcengineering/collaboration
This log was last generated on Thu, 09 Oct 2025 16:41:02 GMT and should not be manually modified.
## 0.7.0
Thu, 09 Oct 2025 16:41:02 GMT
_Initial release_
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@hcengineering/datalake",
"entries": [
{
"version": "0.7.0",
"tag": "@hcengineering/datalake_v0.7.0",
"date": "Thu, 09 Oct 2025 16:41:02 GMT",
"comments": {
"none": [
{
"comment": "Initial"
}
]
}
}
]
}
+9
View File
@@ -0,0 +1,9 @@
# Change Log - @hcengineering/datalake
This log was last generated on Thu, 09 Oct 2025 16:41:02 GMT and should not be manually modified.
## 0.7.0
Thu, 09 Oct 2025 16:41:02 GMT
_Initial release_
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@hcengineering/elastic",
"entries": [
{
"version": "0.7.0",
"tag": "@hcengineering/elastic_v0.7.0",
"date": "Thu, 09 Oct 2025 16:41:02 GMT",
"comments": {
"none": [
{
"comment": "Initial"
}
]
}
}
]
}
+9
View File
@@ -0,0 +1,9 @@
# Change Log - @hcengineering/elastic
This log was last generated on Thu, 09 Oct 2025 16:41:02 GMT and should not be manually modified.
## 0.7.0
Thu, 09 Oct 2025 16:41:02 GMT
_Initial release_
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@hcengineering/kafka",
"entries": [
{
"version": "0.7.0",
"tag": "@hcengineering/kafka_v0.7.0",
"date": "Thu, 09 Oct 2025 16:41:02 GMT",
"comments": {
"none": [
{
"comment": "Initial"
}
]
}
}
]
}
+9
View File
@@ -0,0 +1,9 @@
# Change Log - @hcengineering/kafka
This log was last generated on Thu, 09 Oct 2025 16:41:02 GMT and should not be manually modified.
## 0.7.0
Thu, 09 Oct 2025 16:41:02 GMT
_Initial release_
+29
View File
@@ -0,0 +1,29 @@
{
"name": "@hcengineering/middleware",
"entries": [
{
"version": "0.7.1",
"tag": "@hcengineering/middleware_v0.7.1",
"date": "Thu, 09 Oct 2025 16:43:17 GMT",
"comments": {
"patch": [
{
"comment": "Fix export"
}
]
}
},
{
"version": "0.7.0",
"tag": "@hcengineering/middleware_v0.7.0",
"date": "Thu, 09 Oct 2025 16:41:02 GMT",
"comments": {
"none": [
{
"comment": "Initial"
}
]
}
}
]
}
+16
View File
@@ -0,0 +1,16 @@
# Change Log - @hcengineering/middleware
This log was last generated on Thu, 09 Oct 2025 16:43:17 GMT and should not be manually modified.
## 0.7.1
Thu, 09 Oct 2025 16:43:17 GMT
### Patches
- Fix export
## 0.7.0
Thu, 09 Oct 2025 16:41:02 GMT
_Initial release_
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/middleware",
"version": "0.7.0",
"version": "0.7.1",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@hcengineering/minio",
"entries": [
{
"version": "0.7.0",
"tag": "@hcengineering/minio_v0.7.0",
"date": "Thu, 09 Oct 2025 16:41:02 GMT",
"comments": {
"none": [
{
"comment": "Initial"
}
]
}
}
]
}
+9
View File
@@ -0,0 +1,9 @@
# Change Log - @hcengineering/minio
This log was last generated on Thu, 09 Oct 2025 16:41:02 GMT and should not be manually modified.
## 0.7.0
Thu, 09 Oct 2025 16:41:02 GMT
_Initial release_
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@hcengineering/postgres",
"entries": [
{
"version": "0.7.0",
"tag": "@hcengineering/postgres_v0.7.0",
"date": "Thu, 09 Oct 2025 16:41:02 GMT",
"comments": {
"none": [
{
"comment": "Initial"
}
]
}
}
]
}
+9
View File
@@ -0,0 +1,9 @@
# Change Log - @hcengineering/postgres
This log was last generated on Thu, 09 Oct 2025 16:41:02 GMT and should not be manually modified.
## 0.7.0
Thu, 09 Oct 2025 16:41:02 GMT
_Initial release_
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@hcengineering/s3",
"entries": [
{
"version": "0.7.0",
"tag": "@hcengineering/s3_v0.7.0",
"date": "Thu, 09 Oct 2025 16:41:02 GMT",
"comments": {
"none": [
{
"comment": "Initial"
}
]
}
}
]
}
+9
View File
@@ -0,0 +1,9 @@
# Change Log - @hcengineering/s3
This log was last generated on Thu, 09 Oct 2025 16:41:02 GMT and should not be manually modified.
## 0.7.0
Thu, 09 Oct 2025 16:41:02 GMT
_Initial release_
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@hcengineering/server-storage",
"entries": [
{
"version": "0.7.0",
"tag": "@hcengineering/server-storage_v0.7.0",
"date": "Thu, 09 Oct 2025 16:41:02 GMT",
"comments": {
"none": [
{
"comment": "Initial"
}
]
}
}
]
}
+9
View File
@@ -0,0 +1,9 @@
# Change Log - @hcengineering/server-storage
This log was last generated on Thu, 09 Oct 2025 16:41:02 GMT and should not be manually modified.
## 0.7.0
Thu, 09 Oct 2025 16:41:02 GMT
_Initial release_