diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 53d13584473..edfba569f20 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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.26.80](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.79...@standardnotes/api@1.26.80) (2024-02-17) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.79](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.78...@standardnotes/api@1.26.79) (2024-02-02) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 314666365d9..83850acb7b2 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.79", + "version": "1.26.80", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 429c2bed1bf..ab9d6f5358e 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.411](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.410...@standardnotes/clipper@1.1.411) (2024-02-17) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.410](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.409...@standardnotes/clipper@1.1.410) (2024-02-15) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index d5683b0e675..659ca051417 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.410", + "version": "1.1.411", "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 6d00b7962b6..bccdaef5bd9 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.110.13](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.189.5...@standardnotes/desktop@3.110.13) (2024-02-17) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.110.12](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.189.4...@standardnotes/desktop@3.110.12) (2024-02-15) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index af8bbe2be4b..f6d21dbb9f8 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.110.12", + "version": "3.110.13", "license": "AGPL-3.0", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 1224e138c76..1bcd5a95e54 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/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.21.102](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.101...@standardnotes/encryption@1.21.102) (2024-02-17) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.101](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.100...@standardnotes/encryption@1.21.101) (2024-02-02) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index db58d20baf0..c782701ec82 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.101", + "version": "1.21.102", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 2db09d595da..f822c4a3ea3 100644 --- a/packages/filepicker/CHANGELOG.md +++ b/packages/filepicker/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.28.117](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.116...@standardnotes/filepicker@1.28.117) (2024-02-17) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.116](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.115...@standardnotes/filepicker@1.28.116) (2024-02-02) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index dd6854c7797..350e6329a3b 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.116", + "version": "1.28.117", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index d89e3f765d1..421885bbeee 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/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.20.2](https://github.com/standardnotes/app/compare/@standardnotes/files@1.20.1...@standardnotes/files@1.20.2) (2024-02-17) + +**Note:** Version bump only for package @standardnotes/files + ## [1.20.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.20.0...@standardnotes/files@1.20.1) (2024-02-02) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index a53655463df..eb823e0cbb1 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.20.1", + "version": "1.20.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index b356e1fc639..27d7e6d037a 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.58.70](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.69...@standardnotes/mobile@3.58.70) (2024-02-17) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.58.69](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.68...@standardnotes/mobile@3.58.69) (2024-02-15) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 8f80e9bb33b..924641476df 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.58.69", + "version": "3.58.70", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 2035a24d325..30f20bf65db 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/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. +# [1.55.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.54.0...@standardnotes/models@1.55.0) (2024-02-17) + +### Features + +* Themes and appeareance settings are now local to your device and not synced ([#2847](https://github.com/standardnotes/app/issues/2847)) ([bfbf9ab](https://github.com/standardnotes/app/commit/bfbf9ab8ceb6f1ecd3a0690bce3b5d1c5c52e84c)) + # [1.54.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.53.0...@standardnotes/models@1.54.0) (2024-02-02) ### Features diff --git a/packages/models/package.json b/packages/models/package.json index d90feca92fd..ce5254562a9 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.54.0", + "version": "1.55.0", "publishConfig": { "access": "public" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index cf2e5d9e013..9024c39b850 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.706](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.705...@standardnotes/releases@1.4.706) (2024-02-17) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.705](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.704...@standardnotes/releases@1.4.705) (2024-02-15) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 38d420f337e..5422b586518 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.705", + "version": "1.4.706", "license": "AGPL-3.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 994361e6730..e680f0dfb7d 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/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. +# [1.70.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.69.0...@standardnotes/services@1.70.0) (2024-02-17) + +### Features + +* Themes and appeareance settings are now local to your device and not synced ([#2847](https://github.com/standardnotes/app/issues/2847)) ([bfbf9ab](https://github.com/standardnotes/app/commit/bfbf9ab8ceb6f1ecd3a0690bce3b5d1c5c52e84c)) + # [1.69.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.68.3...@standardnotes/services@1.69.0) (2024-02-02) ### Features diff --git a/packages/services/package.json b/packages/services/package.json index 299198ae214..6225d4945f4 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.69.0", + "version": "1.70.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 5855729ea8c..7a948b796d7 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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. +# [2.208.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.207.1...@standardnotes/snjs@2.208.0) (2024-02-17) + +### Features + +* Themes and appeareance settings are now local to your device and not synced ([#2847](https://github.com/standardnotes/app/issues/2847)) ([bfbf9ab](https://github.com/standardnotes/app/commit/bfbf9ab8ceb6f1ecd3a0690bce3b5d1c5c52e84c)) + ## [2.207.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.207.0...@standardnotes/snjs@2.207.1) (2024-02-08) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index cc4f2882432..e61e0ed4a7c 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.207.1", + "version": "2.208.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 4c65880af73..024ee849af0 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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. +# [1.37.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.36.3...@standardnotes/ui-services@1.37.0) (2024-02-17) + +### Features + +* Themes and appeareance settings are now local to your device and not synced ([#2847](https://github.com/standardnotes/app/issues/2847)) ([bfbf9ab](https://github.com/standardnotes/app/commit/bfbf9ab8ceb6f1ecd3a0690bce3b5d1c5c52e84c)) + ## [1.36.3](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.36.2...@standardnotes/ui-services@1.36.3) (2024-02-02) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 7a3cc219302..df8c6154a3e 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.36.3", + "version": "1.37.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 082b0b44c21..02fe39b1a83 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.190.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.189.5...@standardnotes/web@3.190.0) (2024-02-17) + +### Features + +* Themes and appeareance settings are now local to your device and not synced ([#2847](https://github.com/standardnotes/app/issues/2847)) ([bfbf9ab](https://github.com/standardnotes/app/commit/bfbf9ab8ceb6f1ecd3a0690bce3b5d1c5c52e84c)) + ## [3.189.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.189.4...@standardnotes/web@3.189.5) (2024-02-15) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index b194b22d8cc..c04937acfb8 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.190.0", + "title": "[3.190.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.189.5...@standardnotes/web@3.190.0) (2024-02-17)", + "date": null, + "body": "### Features\n\n* Themes and appeareance settings are now local to your device and not synced ([#2847](https://github.com/standardnotes/app/issues/2847)) ([bfbf9ab](https://github.com/standardnotes/app/commit/bfbf9ab8ceb6f1ecd3a0690bce3b5d1c5c52e84c))", + "parsed": { + "_": [ + "Themes and appeareance settings are now local to your device and not synced (#2847) (bfbf9ab)" + ], + "Features": [ + "Themes and appeareance settings are now local to your device and not synced (#2847) (bfbf9ab)" + ] + } + }, { "version": "3.189.5", "title": "[3.189.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.189.4...@standardnotes/web@3.189.5) (2024-02-15)", diff --git a/packages/web/package.json b/packages/web/package.json index 3cd2669f74d..27000734d6b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.189.5", + "version": "3.190.0", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes.",