From 83be764f6989ab1168d30261cdc91507a6a88a08 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 30 Nov 2023 10:00:49 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.26.74 - @standardnotes/clipper@1.1.338 - @standardnotes/desktop@3.108.273 - @standardnotes/encryption@1.21.96 - @standardnotes/features@1.61.1 - @standardnotes/filepicker@1.28.108 - @standardnotes/files@1.18.6 - @standardnotes/mobile@3.57.2 - @standardnotes/models@1.50.1 - @standardnotes/releases@1.4.629 - @standardnotes/responses@1.13.53 - @standardnotes/services@1.66.1 - @standardnotes/snjs@2.203.1 - @standardnotes/ui-services@1.35.1 - @standardnotes/web@3.182.2 --- packages/api/CHANGELOG.md | 4 ++++ packages/api/package.json | 2 +- packages/clipper/CHANGELOG.md | 4 ++++ packages/clipper/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/encryption/CHANGELOG.md | 4 ++++ packages/encryption/package.json | 2 +- packages/features/CHANGELOG.md | 6 ++++++ packages/features/package.json | 2 +- packages/filepicker/CHANGELOG.md | 4 ++++ packages/filepicker/package.json | 2 +- packages/files/CHANGELOG.md | 4 ++++ packages/files/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/models/CHANGELOG.md | 4 ++++ packages/models/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/responses/CHANGELOG.md | 4 ++++ packages/responses/package.json | 2 +- packages/services/CHANGELOG.md | 4 ++++ packages/services/package.json | 2 +- packages/snjs/CHANGELOG.md | 6 ++++++ packages/snjs/package.json | 2 +- packages/ui-services/CHANGELOG.md | 4 ++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/CHANGELOG.md.json | 11 +++++++++++ packages/web/package.json | 2 +- 31 files changed, 90 insertions(+), 15 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 144d9ae36..02a476b49 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.74](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.73...@standardnotes/api@1.26.74) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/api + ## [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 diff --git a/packages/api/package.json b/packages/api/package.json index c36adaf0d..4f3e241e9 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.73", + "version": "1.26.74", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 8d84c832f..fc91a1736 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.338](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.337...@standardnotes/clipper@1.1.338) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.337](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.336...@standardnotes/clipper@1.1.337) (2023-11-30) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index ff6efef2e..df476df10 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.337", + "version": "1.1.338", "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 79d792cef..18863c227 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.273](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.182.1...@standardnotes/desktop@3.108.273) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.272](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.182.0...@standardnotes/desktop@3.108.272) (2023-11-30) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 13e504faf..0dc20f673 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.272", + "version": "3.108.273", "license": "AGPL-3.0", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 77b22652f..74afebb67 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.96](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.95...@standardnotes/encryption@1.21.96) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/encryption + ## [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 diff --git a/packages/encryption/package.json b/packages/encryption/package.json index a9325966d..905f188dc 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.95", + "version": "1.21.96", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index a6d6f02f2..1e4c84ed8 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.1](https://github.com/standardnotes/app/compare/@standardnotes/features@1.61.0...@standardnotes/features@1.61.1) (2023-11-30) + +### Bug Fixes + +* Fixed issue on Android where deprecated editors wouldn't load ([b89d9af](https://github.com/standardnotes/app/commit/b89d9af7dbe4213394b746574653a7278823872d)) + # [1.61.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.60.4...@standardnotes/features@1.61.0) (2023-11-29) ### Features diff --git a/packages/features/package.json b/packages/features/package.json index 8e9a1c1da..dd1600bb5 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.61.0", + "version": "1.61.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 0f62fc827..04d21a19a 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.108](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.107...@standardnotes/filepicker@1.28.108) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [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 diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index adb38fafd..2675cc7de 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.107", + "version": "1.28.108", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 21bda0429..2fa5646de 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.6](https://github.com/standardnotes/app/compare/@standardnotes/files@1.18.5...@standardnotes/files@1.18.6) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/files + ## [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 diff --git a/packages/files/package.json b/packages/files/package.json index 3e07d8b28..2bbed1f36 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.18.5", + "version": "1.18.6", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index fbfa1a803..834e827d3 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.57.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.57.1...@standardnotes/mobile@3.57.2) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.57.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.57.0...@standardnotes/mobile@3.57.1) (2023-11-30) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index d35bec73b..8e1d56230 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.57.1", + "version": "3.57.2", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index d7e1838b0..befb678f2 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/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.50.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.50.0...@standardnotes/models@1.50.1) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/models + # [1.50.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.49.3...@standardnotes/models@1.50.0) (2023-11-29) ### Features diff --git a/packages/models/package.json b/packages/models/package.json index 1b575140a..1098be1a0 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.50.0", + "version": "1.50.1", "publishConfig": { "access": "public" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 353394a75..f39d833d4 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.629](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.628...@standardnotes/releases@1.4.629) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.628](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.627...@standardnotes/releases@1.4.628) (2023-11-30) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 01c578375..071535145 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.628", + "version": "1.4.629", "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 4800f82b7..d68fdcc3a 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.53](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.52...@standardnotes/responses@1.13.53) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/responses + ## [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 diff --git a/packages/responses/package.json b/packages/responses/package.json index 2fa62926d..f145ffb4f 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.52", + "version": "1.13.53", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 9760beb01..07b1d5df9 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.66.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.66.0...@standardnotes/services@1.66.1) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/services + # [1.66.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.65.6...@standardnotes/services@1.66.0) (2023-11-29) ### Features diff --git a/packages/services/package.json b/packages/services/package.json index 416cb548e..4e74d8e5b 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.66.0", + "version": "1.66.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 1af86c3de..5b413a3f3 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.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.203.0...@standardnotes/snjs@2.203.1) (2023-11-30) + +### Bug Fixes + +* Fixed issue on Android where deprecated editors wouldn't load ([b89d9af](https://github.com/standardnotes/app/commit/b89d9af7dbe4213394b746574653a7278823872d)) + # [2.203.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.113...@standardnotes/snjs@2.203.0) (2023-11-29) ### Features diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 41b1437db..46d3e525e 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.203.0", + "version": "2.203.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index c014d6fe5..8ebe6765d 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.35.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.35.0...@standardnotes/ui-services@1.35.1) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/ui-services + # [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 diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index a84243640..fc7532111 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.35.0", + "version": "1.35.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 2749b9a8c..9797203bb 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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.182.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.182.1...@standardnotes/web@3.182.2) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/web + ## [3.182.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.182.0...@standardnotes/web@3.182.1) (2023-11-30) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 4453c010b..587b70a41 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.182.2", + "title": "[3.182.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.182.1...@standardnotes/web@3.182.2) (2023-11-30)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.182.1", "title": "[3.182.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.182.0...@standardnotes/web@3.182.1) (2023-11-30)", diff --git a/packages/web/package.json b/packages/web/package.json index 6606cbd99..7697cc5f2 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.182.1", + "version": "3.182.2", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes",