diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index c37d6d457..802320a02 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.243](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.242...@standardnotes/desktop@3.23.243) (2022-10-24) + +**Note:** Version bump only for package @standardnotes/desktop + ## [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 diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ffe3284cf..ef177b3fa 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.242", + "version": "3.23.243", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 27a4f189a..3c5f4928d 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.30](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.43.29...@standardnotes/mobile@3.43.30) (2022-10-24) + +**Note:** Version bump only for package @standardnotes/mobile + ## [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 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 8b17683e8..372f05057 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.43.29", + "version": "3.43.30", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 71e672b5a..9c120fa98 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.172](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.171...@standardnotes/releases@1.3.172) (2022-10-24) + +**Note:** Version bump only for package @standardnotes/releases + ## [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 diff --git a/packages/releases/package.json b/packages/releases/package.json index 891249255..d7208121b 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.171", + "version": "1.3.172", "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 6d37036c4..e799134f0 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.84.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.84.6...@standardnotes/web@3.84.7) (2022-10-24) + +### Bug Fixes + +* dont show item list "hover" indicator on mobile ([4181d7f](https://github.com/standardnotes/app/commit/4181d7ff2c6ff76bfd2eeaea5fa770d04062fb7c)) + ## [3.84.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.84.5...@standardnotes/web@3.84.6) (2022-10-23) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index a60d34d6c..e208b7c6b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.84.6", + "version": "3.84.7", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",