diff --git a/dev/client-resources/CHANGELOG.json b/dev/client-resources/CHANGELOG.json index aa8625192e..3139602009 100644 --- a/dev/client-resources/CHANGELOG.json +++ b/dev/client-resources/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@anticrm/dev-client-resources", "entries": [ + { + "version": "0.6.1", + "tag": "@anticrm/dev-client-resources_v0.6.1", + "date": "Wed, 11 Aug 2021 09:37:04 GMT", + "comments": { + "patch": [ + { + "comment": "Server support for workspaces" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@anticrm/core\" from `~0.6.8` to `~0.6.10`" + }, + { + "comment": "Updating dependency \"@anticrm/dev-storage\" from `~0.6.3` to `~0.6.6`" + } + ] + } + }, { "version": "0.6.0", "tag": "@anticrm/dev-client-resources_v0.6.0", diff --git a/dev/client-resources/CHANGELOG.md b/dev/client-resources/CHANGELOG.md index a424c95781..9812a96e05 100644 --- a/dev/client-resources/CHANGELOG.md +++ b/dev/client-resources/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @anticrm/dev-client-resources -This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified. +This log was last generated on Wed, 11 Aug 2021 09:37:04 GMT and should not be manually modified. + +## 0.6.1 +Wed, 11 Aug 2021 09:37:04 GMT + +### Patches + +- Server support for workspaces ## 0.6.0 Sun, 08 Aug 2021 10:14:57 GMT diff --git a/dev/client-resources/package.json b/dev/client-resources/package.json index 314dab13bd..3c6becf603 100644 --- a/dev/client-resources/package.json +++ b/dev/client-resources/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/dev-client-resources", - "version": "0.6.0", + "version": "0.6.1", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", @@ -19,8 +19,8 @@ }, "dependencies": { "@anticrm/platform":"~0.6.5", - "@anticrm/core":"~0.6.8", + "@anticrm/core":"~0.6.10", "@anticrm/client":"~0.6.1", - "@anticrm/dev-storage":"~0.6.3" + "@anticrm/dev-storage":"~0.6.6" } } diff --git a/dev/prod/package.json b/dev/prod/package.json index 2f0b04d81b..f72c2ac1b1 100644 --- a/dev/prod/package.json +++ b/dev/prod/package.json @@ -45,7 +45,7 @@ "@anticrm/login-assets": "~0.6.0", "@anticrm/login-resources": "~0.6.2", "@anticrm/client": "~0.6.1", - "@anticrm/dev-client-resources": "~0.6.0", + "@anticrm/dev-client-resources": "~0.6.1", "@anticrm/workbench": "~0.6.1", "@anticrm/workbench-resources": "~0.6.1", "@anticrm/view": "~0.6.0", diff --git a/dev/server-chunter-resources/package.json b/dev/server-chunter-resources/package.json index 1d0789e7fa..aebb749102 100644 --- a/dev/server-chunter-resources/package.json +++ b/dev/server-chunter-resources/package.json @@ -18,7 +18,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/platform": "~0.6.5", "@anticrm/server-core": "~0.6.0", "@anticrm/server-chunter": "~0.6.1", diff --git a/dev/server/CHANGELOG.json b/dev/server/CHANGELOG.json index fe966ca961..bc807b7f86 100644 --- a/dev/server/CHANGELOG.json +++ b/dev/server/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@anticrm/dev-server", "entries": [ + { + "version": "0.6.8", + "tag": "@anticrm/dev-server_v0.6.8", + "date": "Wed, 11 Aug 2021 09:37:04 GMT", + "comments": { + "patch": [ + { + "comment": "Server support for workspaces" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@anticrm/dev-storage\" from `~0.6.3` to `~0.6.6`" + }, + { + "comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.6` to `~0.6.8`" + }, + { + "comment": "Updating dependency \"@anticrm/core\" from `~0.6.8` to `~0.6.10`" + } + ] + } + }, { "version": "0.6.6", "tag": "@anticrm/dev-server_v0.6.6", diff --git a/dev/server/CHANGELOG.md b/dev/server/CHANGELOG.md index 724781503d..36e9aa3a9d 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 Sun, 08 Aug 2021 21:05:26 GMT and should not be manually modified. +This log was last generated on Wed, 11 Aug 2021 09:37:04 GMT and should not be manually modified. + +## 0.6.8 +Wed, 11 Aug 2021 09:37:04 GMT + +### Patches + +- Server support for workspaces ## 0.6.6 Sun, 08 Aug 2021 21:05:26 GMT diff --git a/dev/server/package.json b/dev/server/package.json index debd4e3b65..ecab096ada 100644 --- a/dev/server/package.json +++ b/dev/server/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/dev-server", - "version": "0.6.7", + "version": "0.6.8", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", @@ -20,9 +20,9 @@ "ts-node":"^10.1.0" }, "dependencies": { - "@anticrm/dev-storage": "~0.6.3", - "@anticrm/server-ws": "~0.6.6", - "@anticrm/core": "~0.6.8", + "@anticrm/dev-storage": "~0.6.6", + "@anticrm/server-ws": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/platform": "~0.6.5", "jwt-simple": "~0.5.6", "@anticrm/server-chunter": "~0.6.1", diff --git a/dev/storage/CHANGELOG.json b/dev/storage/CHANGELOG.json index 208dbd8b43..87e22ec2af 100644 --- a/dev/storage/CHANGELOG.json +++ b/dev/storage/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@anticrm/dev-storage", "entries": [ + { + "version": "0.6.6", + "tag": "@anticrm/dev-storage_v0.6.6", + "date": "Wed, 11 Aug 2021 09:37:04 GMT", + "comments": { + "patch": [ + { + "comment": "Server support for workspaces" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@anticrm/core\" from `~0.6.8` to `~0.6.10`" + } + ] + } + }, { "version": "0.6.3", "tag": "@anticrm/dev-storage_v0.6.3", diff --git a/dev/storage/CHANGELOG.md b/dev/storage/CHANGELOG.md index c690f0bebe..3e5906778e 100644 --- a/dev/storage/CHANGELOG.md +++ b/dev/storage/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @anticrm/dev-storage -This log was last generated on Wed, 04 Aug 2021 21:18:44 GMT and should not be manually modified. +This log was last generated on Wed, 11 Aug 2021 09:37:04 GMT and should not be manually modified. + +## 0.6.6 +Wed, 11 Aug 2021 09:37:04 GMT + +### Patches + +- Server support for workspaces ## 0.6.3 Wed, 04 Aug 2021 21:18:44 GMT diff --git a/dev/storage/package.json b/dev/storage/package.json index 202a06699f..6534873110 100644 --- a/dev/storage/package.json +++ b/dev/storage/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/dev-storage", - "version": "0.6.5", + "version": "0.6.6", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", @@ -18,7 +18,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/platform": "~0.6.5", "@anticrm/server-core": "~0.6.0", "@anticrm/server": "~0.6.0" diff --git a/models/chunter/package.json b/models/chunter/package.json index 481747b420..556844fc12 100644 --- a/models/chunter/package.json +++ b/models/chunter/package.json @@ -17,7 +17,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/model": "~0.6.0", "@anticrm/ui": "~0.6.0", "@anticrm/view": "~0.6.0", diff --git a/models/contact/package.json b/models/contact/package.json index 0cf805e643..891a6bec2c 100644 --- a/models/contact/package.json +++ b/models/contact/package.json @@ -20,7 +20,7 @@ "@anticrm/model-core": "~0.6.0", "@anticrm/model-view": "~0.6.0", "@anticrm/model": "~0.6.0", - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/ui": "~0.6.0", "@anticrm/platform": "~0.6.5", "@anticrm/contact": "~0.6.0" diff --git a/models/core/package.json b/models/core/package.json index ed05eab951..b99037054a 100644 --- a/models/core/package.json +++ b/models/core/package.json @@ -17,7 +17,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/model": "~0.6.0", "@anticrm/platform": "~0.6.5" } diff --git a/models/demo/package.json b/models/demo/package.json index 96ca01c0ab..5f7b490227 100644 --- a/models/demo/package.json +++ b/models/demo/package.json @@ -17,7 +17,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/model": "~0.6.0", "@anticrm/platform": "~0.6.5", "@anticrm/model-recruit": "~0.6.0", diff --git a/models/recruit/package.json b/models/recruit/package.json index d5c5a20a3b..44d71f4242 100644 --- a/models/recruit/package.json +++ b/models/recruit/package.json @@ -17,7 +17,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/model": "~0.6.0", "@anticrm/ui": "~0.6.0", "@anticrm/contact": "~0.6.0", diff --git a/models/server-chunter/package.json b/models/server-chunter/package.json index 7fe8749a88..ff71a9cd31 100644 --- a/models/server-chunter/package.json +++ b/models/server-chunter/package.json @@ -17,7 +17,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/model": "~0.6.0", "@anticrm/platform": "~0.6.5", "@anticrm/server-chunter": "~0.6.1", diff --git a/models/server-core/package.json b/models/server-core/package.json index 6cdfb82fcd..4dd9721ead 100644 --- a/models/server-core/package.json +++ b/models/server-core/package.json @@ -17,7 +17,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/model": "~0.6.0", "@anticrm/platform": "~0.6.5", "@anticrm/server-core": "~0.6.0", diff --git a/models/task/package.json b/models/task/package.json index a9610b1502..3ec945de1c 100644 --- a/models/task/package.json +++ b/models/task/package.json @@ -17,7 +17,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/model": "~0.6.0", "@anticrm/ui": "~0.6.0", "@anticrm/contact": "~0.6.0", diff --git a/models/view/package.json b/models/view/package.json index d12818392a..7392d06bd1 100644 --- a/models/view/package.json +++ b/models/view/package.json @@ -17,7 +17,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/model": "~0.6.0", "@anticrm/platform": "~0.6.5", "@anticrm/ui": "~0.6.0", diff --git a/models/workbench/package.json b/models/workbench/package.json index b55027b1e7..32ecc0f388 100644 --- a/models/workbench/package.json +++ b/models/workbench/package.json @@ -17,7 +17,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/model": "~0.6.0", "@anticrm/platform": "~0.6.5", "@anticrm/model-core": "~0.6.0", diff --git a/packages/core/CHANGELOG.json b/packages/core/CHANGELOG.json index db657d597a..588b2200d1 100644 --- a/packages/core/CHANGELOG.json +++ b/packages/core/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@anticrm/core", "entries": [ + { + "version": "0.6.10", + "tag": "@anticrm/core_v0.6.10", + "date": "Wed, 11 Aug 2021 09:37:04 GMT", + "comments": { + "patch": [ + { + "comment": "Server support for workspaces" + } + ] + } + }, { "version": "0.6.8", "tag": "@anticrm/core_v0.6.8", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5af2648e9f..a30b47c855 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 Sun, 08 Aug 2021 21:05:26 GMT and should not be manually modified. +This log was last generated on Wed, 11 Aug 2021 09:37:04 GMT and should not be manually modified. + +## 0.6.10 +Wed, 11 Aug 2021 09:37:04 GMT + +### Patches + +- Server support for workspaces ## 0.6.8 Sun, 08 Aug 2021 21:05:26 GMT diff --git a/packages/core/package.json b/packages/core/package.json index 4e92694e4d..79b1beab70 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/core", - "version": "0.6.9", + "version": "0.6.10", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", diff --git a/packages/model/package.json b/packages/model/package.json index f5da26a259..c9427a213f 100644 --- a/packages/model/package.json +++ b/packages/model/package.json @@ -19,7 +19,7 @@ "@types/toposort":"^2.0.3" }, "dependencies": { - "@anticrm/core":"~0.6.8", + "@anticrm/core":"~0.6.10", "@anticrm/platform":"~0.6.5", "toposort":"^2.0.2" } diff --git a/packages/presentation/package.json b/packages/presentation/package.json index faff9bbd7a..1101439f73 100644 --- a/packages/presentation/package.json +++ b/packages/presentation/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@anticrm/platform": "~0.6.5", - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/query": "~0.6.1", "@anticrm/ui": "~0.6.0", "@anticrm/view": "~0.6.0", diff --git a/packages/query/package.json b/packages/query/package.json index 5a9e3f3dcd..878b3b5e65 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -20,6 +20,6 @@ }, "dependencies": { "@anticrm/platform": "~0.6.5", - "@anticrm/core": "~0.6.8" + "@anticrm/core": "~0.6.10" } } diff --git a/packages/text-editor/package.json b/packages/text-editor/package.json index 94eba9158b..3cd2ca572a 100644 --- a/packages/text-editor/package.json +++ b/packages/text-editor/package.json @@ -22,7 +22,7 @@ "svelte": "^3.37.0", "@anticrm/presentation": "~0.6.1", "@anticrm/contact": "~0.6.0", - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/ui": "~0.6.0", "@tiptap/core": "~2.0.0-beta.93", "@tiptap/starter-kit": "~2.0.0-beta.89", diff --git a/plugins/chunter-resources/package.json b/plugins/chunter-resources/package.json index f3d29b174d..69f75bc4d5 100644 --- a/plugins/chunter-resources/package.json +++ b/plugins/chunter-resources/package.json @@ -19,7 +19,7 @@ "svelte-preprocess":"^4.7.4" }, "dependencies": { - "@anticrm/core":"~0.6.8", + "@anticrm/core":"~0.6.10", "@anticrm/platform":"~0.6.5", "@anticrm/ui":"~0.6.0", "@anticrm/presentation":"~0.6.1", diff --git a/plugins/chunter/package.json b/plugins/chunter/package.json index e7ef56a335..3da531fee3 100644 --- a/plugins/chunter/package.json +++ b/plugins/chunter/package.json @@ -19,6 +19,6 @@ }, "dependencies": { "@anticrm/platform":"~0.6.5", - "@anticrm/core":"~0.6.8" + "@anticrm/core":"~0.6.10" } } diff --git a/plugins/client-resources/package.json b/plugins/client-resources/package.json index bcfa165614..592a7374d4 100644 --- a/plugins/client-resources/package.json +++ b/plugins/client-resources/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@anticrm/platform":"~0.6.5", - "@anticrm/core":"~0.6.8", + "@anticrm/core":"~0.6.10", "@anticrm/client":"~0.6.1" } } diff --git a/plugins/client/package.json b/plugins/client/package.json index 6c3d5067b1..2a27a1174a 100644 --- a/plugins/client/package.json +++ b/plugins/client/package.json @@ -19,6 +19,6 @@ }, "dependencies": { "@anticrm/platform":"~0.6.5", - "@anticrm/core":"~0.6.8" + "@anticrm/core":"~0.6.10" } } diff --git a/plugins/contact/package.json b/plugins/contact/package.json index ec1b397fa8..bd35a60925 100644 --- a/plugins/contact/package.json +++ b/plugins/contact/package.json @@ -19,6 +19,6 @@ }, "dependencies": { "@anticrm/platform":"~0.6.5", - "@anticrm/core":"~0.6.8" + "@anticrm/core":"~0.6.10" } } diff --git a/plugins/recruit-resources/package.json b/plugins/recruit-resources/package.json index e1d53e0ca2..55ff37de72 100644 --- a/plugins/recruit-resources/package.json +++ b/plugins/recruit-resources/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@anticrm/platform": "~0.6.5", - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "svelte": "^3.37.0", "@anticrm/recruit": "~0.6.0", "@anticrm/ui": "~0.6.0", diff --git a/plugins/recruit/package.json b/plugins/recruit/package.json index 56b3e2dfd1..dbfb0520b7 100644 --- a/plugins/recruit/package.json +++ b/plugins/recruit/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@anticrm/platform":"~0.6.5", - "@anticrm/core":"~0.6.8", + "@anticrm/core":"~0.6.10", "@anticrm/contact":"~0.6.0" } } diff --git a/plugins/task/package.json b/plugins/task/package.json index 5e46c5e1fd..ff17690716 100644 --- a/plugins/task/package.json +++ b/plugins/task/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@anticrm/platform":"~0.6.5", - "@anticrm/core":"~0.6.8", + "@anticrm/core":"~0.6.10", "@anticrm/contact":"~0.6.0" } } diff --git a/plugins/view-resources/package.json b/plugins/view-resources/package.json index 6082af0f14..3495cd2de2 100644 --- a/plugins/view-resources/package.json +++ b/plugins/view-resources/package.json @@ -21,7 +21,7 @@ "dependencies": { "svelte": "^3.37.0", "@anticrm/platform": "~0.6.5", - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/view": "~0.6.0", "@anticrm/ui": "~0.6.0", "@anticrm/presentation": "~0.6.1" diff --git a/plugins/view/package.json b/plugins/view/package.json index c819a88989..af369a8e96 100644 --- a/plugins/view/package.json +++ b/plugins/view/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@anticrm/platform":"~0.6.5", - "@anticrm/core":"~0.6.8", + "@anticrm/core":"~0.6.10", "@anticrm/ui":"~0.6.0" } } diff --git a/plugins/workbench-resources/package.json b/plugins/workbench-resources/package.json index 1a15faaf7c..943c4db84d 100644 --- a/plugins/workbench-resources/package.json +++ b/plugins/workbench-resources/package.json @@ -21,7 +21,7 @@ "dependencies": { "svelte": "^3.37.0", "@anticrm/platform": "~0.6.5", - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/client": "~0.6.1", "@anticrm/workbench": "~0.6.1", "@anticrm/ui": "~0.6.0", diff --git a/plugins/workbench/package.json b/plugins/workbench/package.json index 889abbb4be..1a8af7b2bf 100644 --- a/plugins/workbench/package.json +++ b/plugins/workbench/package.json @@ -18,7 +18,7 @@ "eslint":"^7.32.0" }, "dependencies": { - "@anticrm/core":"~0.6.8", + "@anticrm/core":"~0.6.10", "@anticrm/platform":"~0.6.5", "@anticrm/ui":"~0.6.0" } diff --git a/server/chunter/package.json b/server/chunter/package.json index 14a642924d..5142e3b5a9 100644 --- a/server/chunter/package.json +++ b/server/chunter/package.json @@ -20,7 +20,7 @@ "@types/ws":"^7.4.7" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/platform": "~0.6.5", "@anticrm/server-core": "~0.6.0" } diff --git a/server/core/package.json b/server/core/package.json index d0888f1700..8e852a1a92 100644 --- a/server/core/package.json +++ b/server/core/package.json @@ -20,7 +20,7 @@ "@types/ws":"^7.4.7" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/platform": "~0.6.5" } } diff --git a/server/server/package.json b/server/server/package.json index 09b316ecce..1675b640c4 100644 --- a/server/server/package.json +++ b/server/server/package.json @@ -20,7 +20,7 @@ "@types/ws":"^7.4.7" }, "dependencies": { - "@anticrm/core": "~0.6.8", + "@anticrm/core": "~0.6.10", "@anticrm/platform": "~0.6.5", "@anticrm/server-core": "~0.6.0" } diff --git a/server/ws/CHANGELOG.json b/server/ws/CHANGELOG.json index e86d442736..ddaeee0026 100644 --- a/server/ws/CHANGELOG.json +++ b/server/ws/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@anticrm/server-ws", "entries": [ + { + "version": "0.6.8", + "tag": "@anticrm/server-ws_v0.6.8", + "date": "Wed, 11 Aug 2021 09:37:04 GMT", + "comments": { + "patch": [ + { + "comment": "Server support for workspaces" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@anticrm/core\" from `~0.6.9` to `~0.6.10`" + } + ] + } + }, { "version": "0.6.6", "tag": "@anticrm/server-ws_v0.6.6", diff --git a/server/ws/CHANGELOG.md b/server/ws/CHANGELOG.md index f96e356fa0..1d13b719b6 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 Mon, 09 Aug 2021 10:52:12 GMT and should not be manually modified. +This log was last generated on Wed, 11 Aug 2021 09:37:04 GMT and should not be manually modified. + +## 0.6.8 +Wed, 11 Aug 2021 09:37:04 GMT + +### Patches + +- Server support for workspaces ## 0.6.6 Mon, 09 Aug 2021 10:52:12 GMT diff --git a/server/ws/package.json b/server/ws/package.json index a39282c4f4..6fa3ccdf6e 100644 --- a/server/ws/package.json +++ b/server/ws/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/server-ws", - "version": "0.6.7", + "version": "0.6.8", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", @@ -23,6 +23,6 @@ "jwt-simple": "^0.5.6", "ws": "^8.0.0", "@anticrm/platform": "~0.6.5", - "@anticrm/core": "~0.6.9" + "@anticrm/core": "~0.6.10" } }