From ee2349e47fc9f08542bab2ab46402a9f398f96fa Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Wed, 4 Aug 2021 22:49:13 +0200 Subject: [PATCH] publish Signed-off-by: Andrey Platov --- .../dev-server/logging_2021-08-04-20-47.json | 10 ---------- .../platform/logging_2021-08-04-20-47.json | 10 ---------- .../server-ws/logging_2021-08-04-20-47.json | 10 ---------- dev/server/CHANGELOG.json | 20 +++++++++++++++++++ dev/server/CHANGELOG.md | 9 ++++++++- dev/server/package.json | 6 +++--- dev/storage/package.json | 2 +- packages/core/package.json | 2 +- packages/platform/CHANGELOG.json | 12 +++++++++++ packages/platform/CHANGELOG.md | 9 ++++++++- packages/platform/package.json | 2 +- server/ws/CHANGELOG.json | 17 ++++++++++++++++ server/ws/CHANGELOG.md | 9 ++++++++- server/ws/package.json | 4 ++-- 14 files changed, 81 insertions(+), 41 deletions(-) delete mode 100644 common/changes/@anticrm/dev-server/logging_2021-08-04-20-47.json delete mode 100644 common/changes/@anticrm/platform/logging_2021-08-04-20-47.json delete mode 100644 common/changes/@anticrm/server-ws/logging_2021-08-04-20-47.json diff --git a/common/changes/@anticrm/dev-server/logging_2021-08-04-20-47.json b/common/changes/@anticrm/dev-server/logging_2021-08-04-20-47.json deleted file mode 100644 index 4b3c3c715f..0000000000 --- a/common/changes/@anticrm/dev-server/logging_2021-08-04-20-47.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@anticrm/dev-server", - "comment": "Logging", - "type": "patch" - } - ], - "packageName": "@anticrm/dev-server" -} \ No newline at end of file diff --git a/common/changes/@anticrm/platform/logging_2021-08-04-20-47.json b/common/changes/@anticrm/platform/logging_2021-08-04-20-47.json deleted file mode 100644 index 3421d3c19d..0000000000 --- a/common/changes/@anticrm/platform/logging_2021-08-04-20-47.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@anticrm/platform", - "comment": "npmignore", - "type": "patch" - } - ], - "packageName": "@anticrm/platform" -} \ No newline at end of file diff --git a/common/changes/@anticrm/server-ws/logging_2021-08-04-20-47.json b/common/changes/@anticrm/server-ws/logging_2021-08-04-20-47.json deleted file mode 100644 index 91d12234fb..0000000000 --- a/common/changes/@anticrm/server-ws/logging_2021-08-04-20-47.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@anticrm/server-ws", - "comment": "logging", - "type": "patch" - } - ], - "packageName": "@anticrm/server-ws" -} \ No newline at end of file diff --git a/dev/server/CHANGELOG.json b/dev/server/CHANGELOG.json index f4b3f5b25c..376c960e08 100644 --- a/dev/server/CHANGELOG.json +++ b/dev/server/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@anticrm/dev-server", "entries": [ + { + "version": "0.6.3", + "tag": "@anticrm/dev-server_v0.6.3", + "date": "Wed, 04 Aug 2021 20:48:46 GMT", + "comments": { + "patch": [ + { + "comment": "Logging" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.1` to `~0.6.2`" + }, + { + "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.1` to `~0.6.2`" + } + ] + } + }, { "version": "0.6.2", "tag": "@anticrm/dev-server_v0.6.2", diff --git a/dev/server/CHANGELOG.md b/dev/server/CHANGELOG.md index 08170b668d..cb69289fe5 100644 --- a/dev/server/CHANGELOG.md +++ b/dev/server/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @anticrm/dev-server -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 20:48:46 GMT and should not be manually modified. + +## 0.6.3 +Wed, 04 Aug 2021 20:48:46 GMT + +### Patches + +- Logging ## 0.6.2 Wed, 04 Aug 2021 20:26:15 GMT diff --git a/dev/server/package.json b/dev/server/package.json index 649cb033f3..19ff1888ab 100644 --- a/dev/server/package.json +++ b/dev/server/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/dev-server", - "version": "0.6.2", + "version": "0.6.3", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", @@ -20,8 +20,8 @@ }, "dependencies": { "@anticrm/dev-storage": "~0.6.1", - "@anticrm/server-ws": "~0.6.1", + "@anticrm/server-ws": "~0.6.2", "@anticrm/core": "~0.6.5", - "@anticrm/platform": "~0.6.1" + "@anticrm/platform": "~0.6.2" } } diff --git a/dev/storage/package.json b/dev/storage/package.json index a4ecbc1de2..fe6e9884ba 100644 --- a/dev/storage/package.json +++ b/dev/storage/package.json @@ -23,6 +23,6 @@ }, "dependencies": { "@anticrm/core": "~0.6.5", - "@anticrm/platform": "~0.6.1" + "@anticrm/platform": "~0.6.2" } } diff --git a/packages/core/package.json b/packages/core/package.json index 013a4f01f3..fd57e388c9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -22,7 +22,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/platform": "~0.6.1", + "@anticrm/platform": "~0.6.2", "simplytyped": "^3.3.0" } } diff --git a/packages/platform/CHANGELOG.json b/packages/platform/CHANGELOG.json index 1b7073b6bd..5908e03d17 100644 --- a/packages/platform/CHANGELOG.json +++ b/packages/platform/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@anticrm/platform", "entries": [ + { + "version": "0.6.2", + "tag": "@anticrm/platform_v0.6.2", + "date": "Wed, 04 Aug 2021 20:48:46 GMT", + "comments": { + "patch": [ + { + "comment": "npmignore" + } + ] + } + }, { "version": "0.6.1", "tag": "@anticrm/platform_v0.6.1", diff --git a/packages/platform/CHANGELOG.md b/packages/platform/CHANGELOG.md index 5db74a84c5..b54b12ca59 100644 --- a/packages/platform/CHANGELOG.md +++ b/packages/platform/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @anticrm/platform -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:48:46 GMT and should not be manually modified. + +## 0.6.2 +Wed, 04 Aug 2021 20:48:46 GMT + +### Patches + +- npmignore ## 0.6.1 Wed, 04 Aug 2021 17:38:30 GMT diff --git a/packages/platform/package.json b/packages/platform/package.json index 7c8eb18219..5f9debbc10 100644 --- a/packages/platform/package.json +++ b/packages/platform/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/platform", - "version": "0.6.1", + "version": "0.6.2", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", diff --git a/server/ws/CHANGELOG.json b/server/ws/CHANGELOG.json index 506d62fcaf..c7213f8818 100644 --- a/server/ws/CHANGELOG.json +++ b/server/ws/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@anticrm/server-ws", "entries": [ + { + "version": "0.6.2", + "tag": "@anticrm/server-ws_v0.6.2", + "date": "Wed, 04 Aug 2021 20:48:46 GMT", + "comments": { + "patch": [ + { + "comment": "logging" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.1` to `~0.6.2`" + } + ] + } + }, { "version": "0.6.1", "tag": "@anticrm/server-ws_v0.6.1", diff --git a/server/ws/CHANGELOG.md b/server/ws/CHANGELOG.md index 4cb427a202..3b85f9178e 100644 --- a/server/ws/CHANGELOG.md +++ b/server/ws/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @anticrm/server-ws -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:48:46 GMT and should not be manually modified. + +## 0.6.2 +Wed, 04 Aug 2021 20:48:46 GMT + +### Patches + +- logging ## 0.6.1 Wed, 04 Aug 2021 17:38:30 GMT diff --git a/server/ws/package.json b/server/ws/package.json index aa40fd6e82..afebaec94f 100644 --- a/server/ws/package.json +++ b/server/ws/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/server-ws", - "version": "0.6.1", + "version": "0.6.2", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", @@ -22,6 +22,6 @@ "dependencies": { "jwt-simple": "^0.5.6", "ws": "^8.0.0", - "@anticrm/platform": "~0.6.1" + "@anticrm/platform": "~0.6.2" } }