mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
publish
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
4aabc4d685
commit
7ffbd718cd
@ -1,10 +0,0 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@anticrm/core",
|
||||
"comment": "Add missed docs",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@anticrm/core"
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@anticrm/dev-server",
|
||||
"comment": "Export start function as defauilt",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@anticrm/dev-server"
|
||||
}
|
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.4",
|
||||
"@anticrm/core": "~0.6.5",
|
||||
"@anticrm/platform": "~0.6.1"
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user