From 3f1c8851bcf5f0e2671433a65e35cb79c5e46c6e Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Wed, 4 Aug 2021 20:06:13 +0200 Subject: [PATCH] publish `core` Signed-off-by: Andrey Platov --- .../core/hierarchy-doc_2021-08-04-18-03.json | 10 ---------- dev/server/package.json | 2 +- dev/storage/package.json | 2 +- packages/core/CHANGELOG.json | 12 ++++++++++++ packages/core/CHANGELOG.md | 9 ++++++++- packages/core/package.json | 2 +- 6 files changed, 23 insertions(+), 14 deletions(-) delete mode 100644 common/changes/@anticrm/core/hierarchy-doc_2021-08-04-18-03.json diff --git a/common/changes/@anticrm/core/hierarchy-doc_2021-08-04-18-03.json b/common/changes/@anticrm/core/hierarchy-doc_2021-08-04-18-03.json deleted file mode 100644 index fec20c1f67..0000000000 --- a/common/changes/@anticrm/core/hierarchy-doc_2021-08-04-18-03.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@anticrm/core", - "comment": "Add `hierarchy.ts` docs", - "type": "patch" - } - ], - "packageName": "@anticrm/core" -} \ No newline at end of file diff --git a/dev/server/package.json b/dev/server/package.json index 19ae7e5bbb..a11d1bc705 100644 --- a/dev/server/package.json +++ b/dev/server/package.json @@ -21,7 +21,7 @@ "dependencies": { "@anticrm/dev-storage": "~0.6.1", "@anticrm/server-ws": "~0.6.1", - "@anticrm/core": "~0.6.2", + "@anticrm/core": "~0.6.3", "@anticrm/platform": "~0.6.1" } } diff --git a/dev/storage/package.json b/dev/storage/package.json index 71c684772d..a95ec04fa9 100644 --- a/dev/storage/package.json +++ b/dev/storage/package.json @@ -22,7 +22,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.2", + "@anticrm/core": "~0.6.3", "@anticrm/platform": "~0.6.1" } } diff --git a/packages/core/CHANGELOG.json b/packages/core/CHANGELOG.json index 871dd94d27..367f5b55f9 100644 --- a/packages/core/CHANGELOG.json +++ b/packages/core/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@anticrm/core", "entries": [ + { + "version": "0.6.3", + "tag": "@anticrm/core_v0.6.3", + "date": "Wed, 04 Aug 2021 18:05:12 GMT", + "comments": { + "patch": [ + { + "comment": "Add `hierarchy.ts` docs" + } + ] + } + }, { "version": "0.6.2", "tag": "@anticrm/core_v0.6.2", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6f38d653f5..efd02f2d13 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @anticrm/core -This log was last generated on Wed, 04 Aug 2021 17:53:24 GMT and should not be manually modified. +This log was last generated on Wed, 04 Aug 2021 18:05:12 GMT and should not be manually modified. + +## 0.6.3 +Wed, 04 Aug 2021 18:05:12 GMT + +### Patches + +- Add `hierarchy.ts` docs ## 0.6.2 Wed, 04 Aug 2021 17:53:24 GMT diff --git a/packages/core/package.json b/packages/core/package.json index 221ecb1e4f..95e758e6f1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/core", - "version": "0.6.2", + "version": "0.6.3", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0",