published

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-04 20:13:00 +02:00
parent 7982cd7d29
commit 748099568c
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
6 changed files with 23 additions and 14 deletions

View File

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@anticrm/core",
"comment": "Add `memdb` docs",
"type": "patch"
}
],
"packageName": "@anticrm/core"
}

View File

@ -21,7 +21,7 @@
"dependencies": {
"@anticrm/dev-storage": "~0.6.1",
"@anticrm/server-ws": "~0.6.1",
"@anticrm/core": "~0.6.3",
"@anticrm/core": "~0.6.4",
"@anticrm/platform": "~0.6.1"
}
}

View File

@ -22,7 +22,7 @@
"eslint":"^7.32.0"
},
"dependencies": {
"@anticrm/core": "~0.6.3",
"@anticrm/core": "~0.6.4",
"@anticrm/platform": "~0.6.1"
}
}

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/core",
"entries": [
{
"version": "0.6.4",
"tag": "@anticrm/core_v0.6.4",
"date": "Wed, 04 Aug 2021 18:12:38 GMT",
"comments": {
"patch": [
{
"comment": "Add `memdb` docs"
}
]
}
},
{
"version": "0.6.3",
"tag": "@anticrm/core_v0.6.3",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/core
This log was last generated on Wed, 04 Aug 2021 18:05:12 GMT and should not be manually modified.
This log was last generated on Wed, 04 Aug 2021 18:12:38 GMT and should not be manually modified.
## 0.6.4
Wed, 04 Aug 2021 18:12:38 GMT
### Patches
- Add `memdb` docs
## 0.6.3
Wed, 04 Aug 2021 18:05:12 GMT

View File

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