chore(version-snjs): 2.7.2

This commit is contained in:
Antonella Sgarlatta
2021-06-17 13:18:48 -03:00
parent eb41b426fd
commit 650109f63f
3 changed files with 6 additions and 7 deletions

View File

@@ -228,8 +228,7 @@ class AccountMenuCtrl extends PureViewCtrl<unknown, AccountMenuState> {
onHostInputChange() {
const url = this.getState().formData.url!;
this.application!.setHost(url);
this.application!.setNextVersionHost(url);
this.application!.setCustomHost(url);
}
refreshEncryptionStatus() {

View File

@@ -71,7 +71,7 @@
"@reach/checkbox": "^0.13.2",
"@reach/dialog": "^0.13.0",
"@standardnotes/sncrypto-web": "1.2.10",
"@standardnotes/snjs": "2.7.1",
"@standardnotes/snjs": "2.7.2",
"mobx": "^6.1.6",
"mobx-react-lite": "^3.2.0",
"preact": "^10.5.12"

View File

@@ -1936,10 +1936,10 @@
"@standardnotes/sncrypto-common" "^1.2.7"
libsodium-wrappers "^0.7.8"
"@standardnotes/snjs@2.7.1":
version "2.7.1"
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.7.1.tgz#e8073942fe9a8f762989ab75df94407b9934ea3e"
integrity sha512-kCZU4Tx6vNYcEeh22ax8Vfr/LYEbgAqI9nSC6jB8MTg6nJzCuh4b/nngW+yVUz91phu156XN0YeMyj7HJ3DWVw==
"@standardnotes/snjs@2.7.2":
version "2.7.2"
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.7.2.tgz#bf44efc6fae67d8f4d76564ae82bced992e8bf74"
integrity sha512-qffg5yvEzdvL3lOkcIUEwzGQl9fk6bgLU7ocK7bLkS213bmNihbWxaGqb0Hk5QvD675snsJdjdKjBDkEOI3ZUA==
dependencies:
"@standardnotes/auth" "^2.0.0"
"@standardnotes/sncrypto-common" "^1.2.9"