mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
publish core
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
3474a3eafd
commit
110381c0af
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"packageName": "@anticrm/core",
|
|
||||||
"comment": "Add documentation",
|
|
||||||
"type": "patch"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageName": "@anticrm/core"
|
|
||||||
}
|
|
@ -21,7 +21,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/dev-storage": "~0.6.1",
|
"@anticrm/dev-storage": "~0.6.1",
|
||||||
"@anticrm/server-ws": "~0.6.1",
|
"@anticrm/server-ws": "~0.6.1",
|
||||||
"@anticrm/core": "~0.6.1",
|
"@anticrm/core": "~0.6.2",
|
||||||
"@anticrm/platform": "~0.6.1"
|
"@anticrm/platform": "~0.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.1",
|
"@anticrm/core": "~0.6.2",
|
||||||
"@anticrm/platform": "~0.6.1"
|
"@anticrm/platform": "~0.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/core",
|
"name": "@anticrm/core",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "0.6.2",
|
||||||
|
"tag": "@anticrm/core_v0.6.2",
|
||||||
|
"date": "Wed, 04 Aug 2021 17:53:24 GMT",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"comment": "Add documentation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.6.1",
|
"version": "0.6.1",
|
||||||
"tag": "@anticrm/core_v0.6.1",
|
"tag": "@anticrm/core_v0.6.1",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/core
|
# Change Log - @anticrm/core
|
||||||
|
|
||||||
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 17:53:24 GMT and should not be manually modified.
|
||||||
|
|
||||||
|
## 0.6.2
|
||||||
|
Wed, 04 Aug 2021 17:53:24 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- Add documentation
|
||||||
|
|
||||||
## 0.6.1
|
## 0.6.1
|
||||||
Wed, 04 Aug 2021 17:38:30 GMT
|
Wed, 04 Aug 2021 17:38:30 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/core",
|
"name": "@anticrm/core",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"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