diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 767ebc549..144d9ae36 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.73](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.72...@standardnotes/api@1.26.73) (2023-11-29) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.72](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.71...@standardnotes/api@1.26.72) (2023-11-27) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index b3971a366..c36adaf0d 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.72", + "version": "1.26.73", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index d00bea184..095dc3e25 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.336](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.335...@standardnotes/clipper@1.1.336) (2023-11-29) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.335](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.334...@standardnotes/clipper@1.1.335) (2023-11-27) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 49287b2b0..b0aafa7ad 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.335", + "version": "1.1.336", "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 13cad3889..d294645d0 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.271](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.181.38...@standardnotes/desktop@3.108.271) (2023-11-29) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.270](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.181.37...@standardnotes/desktop@3.108.270) (2023-11-27) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 57318532a..297b3b17f 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.270", + "version": "3.108.271", "license": "AGPL-3.0", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 3ca8ccb65..77b22652f 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.95](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.94...@standardnotes/encryption@1.21.95) (2023-11-29) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.94](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.93...@standardnotes/encryption@1.21.94) (2023-11-27) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index b10d6661d..a9325966d 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.94", + "version": "1.21.95", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index fdbf005db..a6d6f02f2 100644 --- a/packages/features/CHANGELOG.md +++ b/packages/features/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.61.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.60.4...@standardnotes/features@1.61.0) (2023-11-29) + +### Features + +* Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. ([#2630](https://github.com/standardnotes/app/issues/2630)) ([c43b593](https://github.com/standardnotes/app/commit/c43b593c6098a1293d6e6f25fda184e592897f7c)) + ## [1.60.4](https://github.com/standardnotes/app/compare/@standardnotes/features@1.60.3...@standardnotes/features@1.60.4) (2023-10-26) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index 01fa3e445..8e9a1c1da 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.60.4", + "version": "1.61.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 47e377062..0f62fc827 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.107](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.106...@standardnotes/filepicker@1.28.107) (2023-11-29) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.106](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.105...@standardnotes/filepicker@1.28.106) (2023-11-27) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 8ef80482b..adb38fafd 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.106", + "version": "1.28.107", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 37874139e..21bda0429 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.18.5](https://github.com/standardnotes/app/compare/@standardnotes/files@1.18.4...@standardnotes/files@1.18.5) (2023-11-29) + +**Note:** Version bump only for package @standardnotes/files + ## [1.18.4](https://github.com/standardnotes/app/compare/@standardnotes/files@1.18.3...@standardnotes/files@1.18.4) (2023-11-27) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 0c6fac9aa..3e07d8b28 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.18.4", + "version": "1.18.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index f0f8822ff..27fea6a7e 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/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.57.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.251...@standardnotes/mobile@3.57.0) (2023-11-29) + +### Features + +* Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. ([#2630](https://github.com/standardnotes/app/issues/2630)) ([c43b593](https://github.com/standardnotes/app/commit/c43b593c6098a1293d6e6f25fda184e592897f7c)) + ## [3.56.251](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.250...@standardnotes/mobile@3.56.251) (2023-11-27) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 748a9ff67..695093451 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.251", + "version": "3.57.0", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 1b38e269e..d7e1838b0 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.50.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.49.3...@standardnotes/models@1.50.0) (2023-11-29) + +### Features + +* Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. ([#2630](https://github.com/standardnotes/app/issues/2630)) ([c43b593](https://github.com/standardnotes/app/commit/c43b593c6098a1293d6e6f25fda184e592897f7c)) +* You can now select an existing tag to automatically add imported notes to ([#2663](https://github.com/standardnotes/app/issues/2663)) ([eb75329](https://github.com/standardnotes/app/commit/eb75329fb43b3a00291983590c7a860e4352dd3e)) + ## [1.49.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.49.2...@standardnotes/models@1.49.3) (2023-11-27) ### Bug Fixes diff --git a/packages/models/package.json b/packages/models/package.json index 25ee3eb43..1b575140a 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.49.3", + "version": "1.50.0", "publishConfig": { "access": "public" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 2646d7d4e..f2afe532b 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.627](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.626...@standardnotes/releases@1.4.627) (2023-11-29) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.626](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.625...@standardnotes/releases@1.4.626) (2023-11-27) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index a44325a10..9eaaeadac 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.626", + "version": "1.4.627", "license": "AGPL-3.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/responses/CHANGELOG.md b/packages/responses/CHANGELOG.md index fc1938da5..4800f82b7 100644 --- a/packages/responses/CHANGELOG.md +++ b/packages/responses/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.13.52](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.51...@standardnotes/responses@1.13.52) (2023-11-29) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.51](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.50...@standardnotes/responses@1.13.51) (2023-10-26) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 8c3a3942c..2fa62926d 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.51", + "version": "1.13.52", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 0cfe96f4c..9760beb01 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.66.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.65.6...@standardnotes/services@1.66.0) (2023-11-29) + +### Features + +* Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. ([#2630](https://github.com/standardnotes/app/issues/2630)) ([c43b593](https://github.com/standardnotes/app/commit/c43b593c6098a1293d6e6f25fda184e592897f7c)) + ## [1.65.6](https://github.com/standardnotes/app/compare/@standardnotes/services@1.65.5...@standardnotes/services@1.65.6) (2023-11-27) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 53ce1a36a..416cb548e 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.65.6", + "version": "1.66.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 71b1101a5..1af86c3de 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.203.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.113...@standardnotes/snjs@2.203.0) (2023-11-29) + +### Features + +* Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. ([#2630](https://github.com/standardnotes/app/issues/2630)) ([c43b593](https://github.com/standardnotes/app/commit/c43b593c6098a1293d6e6f25fda184e592897f7c)) + ## [2.202.113](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.112...@standardnotes/snjs@2.202.113) (2023-11-27) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index a79d6585a..41b1437db 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.202.113", + "version": "2.203.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index f9dbf77c9..c014d6fe5 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.35.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.34.6...@standardnotes/ui-services@1.35.0) (2023-11-29) + +### Features + +* Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. ([#2630](https://github.com/standardnotes/app/issues/2630)) ([c43b593](https://github.com/standardnotes/app/commit/c43b593c6098a1293d6e6f25fda184e592897f7c)) + ## [1.34.6](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.34.5...@standardnotes/ui-services@1.34.6) (2023-11-27) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index b2c84eece..a84243640 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.34.6", + "version": "1.35.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 7d69f01cd..58ea8fd09 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.182.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.181.38...@standardnotes/web@3.182.0) (2023-11-29) + +### Features + +* Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. ([#2630](https://github.com/standardnotes/app/issues/2630)) ([c43b593](https://github.com/standardnotes/app/commit/c43b593c6098a1293d6e6f25fda184e592897f7c)) +* You can now select an existing tag to automatically add imported notes to ([#2663](https://github.com/standardnotes/app/issues/2663)) ([eb75329](https://github.com/standardnotes/app/commit/eb75329fb43b3a00291983590c7a860e4352dd3e)) + ## [3.181.38](https://github.com/standardnotes/app/compare/@standardnotes/web@3.181.37...@standardnotes/web@3.181.38) (2023-11-27) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 8840efba3..deca6868f 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,21 @@ { "versions": [ + { + "version": "3.182.0", + "title": "[3.182.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.181.38...@standardnotes/web@3.182.0) (2023-11-29)", + "date": null, + "body": "### Features\n\n* Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. ([#2630](https://github.com/standardnotes/app/issues/2630)) ([c43b593](https://github.com/standardnotes/app/commit/c43b593c6098a1293d6e6f25fda184e592897f7c))\n* You can now select an existing tag to automatically add imported notes to ([#2663](https://github.com/standardnotes/app/issues/2663)) ([eb75329](https://github.com/standardnotes/app/commit/eb75329fb43b3a00291983590c7a860e4352dd3e))", + "parsed": { + "_": [ + "Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. (#2630) (c43b593)", + "You can now select an existing tag to automatically add imported notes to (#2663) (eb75329)" + ], + "Features": [ + "Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. (#2630) (c43b593)", + "You can now select an existing tag to automatically add imported notes to (#2663) (eb75329)" + ] + } + }, { "version": "3.181.38", "title": "[3.181.38](https://github.com/standardnotes/app/compare/@standardnotes/web@3.181.37...@standardnotes/web@3.181.38) (2023-11-27)", diff --git a/packages/web/package.json b/packages/web/package.json index ec3e06385..f614e0140 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.181.38", + "version": "3.182.0", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes.",