diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 7448afdfc..4a2669e45 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.211](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.210...@standardnotes/desktop@3.23.211) (2022-10-12) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.210](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.209...@standardnotes/desktop@3.23.210) (2022-10-12) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index e7096300c..486a5bd91 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.210", + "version": "3.23.211", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index f54752c63..049fff254 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.42.4](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.42.3...@standardnotes/mobile@3.42.4) (2022-10-12) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.42.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.42.2...@standardnotes/mobile@3.42.3) (2022-10-12) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 7a8813525..bb9dc1bfd 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.42.3", + "version": "3.42.4", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index bc3eb4ac6..0e5c0cc0b 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.139](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.138...@standardnotes/releases@1.3.139) (2022-10-12) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.138](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.137...@standardnotes/releases@1.3.138) (2022-10-12) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index f89ef4124..54ae2f55e 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.138", + "version": "1.3.139", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 51704a6c1..aa390f1e2 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/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.32.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.32.0...@standardnotes/services@1.32.1) (2022-10-12) + +**Note:** Version bump only for package @standardnotes/services + # [1.32.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.31.0...@standardnotes/services@1.32.0) (2022-10-12) ### Features diff --git a/packages/services/package.json b/packages/services/package.json index 3bcc67c9c..8b52c87c9 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.32.0", + "version": "1.32.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 88f485381..1ebcc18f6 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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. +## [2.138.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.138.1...@standardnotes/snjs@2.138.2) (2022-10-12) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.138.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.138.0...@standardnotes/snjs@2.138.1) (2022-10-12) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 667eeaa0d..f1efb7bc2 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.138.1", + "version": "2.138.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 68f06e24a..66bcaa280 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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.7.4](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.7.3...@standardnotes/ui-services@1.7.4) (2022-10-12) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.7.3](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.7.2...@standardnotes/ui-services@1.7.3) (2022-10-12) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 0c94aba77..f7538cb27 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.7.3", + "version": "1.7.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 49478da4d..f515173d2 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.72.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.72.3...@standardnotes/web@3.72.4) (2022-10-12) + +### Bug Fixes + +* bidirectional linking indicator for files ([37abac2](https://github.com/standardnotes/app/commit/37abac2ec2c839b3af9324a83e36cbbc409d86a9)) + ## [3.72.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.72.2...@standardnotes/web@3.72.3) (2022-10-12) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 6abc42dc6..486ff0196 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.72.3", + "version": "3.72.4", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",