diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 3e4c1e3ca..c37d6d457 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.23.242](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.241...@standardnotes/desktop@3.23.242) (2022-10-23) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.241](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.240...@standardnotes/desktop@3.23.241) (2022-10-23) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index e33dc373b..ffe3284cf 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/desktop", "main": "./app/dist/index.js", - "version": "3.23.241", + "version": "3.23.242", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index fb1a899a6..27a4f189a 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.43.29](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.43.28...@standardnotes/mobile@3.43.29) (2022-10-23) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.43.28](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.43.27...@standardnotes/mobile@3.43.28) (2022-10-23) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 0419c9a2f..8b17683e8 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.43.28", + "version": "3.43.29", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 44738ce98..71e672b5a 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.171](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.170...@standardnotes/releases@1.3.171) (2022-10-23) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.170](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.169...@standardnotes/releases@1.3.170) (2022-10-23) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 1aab00750..891249255 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.170", + "version": "1.3.171", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index f65cd378b..6d37036c4 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.84.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.84.5...@standardnotes/web@3.84.6) (2022-10-23) + +### Bug Fixes + +* listed menu closing when clicking inside challenge modal ([#1863](https://github.com/standardnotes/app/issues/1863)) ([bb63cbe](https://github.com/standardnotes/app/commit/bb63cbe2d15dd47d62a2cc34f824ed4bec6091de)) +* **web:** emoji length computation ([#1864](https://github.com/standardnotes/app/issues/1864)) ([bda16b8](https://github.com/standardnotes/app/commit/bda16b88c0708bb28f2b7da2fdf4cad2af1936d5)) + ## [3.84.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.84.4...@standardnotes/web@3.84.5) (2022-10-23) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 20ac7640a..a60d34d6c 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.84.5", + "version": "3.84.6", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",