Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-09 12:57:14 +02:00
parent 9502ae8728
commit 9bb92f47ed
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
7 changed files with 25 additions and 6 deletions

View File

@ -62,7 +62,7 @@
"@anticrm/recruit": "~0.6.0", "@anticrm/recruit": "~0.6.0",
"@anticrm/recruit-assets": "~0.6.0", "@anticrm/recruit-assets": "~0.6.0",
"@anticrm/recruit-resources": "~0.6.0", "@anticrm/recruit-resources": "~0.6.0",
"@anticrm/server-chunter": "~0.6.0", "@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.1" "@anticrm/client-resources": "~0.6.1"
} }

View File

@ -21,7 +21,7 @@
"@anticrm/core": "~0.6.8", "@anticrm/core": "~0.6.8",
"@anticrm/platform": "~0.6.5", "@anticrm/platform": "~0.6.5",
"@anticrm/server-core": "~0.6.0", "@anticrm/server-core": "~0.6.0",
"@anticrm/server-chunter": "~0.6.0", "@anticrm/server-chunter": "~0.6.1",
"@anticrm/chunter": "~0.6.0" "@anticrm/chunter": "~0.6.0"
} }
} }

View File

@ -25,7 +25,7 @@
"@anticrm/core": "~0.6.8", "@anticrm/core": "~0.6.8",
"@anticrm/platform": "~0.6.5", "@anticrm/platform": "~0.6.5",
"jwt-simple": "~0.5.6", "jwt-simple": "~0.5.6",
"@anticrm/server-chunter": "~0.6.0", "@anticrm/server-chunter": "~0.6.1",
"@anticrm/dev-server-chunter-resources": "~0.6.3" "@anticrm/dev-server-chunter-resources": "~0.6.3"
} }
} }

View File

@ -20,7 +20,7 @@
"@anticrm/core": "~0.6.8", "@anticrm/core": "~0.6.8",
"@anticrm/model": "~0.6.0", "@anticrm/model": "~0.6.0",
"@anticrm/platform": "~0.6.5", "@anticrm/platform": "~0.6.5",
"@anticrm/server-chunter": "~0.6.0", "@anticrm/server-chunter": "~0.6.1",
"@anticrm/server-core": "~0.6.0" "@anticrm/server-core": "~0.6.0"
} }
} }

View File

@ -1,6 +1,18 @@
{ {
"name": "@anticrm/server-chunter", "name": "@anticrm/server-chunter",
"entries": [ "entries": [
{
"version": "0.6.1",
"tag": "@anticrm/server-chunter_v0.6.1",
"date": "Mon, 09 Aug 2021 10:57:00 GMT",
"comments": {
"patch": [
{
"comment": "fix"
}
]
}
},
{ {
"version": "0.6.0", "version": "0.6.0",
"tag": "@anticrm/server-chunter_v0.6.0", "tag": "@anticrm/server-chunter_v0.6.0",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/server-chunter # Change Log - @anticrm/server-chunter
This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified. This log was last generated on Mon, 09 Aug 2021 10:57:00 GMT and should not be manually modified.
## 0.6.1
Mon, 09 Aug 2021 10:57:00 GMT
### Patches
- fix
## 0.6.0 ## 0.6.0
Sun, 08 Aug 2021 10:14:57 GMT Sun, 08 Aug 2021 10:14:57 GMT

View File

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