diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 1d4eb39f3..dc44944fb 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.249](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.248...@standardnotes/clipper@1.1.249) (2023-10-02) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.248](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.247...@standardnotes/clipper@1.1.248) (2023-09-29) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 21a7c4036..812a667f9 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.248", + "version": "1.1.249", "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 4e7e7f3d5..39600b736 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.182](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.173.22...@standardnotes/desktop@3.108.182) (2023-10-02) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.181](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.108.180...@standardnotes/desktop@3.108.181) (2023-09-29) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 05cedde34..0aecda70f 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.181", + "version": "3.108.182", "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 0e6dbfbc5..0cdc5ccc8 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.160](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.159...@standardnotes/mobile@3.56.160) (2023-10-02) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.159](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.158...@standardnotes/mobile@3.56.159) (2023-09-29) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index aeda5dbe9..e21ccd7a7 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.159", + "version": "3.56.160", "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 2f86636e7..295ce7ece 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.534](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.533...@standardnotes/releases@1.4.534) (2023-10-02) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.533](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.532...@standardnotes/releases@1.4.533) (2023-09-29) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 4fc64ae6f..b56812aee 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.533", + "version": "1.4.534", "license": "CC BY-NC-SA 4.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index f528c5ba5..aaf43a170 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.64.32](https://github.com/standardnotes/app/compare/@standardnotes/services@1.64.31...@standardnotes/services@1.64.32) (2023-10-02) + +**Note:** Version bump only for package @standardnotes/services + ## [1.64.31](https://github.com/standardnotes/app/compare/@standardnotes/services@1.64.30...@standardnotes/services@1.64.31) (2023-09-29) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 0b1e12a63..756b08272 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.64.31", + "version": "1.64.32", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 424731325..b32680db1 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.202.94](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.93...@standardnotes/snjs@2.202.94) (2023-10-02) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.202.93](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.92...@standardnotes/snjs@2.202.93) (2023-09-29) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index ee7f73b64..8af98da32 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.202.93", + "version": "2.202.94", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 958023d5d..5c23cf01a 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.31.27](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.31.26...@standardnotes/ui-services@1.31.27) (2023-10-02) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.31.26](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.31.25...@standardnotes/ui-services@1.31.26) (2023-09-29) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 3fd87efe2..e7e0c28e0 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.31.26", + "version": "1.31.27", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index b4a1a64d9..159407bad 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.173.23](https://github.com/standardnotes/app/compare/@standardnotes/web@3.173.22...@standardnotes/web@3.173.23) (2023-10-02) + +### Bug Fixes + +* Fixed issue where super note would be editable even when "Prevent editing" is enabled ([d2fad22](https://github.com/standardnotes/app/commit/d2fad2241846733dceed4af6094999893d77584d)) + ## [3.173.22](https://github.com/standardnotes/app/compare/@standardnotes/web@3.173.21...@standardnotes/web@3.173.22) (2023-09-29) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 6e08b2aa7..ac46cc2e7 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.173.23", + "title": "[3.173.23](https://github.com/standardnotes/app/compare/@standardnotes/web@3.173.22...@standardnotes/web@3.173.23) (2023-10-02)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where super note would be editable even when \"Prevent editing\" is enabled ([d2fad22](https://github.com/standardnotes/app/commit/d2fad2241846733dceed4af6094999893d77584d))", + "parsed": { + "_": [ + "Fixed issue where super note would be editable even when \"Prevent editing\" is enabled (d2fad22)" + ], + "Bug Fixes": [ + "Fixed issue where super note would be editable even when \"Prevent editing\" is enabled (d2fad22)" + ] + } + }, { "version": "3.173.22", "title": "[3.173.22](https://github.com/standardnotes/app/compare/@standardnotes/web@3.173.21...@standardnotes/web@3.173.22) (2023-09-29)", diff --git a/packages/web/package.json b/packages/web/package.json index 293477955..1fd1b927f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.173.22", + "version": "3.173.23", "license": "CC BY-NC-SA 4.0", "main": "dist/app.js", "author": "Standard Notes",