diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 43115f93c..b5da955ea 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.190](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.189...@standardnotes/desktop@3.23.190) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.189](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.188...@standardnotes/desktop@3.23.189) (2022-10-05) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index e431a7cd5..6a59f8b2a 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.189", + "version": "3.23.190", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index f357f1d30..2ecc375ec 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.39.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.39.6...@standardnotes/mobile@3.39.7) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.39.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.39.5...@standardnotes/mobile@3.39.6) (2022-10-05) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 65918b3a1..971b91760 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.39.6", + "version": "3.39.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 9872fa3a8..0893a3dab 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.115](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.114...@standardnotes/releases@1.3.115) (2022-10-05) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.114](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.113...@standardnotes/releases@1.3.114) (2022-10-05) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index fbc9a166b..17423f8fd 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.114", + "version": "1.3.115", "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 f2b2a9031..274242784 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.69.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.68.6...@standardnotes/web@3.69.0) (2022-10-05) + +### Features + +* add file info panel button to file view ([#1741](https://github.com/standardnotes/app/issues/1741)) ([376810e](https://github.com/standardnotes/app/commit/376810e657b5dace6cc342b7298bb00abd311587)) + ## [3.68.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.68.5...@standardnotes/web@3.68.6) (2022-10-05) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index a12d49218..3c5b69bee 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.68.6", + "version": "3.69.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",