Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-04 22:26:42 +02:00
parent 4aabc4d685
commit 7ffbd718cd
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
9 changed files with 49 additions and 26 deletions

View File

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

View File

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@anticrm/dev-server",
"comment": "Export start function as defauilt",
"type": "patch"
}
],
"packageName": "@anticrm/dev-server"
}

View File

@ -1,6 +1,23 @@
{
"name": "@anticrm/dev-server",
"entries": [
{
"version": "0.6.2",
"tag": "@anticrm/dev-server_v0.6.2",
"date": "Wed, 04 Aug 2021 20:26:15 GMT",
"comments": {
"patch": [
{
"comment": "Export start function as defauilt"
}
],
"dependency": [
{
"comment": "Updating dependency \"@anticrm/core\" from `~0.6.4` to `~0.6.5`"
}
]
}
},
{
"version": "0.6.1",
"tag": "@anticrm/dev-server_v0.6.1",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/dev-server
This log was last generated on Wed, 04 Aug 2021 17:38:30 GMT and should not be manually modified.
This log was last generated on Wed, 04 Aug 2021 20:26:15 GMT and should not be manually modified.
## 0.6.2
Wed, 04 Aug 2021 20:26:15 GMT
### Patches
- Export start function as defauilt
## 0.6.1
Wed, 04 Aug 2021 17:38:30 GMT

View File

@ -1,6 +1,6 @@
{
"name": "@anticrm/dev-server",
"version": "0.6.1",
"version": "0.6.2",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
@ -21,7 +21,7 @@
"dependencies": {
"@anticrm/dev-storage": "~0.6.1",
"@anticrm/server-ws": "~0.6.1",
"@anticrm/core": "~0.6.4",
"@anticrm/core": "~0.6.5",
"@anticrm/platform": "~0.6.1"
}
}

View File

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

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/core",
"entries": [
{
"version": "0.6.5",
"tag": "@anticrm/core_v0.6.5",
"date": "Wed, 04 Aug 2021 20:26:15 GMT",
"comments": {
"patch": [
{
"comment": "Add missed docs"
}
]
}
},
{
"version": "0.6.4",
"tag": "@anticrm/core_v0.6.4",

View File

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

View File

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