diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index afa7cf801..c7e5aac3a 100644 --- a/packages/clipper/CHANGELOG.md +++ b/packages/clipper/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.1.162](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.161...@standardnotes/clipper@1.1.162) (2023-08-09) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.161](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.160...@standardnotes/clipper@1.1.161) (2023-08-09) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 4dbdbd25d..37997cea8 100644 --- a/packages/clipper/package.json +++ b/packages/clipper/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/clipper", "description": "Web clipper browser extension for Standard Notes", - "version": "1.1.161", + "version": "1.1.162", "private": true, "scripts": { "build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 71656ed02..4eb3f29c6 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.108.94](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.169.19...@standardnotes/desktop@3.108.94) (2023-08-09) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.93](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.169.18...@standardnotes/desktop@3.108.93) (2023-08-09) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 05d724c05..d188a0a8e 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.108.93", + "version": "3.108.94", "license": "CC BY-NC-SA 4.0", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index f50da6ae0..cdb640870 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.56.73](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.72...@standardnotes/mobile@3.56.73) (2023-08-09) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.72](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.71...@standardnotes/mobile@3.56.72) (2023-08-09) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index f3301bc7e..143e68404 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.72", + "version": "3.56.73", "author": "Standard Notes.", "private": true, "license": "CC BY-NC-SA 4.0", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 7db15a05a..e9d5c9fe1 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.4.446](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.445...@standardnotes/releases@1.4.446) (2023-08-09) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.445](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.444...@standardnotes/releases@1.4.445) (2023-08-09) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 130d100b1..b7b852d45 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.445", + "version": "1.4.446", "license": "CC BY-NC-SA 4.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 090ef8b48..66ae032e7 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.29.12](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.29.11...@standardnotes/ui-services@1.29.12) (2023-08-09) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.29.11](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.29.10...@standardnotes/ui-services@1.29.11) (2023-08-09) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 66d2ff448..5c78ad820 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.29.11", + "version": "1.29.12", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 96adce599..5b264beb8 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.169.20](https://github.com/standardnotes/app/compare/@standardnotes/web@3.169.19...@standardnotes/web@3.169.20) (2023-08-09) + +### Bug Fixes + +* Fixed issue where per-tag preferences were not accessible with offline subscription ([f9d9520](https://github.com/standardnotes/app/commit/f9d9520bcac7102f4ee30f7a710bfff8911b8637)) + ## [3.169.19](https://github.com/standardnotes/app/compare/@standardnotes/web@3.169.18...@standardnotes/web@3.169.19) (2023-08-09) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index e908ef42e..b86ac1a77 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.169.20", + "title": "[3.169.20](https://github.com/standardnotes/app/compare/@standardnotes/web@3.169.19...@standardnotes/web@3.169.20) (2023-08-09)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where per-tag preferences were not accessible with offline subscription ([f9d9520](https://github.com/standardnotes/app/commit/f9d9520bcac7102f4ee30f7a710bfff8911b8637))", + "parsed": { + "_": [ + "Fixed issue where per-tag preferences were not accessible with offline subscription (f9d9520)" + ], + "Bug Fixes": [ + "Fixed issue where per-tag preferences were not accessible with offline subscription (f9d9520)" + ] + } + }, { "version": "3.169.19", "title": "[3.169.19](https://github.com/standardnotes/app/compare/@standardnotes/web@3.169.18...@standardnotes/web@3.169.19) (2023-08-09)", diff --git a/packages/web/package.json b/packages/web/package.json index 4acfe0746..0c10dac57 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.169.19", + "version": "3.169.20", "license": "CC BY-NC-SA 4.0", "main": "dist/app.js", "author": "Standard Notes.",