changelog

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-14 11:12:59 +02:00
parent 67c0d3dafc
commit 786ce069cc
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
8 changed files with 44 additions and 6 deletions

View File

@ -64,6 +64,6 @@
"@anticrm/recruit-resources": "~0.6.0",
"@anticrm/server-chunter": "~0.6.1",
"@anticrm/dev-server-chunter-resources": "~0.6.0",
"@anticrm/client-resources": "~0.6.2"
"@anticrm/client-resources": "~0.6.3"
}
}

View File

@ -21,7 +21,7 @@
},
"dependencies": {
"@anticrm/dev-storage": "~0.6.6",
"@anticrm/server-ws": "~0.6.9",
"@anticrm/server-ws": "~0.6.10",
"@anticrm/core": "~0.6.10",
"@anticrm/platform": "~0.6.5",
"jwt-simple": "~0.5.6",

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/client-resources",
"entries": [
{
"version": "0.6.3",
"tag": "@anticrm/client-resources_v0.6.3",
"date": "Sat, 14 Aug 2021 09:12:06 GMT",
"comments": {
"patch": [
{
"comment": "ping"
}
]
}
},
{
"version": "0.6.2",
"tag": "@anticrm/client-resources_v0.6.2",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/client-resources
This log was last generated on Wed, 11 Aug 2021 10:08:19 GMT and should not be manually modified.
This log was last generated on Sat, 14 Aug 2021 09:12:06 GMT and should not be manually modified.
## 0.6.3
Sat, 14 Aug 2021 09:12:06 GMT
### Patches
- ping
## 0.6.2
Wed, 11 Aug 2021 10:08:19 GMT

View File

@ -1,6 +1,6 @@
{
"name": "@anticrm/client-resources",
"version": "0.6.2",
"version": "0.6.3",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/server-ws",
"entries": [
{
"version": "0.6.10",
"tag": "@anticrm/server-ws_v0.6.10",
"date": "Sat, 14 Aug 2021 09:12:06 GMT",
"comments": {
"patch": [
{
"comment": "ping"
}
]
}
},
{
"version": "0.6.9",
"tag": "@anticrm/server-ws_v0.6.9",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/server-ws
This log was last generated on Wed, 11 Aug 2021 10:08:19 GMT and should not be manually modified.
This log was last generated on Sat, 14 Aug 2021 09:12:06 GMT and should not be manually modified.
## 0.6.10
Sat, 14 Aug 2021 09:12:06 GMT
### Patches
- ping
## 0.6.9
Wed, 11 Aug 2021 10:08:19 GMT

View File

@ -1,6 +1,6 @@
{
"name": "@anticrm/server-ws",
"version": "0.6.9",
"version": "0.6.10",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",