diff --git a/cloud/app/package-lock.json b/cloud/app/package-lock.json index ebe56aaf80..a3be933aab 100644 --- a/cloud/app/package-lock.json +++ b/cloud/app/package-lock.json @@ -4,9 +4,9 @@ "lockfileVersion": 1, "dependencies": { "@anticrm/dev-account": { - "version": "0.6.6", - "resolved": "https://registry.npmjs.org/@anticrm/dev-account/-/dev-account-0.6.6.tgz", - "integrity": "sha512-kdXQyNXwfS9VlyPSkNLSCsiMxVZLCvaCL48tmbP/6HcCpyraqncqqCiSIuTCyQfwK2ed/XICZGIZEiOnP/2U/Q==", + "version": "0.6.7", + "resolved": "https://registry.npmjs.org/@anticrm/dev-account/-/dev-account-0.6.7.tgz", + "integrity": "sha512-MG73FnKHoT4caYjdoPRvU4vsUaMMu2SYKJdpjHndgNPAiWJzh+RJiL3NKZ9lXCbe5S2b10AvJ5eJ+hvbn/7e8A==", "requires": { "@anticrm/platform": "~0.6.5", "jwt-simple": "^0.5.6" diff --git a/cloud/app/package.json b/cloud/app/package.json index 46382dd5ee..1cd06e53c9 100644 --- a/cloud/app/package.json +++ b/cloud/app/package.json @@ -5,7 +5,7 @@ "@types/mime": "^2.0.3" }, "dependencies": { - "@anticrm/dev-account": "^0.6.6", + "@anticrm/dev-account": "^0.6.7", "@pulumi/aws": "^4.14.0", "@pulumi/cloud": "^0.30.1", "@pulumi/cloud-aws": "^0.30.1", diff --git a/dev/account/CHANGELOG.json b/dev/account/CHANGELOG.json index f6f8878c7f..4c781fceef 100644 --- a/dev/account/CHANGELOG.json +++ b/dev/account/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@anticrm/dev-account", "entries": [ + { + "version": "0.6.7", + "tag": "@anticrm/dev-account_v0.6.7", + "date": "Mon, 09 Aug 2021 08:00:44 GMT", + "comments": { + "patch": [ + { + "comment": "fix" + } + ] + } + }, { "version": "0.6.6", "tag": "@anticrm/dev-account_v0.6.6", diff --git a/dev/account/CHANGELOG.md b/dev/account/CHANGELOG.md index e256d75350..bf76e95e16 100644 --- a/dev/account/CHANGELOG.md +++ b/dev/account/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @anticrm/dev-account -This log was last generated on Sun, 08 Aug 2021 12:00:07 GMT and should not be manually modified. +This log was last generated on Mon, 09 Aug 2021 08:00:44 GMT and should not be manually modified. + +## 0.6.7 +Mon, 09 Aug 2021 08:00:44 GMT + +### Patches + +- fix ## 0.6.6 Sun, 08 Aug 2021 12:00:07 GMT diff --git a/dev/account/package.json b/dev/account/package.json index dda3a888f2..43af980563 100644 --- a/dev/account/package.json +++ b/dev/account/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/dev-account", - "version": "0.6.6", + "version": "0.6.7", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", diff --git a/dev/prod/package.json b/dev/prod/package.json index f498ba5d89..6583c6241e 100644 --- a/dev/prod/package.json +++ b/dev/prod/package.json @@ -43,7 +43,7 @@ "svelte": "^3.42.1", "@anticrm/login": "~0.6.1", "@anticrm/login-assets": "~0.6.0", - "@anticrm/login-resources": "~0.6.1", + "@anticrm/login-resources": "~0.6.2", "@anticrm/client": "~0.6.1", "@anticrm/dev-client-resources": "~0.6.0", "@anticrm/workbench": "~0.6.1", diff --git a/plugins/login-resources/CHANGELOG.json b/plugins/login-resources/CHANGELOG.json index 004f088ac6..e132daa229 100644 --- a/plugins/login-resources/CHANGELOG.json +++ b/plugins/login-resources/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@anticrm/login-resources", "entries": [ + { + "version": "0.6.2", + "tag": "@anticrm/login-resources_v0.6.2", + "date": "Mon, 09 Aug 2021 08:00:44 GMT", + "comments": { + "patch": [ + { + "comment": "fix" + } + ] + } + }, { "version": "0.6.1", "tag": "@anticrm/login-resources_v0.6.1", diff --git a/plugins/login-resources/CHANGELOG.md b/plugins/login-resources/CHANGELOG.md index c77e6a8efd..c43f1903ca 100644 --- a/plugins/login-resources/CHANGELOG.md +++ b/plugins/login-resources/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @anticrm/login-resources -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 Mon, 09 Aug 2021 08:00:44 GMT and should not be manually modified. + +## 0.6.2 +Mon, 09 Aug 2021 08:00:44 GMT + +### Patches + +- fix ## 0.6.1 Sun, 08 Aug 2021 21:05:26 GMT diff --git a/plugins/login-resources/package.json b/plugins/login-resources/package.json index db53c9caff..f983868046 100644 --- a/plugins/login-resources/package.json +++ b/plugins/login-resources/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/login-resources", - "version": "0.6.1", + "version": "0.6.2", "main": "src/index.ts", "author": "Anticrm Platform Contributors", "license": "EPL-2.0",