diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 7815cecbf..041d1e0b5 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.91](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.90...@standardnotes/desktop@3.23.91) (2022-08-10) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.90](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.89...@standardnotes/desktop@3.23.90) (2022-08-09) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index bd5c9f1af..10882299c 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.90", + "version": "3.23.91", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 848e503d5..879c2a602 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.31.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.6...@standardnotes/mobile@3.31.7) (2022-08-10) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.31.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.5...@standardnotes/mobile@3.31.6) (2022-08-09) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 2b36400ce..6b7f3d848 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.31.6", + "version": "3.31.7", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 5176c4b0d..56a24870c 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.13](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.12...@standardnotes/releases@1.3.13) (2022-08-10) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.12](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.11...@standardnotes/releases@1.3.12) (2022-08-09) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 4464e111e..59bbc73e6 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.12", + "version": "1.3.13", "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 cea4ef22b..f9182bdee 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.44.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.44.2...@standardnotes/web@3.44.3) (2022-08-10) + +### Bug Fixes + +* tag context menu button opening notes list veiw ([#1390](https://github.com/standardnotes/app/issues/1390)) ([82a8bcc](https://github.com/standardnotes/app/commit/82a8bcc4407fce2e255b06a0c31c5fd244f5973f)) +* tags being dimmed on safari ([#1389](https://github.com/standardnotes/app/issues/1389)) ([77cbb6b](https://github.com/standardnotes/app/commit/77cbb6b06e901de9e0eccee98219f946b014fe21)) + ## [3.44.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.44.1...@standardnotes/web@3.44.2) (2022-08-09) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 26b15ff39..db5f46b93 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.44.2", + "version": "3.44.3", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",