Skip to content

Commit

Permalink
Merge branch 'hotfix/10.6.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jan 5, 2022
2 parents e725fb1 + f55247c commit e7a8bbb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.9.12",
"version": "3.9.13",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
Expand Down Expand Up @@ -87,9 +87,9 @@
"@reach/dialog": "^0.16.2",
"@reach/listbox": "^0.16.2",
"@reach/tooltip": "^0.16.2",
"@standardnotes/features": "1.20.4",
"@standardnotes/features": "1.20.5",
"@standardnotes/sncrypto-web": "1.5.3",
"@standardnotes/snjs": "2.31.22",
"@standardnotes/snjs": "2.31.25",
"mobx": "^6.3.5",
"mobx-react-lite": "^3.2.2",
"preact": "^10.5.15",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2628,10 +2628,10 @@
dependencies:
"@standardnotes/auth" "^3.8.1"

"@standardnotes/[email protected].4", "@standardnotes/features@^1.20.4":
version "1.20.4"
resolved "https://registry.yarnpkg.com/@standardnotes/features/-/features-1.20.4.tgz#85510217adfa703db59e73132f50348184276e62"
integrity sha512-HVl4dRlcDYGkLWY0Gl9z6kM1Gpria9UM3+8oeXyMsEe4T9Uye3s/SOKVWA++1ES7j2mkxcXXuW4wmmMuFYsRxA==
"@standardnotes/[email protected].5", "@standardnotes/features@^1.20.5":
version "1.20.5"
resolved "https://registry.yarnpkg.com/@standardnotes/features/-/features-1.20.5.tgz#443e3ae84d13f0aaa35708c5c237dac8041cb50d"
integrity sha512-4QQeWLk2frEF9UYOfnuQoulkUJ3PooVLasPUA+zva+KIokBiyPmVPsi3HAYXlHqowu+lDhKU2pUklLhm1ePvJw==
dependencies:
"@standardnotes/auth" "3.8.3"
"@standardnotes/common" "1.2.1"
Expand All @@ -2655,15 +2655,15 @@
buffer "^6.0.3"
libsodium-wrappers "^0.7.9"

"@standardnotes/[email protected].22":
version "2.31.22"
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.31.22.tgz#0e22f4dc8e91121a60d9a90cd1cc2d2305e3173c"
integrity sha512-DFM1c+H9HYk392SXB8eQqiwloGfALRoyfgGJ8I1/JZDk5z7AO46s4+FfIaCfkfLSawpo1nLxd7m28yOQN1QZdg==
"@standardnotes/[email protected].25":
version "2.31.25"
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.31.25.tgz#715dbecc0c71cc22a81d93b3aabfe7b436a480ac"
integrity sha512-DF0ZcIHfxIpaFepCIXNCVipwjgoy60FrSy5th0kNj5TCOYHryQ9bOiaWXQKHrQUi/8sKYJ+/W1pwRjz6+MpZMw==
dependencies:
"@standardnotes/auth" "3.8.1"
"@standardnotes/common" "1.2.1"
"@standardnotes/domain-events" "2.5.1"
"@standardnotes/features" "^1.20.4"
"@standardnotes/features" "^1.20.5"
"@standardnotes/settings" "^1.8.1"
"@standardnotes/sncrypto-common" "1.5.2"

Expand Down

0 comments on commit e7a8bbb

Please sign in to comment.