Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-04 23:00:43 +02:00
parent 906d07c885
commit 6aa35782c7
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
16 changed files with 104 additions and 52 deletions

View File

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

View File

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@anticrm/dev-server",
"comment": "npmignore",
"type": "patch"
}
],
"packageName": "@anticrm/dev-server"
}

View File

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@anticrm/dev-storage",
"comment": "npmignore",
"type": "patch"
}
],
"packageName": "@anticrm/dev-storage"
}

View File

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@anticrm/server-ws",
"comment": "npmignore",
"type": "patch"
}
],
"packageName": "@anticrm/server-ws"
}

View File

@ -1,6 +1,29 @@
{
"name": "@anticrm/dev-server",
"entries": [
{
"version": "0.6.4",
"tag": "@anticrm/dev-server_v0.6.4",
"date": "Wed, 04 Aug 2021 21:00:14 GMT",
"comments": {
"patch": [
{
"comment": "npmignore"
}
],
"dependency": [
{
"comment": "Updating dependency \"@anticrm/dev-storage\" from `~0.6.1` to `~0.6.2`"
},
{
"comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.2` to `~0.6.3`"
},
{
"comment": "Updating dependency \"@anticrm/core\" from `~0.6.5` to `~0.6.6`"
}
]
}
},
{
"version": "0.6.3",
"tag": "@anticrm/dev-server_v0.6.3",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/dev-server
This log was last generated on Wed, 04 Aug 2021 20:48:46 GMT and should not be manually modified.
This log was last generated on Wed, 04 Aug 2021 21:00:14 GMT and should not be manually modified.
## 0.6.4
Wed, 04 Aug 2021 21:00:14 GMT
### Patches
- npmignore
## 0.6.3
Wed, 04 Aug 2021 20:48:46 GMT

View File

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

View File

@ -1,6 +1,23 @@
{
"name": "@anticrm/dev-storage",
"entries": [
{
"version": "0.6.2",
"tag": "@anticrm/dev-storage_v0.6.2",
"date": "Wed, 04 Aug 2021 21:00:14 GMT",
"comments": {
"patch": [
{
"comment": "npmignore"
}
],
"dependency": [
{
"comment": "Updating dependency \"@anticrm/core\" from `~0.6.5` to `~0.6.6`"
}
]
}
},
{
"version": "0.6.1",
"tag": "@anticrm/dev-storage_v0.6.1",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/dev-storage
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 21:00:14 GMT and should not be manually modified.
## 0.6.2
Wed, 04 Aug 2021 21:00:14 GMT
### Patches
- npmignore
## 0.6.1
Wed, 04 Aug 2021 17:38:30 GMT

View File

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

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/core",
"entries": [
{
"version": "0.6.6",
"tag": "@anticrm/core_v0.6.6",
"date": "Wed, 04 Aug 2021 21:00:14 GMT",
"comments": {
"patch": [
{
"comment": "npmigonre"
}
]
}
},
{
"version": "0.6.5",
"tag": "@anticrm/core_v0.6.5",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/core
This log was last generated on Wed, 04 Aug 2021 20:26:15 GMT and should not be manually modified.
This log was last generated on Wed, 04 Aug 2021 21:00:14 GMT and should not be manually modified.
## 0.6.6
Wed, 04 Aug 2021 21:00:14 GMT
### Patches
- npmigonre
## 0.6.5
Wed, 04 Aug 2021 20:26:15 GMT

View File

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

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/server-ws",
"entries": [
{
"version": "0.6.3",
"tag": "@anticrm/server-ws_v0.6.3",
"date": "Wed, 04 Aug 2021 21:00:14 GMT",
"comments": {
"patch": [
{
"comment": "npmignore"
}
]
}
},
{
"version": "0.6.2",
"tag": "@anticrm/server-ws_v0.6.2",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/server-ws
This log was last generated on Wed, 04 Aug 2021 20:48:46 GMT and should not be manually modified.
This log was last generated on Wed, 04 Aug 2021 21:00:14 GMT and should not be manually modified.
## 0.6.3
Wed, 04 Aug 2021 21:00:14 GMT
### Patches
- npmignore
## 0.6.2
Wed, 04 Aug 2021 20:48:46 GMT

View File

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