mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 16:56:07 +00:00
changelog
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
67c0d3dafc
commit
786ce069cc
@ -64,6 +64,6 @@
|
|||||||
"@anticrm/recruit-resources": "~0.6.0",
|
"@anticrm/recruit-resources": "~0.6.0",
|
||||||
"@anticrm/server-chunter": "~0.6.1",
|
"@anticrm/server-chunter": "~0.6.1",
|
||||||
"@anticrm/dev-server-chunter-resources": "~0.6.0",
|
"@anticrm/dev-server-chunter-resources": "~0.6.0",
|
||||||
"@anticrm/client-resources": "~0.6.2"
|
"@anticrm/client-resources": "~0.6.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/dev-storage": "~0.6.6",
|
"@anticrm/dev-storage": "~0.6.6",
|
||||||
"@anticrm/server-ws": "~0.6.9",
|
"@anticrm/server-ws": "~0.6.10",
|
||||||
"@anticrm/core": "~0.6.10",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"jwt-simple": "~0.5.6",
|
"jwt-simple": "~0.5.6",
|
||||||
|
@ -1,6 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/client-resources",
|
"name": "@anticrm/client-resources",
|
||||||
"entries": [
|
"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",
|
"version": "0.6.2",
|
||||||
"tag": "@anticrm/client-resources_v0.6.2",
|
"tag": "@anticrm/client-resources_v0.6.2",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/client-resources
|
# 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
|
## 0.6.2
|
||||||
Wed, 11 Aug 2021 10:08:19 GMT
|
Wed, 11 Aug 2021 10:08:19 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/client-resources",
|
"name": "@anticrm/client-resources",
|
||||||
"version": "0.6.2",
|
"version": "0.6.3",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Anticrm Platform Contributors",
|
"author": "Anticrm Platform Contributors",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
|
@ -1,6 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/server-ws",
|
"name": "@anticrm/server-ws",
|
||||||
"entries": [
|
"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",
|
"version": "0.6.9",
|
||||||
"tag": "@anticrm/server-ws_v0.6.9",
|
"tag": "@anticrm/server-ws_v0.6.9",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/server-ws
|
# 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
|
## 0.6.9
|
||||||
Wed, 11 Aug 2021 10:08:19 GMT
|
Wed, 11 Aug 2021 10:08:19 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/server-ws",
|
"name": "@anticrm/server-ws",
|
||||||
"version": "0.6.9",
|
"version": "0.6.10",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Anticrm Platform Contributors",
|
"author": "Anticrm Platform Contributors",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user