From e4b858f2e8212112b4ca88b3355c4bb61f589395 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 12 Jul 2023 12:22:07 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.26.26 - @standardnotes/clipper@1.1.84 - @standardnotes/desktop@3.108.15 - @standardnotes/encryption@1.21.49 - @standardnotes/features@1.59.7 - @standardnotes/filepicker@1.28.58 - @standardnotes/files@1.16.4 - @standardnotes/mobile@3.55.3 - @standardnotes/models@1.46.8 - @standardnotes/releases@1.4.362 - @standardnotes/responses@1.13.27 - @standardnotes/services@1.63.1 - @standardnotes/snjs@2.202.1 - @standardnotes/ui-services@1.28.1 - @standardnotes/utils@1.17.5 - @standardnotes/web@3.166.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 | 4 ++++ 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 | 4 ++++ packages/snjs/package.json | 2 +- packages/ui-services/CHANGELOG.md | 4 ++++ packages/ui-services/package.json | 2 +- packages/utils/CHANGELOG.md | 4 ++++ packages/utils/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/CHANGELOG.md.json | 11 +++++++++++ packages/web/package.json | 2 +- 33 files changed, 91 insertions(+), 16 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index b8f4c4f48..0db60d26e 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.26](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.25...@standardnotes/api@1.26.26) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.25](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.24...@standardnotes/api@1.26.25) (2023-07-11) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index dc643158e..a8546d87e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.25", + "version": "1.26.26", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 16587cfb5..8f63f5b4e 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.84](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.83...@standardnotes/clipper@1.1.84) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.83](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.82...@standardnotes/clipper@1.1.83) (2023-07-12) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 084549633..3dc3d9df3 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.83", + "version": "1.1.84", "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 b3755cc1a..53c554c80 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.15](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.166.1...@standardnotes/desktop@3.108.15) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.14](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.166.0...@standardnotes/desktop@3.108.14) (2023-07-12) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 471781ba3..01b237046 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.14", + "version": "3.108.15", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 244aaf34e..fec3de47b 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.49](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.48...@standardnotes/encryption@1.21.49) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.48](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.47...@standardnotes/encryption@1.21.48) (2023-07-06) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 503eb326b..acfff19b2 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.48", + "version": "1.21.49", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 69264fcee..414530de5 100644 --- a/packages/features/CHANGELOG.md +++ b/packages/features/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.59.7](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.6...@standardnotes/features@1.59.7) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/features + ## [1.59.6](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.5...@standardnotes/features@1.59.6) (2023-06-30) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index a4a0676be..fc400db5d 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.59.6", + "version": "1.59.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index d09619d6b..5597d91ea 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.58](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.57...@standardnotes/filepicker@1.28.58) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.57](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.56...@standardnotes/filepicker@1.28.57) (2023-07-06) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index d9104f162..968ab1530 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.57", + "version": "1.28.58", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 8c3de44dc..b548f618a 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.16.4](https://github.com/standardnotes/app/compare/@standardnotes/files@1.16.3...@standardnotes/files@1.16.4) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/files + ## [1.16.3](https://github.com/standardnotes/app/compare/@standardnotes/files@1.16.2...@standardnotes/files@1.16.3) (2023-07-06) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 8bea5c8af..62a4043f1 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.16.3", + "version": "1.16.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 14a47610f..5f2793485 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.55.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.55.2...@standardnotes/mobile@3.55.3) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.55.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.55.1...@standardnotes/mobile@3.55.2) (2023-07-12) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 042a35e37..8d307c928 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.55.2", + "version": "3.55.3", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index b41b21140..d82944406 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.46.8](https://github.com/standardnotes/app/compare/@standardnotes/models@1.46.7...@standardnotes/models@1.46.8) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/models + ## [1.46.7](https://github.com/standardnotes/app/compare/@standardnotes/models@1.46.6...@standardnotes/models@1.46.7) (2023-07-06) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 8144ce710..149c62bcf 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.46.7", + "version": "1.46.8", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 7d8b0e86f..46f3ac5f3 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.362](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.361...@standardnotes/releases@1.4.362) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.361](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.360...@standardnotes/releases@1.4.361) (2023-07-12) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 7fbeb9c28..d54d60d4c 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.361", + "version": "1.4.362", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/responses/CHANGELOG.md b/packages/responses/CHANGELOG.md index 97f10649a..a02c14006 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.27](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.26...@standardnotes/responses@1.13.27) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.26](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.25...@standardnotes/responses@1.13.26) (2023-07-05) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 59e403c53..ecd9e7c46 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.26", + "version": "1.13.27", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 043655e38..34be164e5 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.63.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.63.0...@standardnotes/services@1.63.1) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/services + # [1.63.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.62.6...@standardnotes/services@1.63.0) (2023-07-11) ### Features diff --git a/packages/services/package.json b/packages/services/package.json index 51c5c94fd..7b19d680a 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.63.0", + "version": "1.63.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index c1b68c1a3..486e38062 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.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.0...@standardnotes/snjs@2.202.1) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/snjs + # [2.202.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.201.9...@standardnotes/snjs@2.202.0) (2023-07-11) ### Features diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 9f86ee150..d7bd4819c 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.202.0", + "version": "2.202.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index d56ab47d7..3c7ed2c94 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.28.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.28.0...@standardnotes/ui-services@1.28.1) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/ui-services + # [1.28.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.27.9...@standardnotes/ui-services@1.28.0) (2023-07-11) ### Features diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 74a5aa9e0..56a572499 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.28.0", + "version": "1.28.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 99210a53f..716937cb4 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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.17.5](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.17.4...@standardnotes/utils@1.17.5) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/utils + ## [1.17.4](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.17.3...@standardnotes/utils@1.17.4) (2023-06-30) **Note:** Version bump only for package @standardnotes/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index fafb35cb1..7b6eee974 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/utils", - "version": "1.17.4", + "version": "1.17.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 62a1fe1e9..b59787476 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.166.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.1...@standardnotes/web@3.166.2) (2023-07-12) + +**Note:** Version bump only for package @standardnotes/web + ## [3.166.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.0...@standardnotes/web@3.166.1) (2023-07-12) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 150f7cdac..700fc0dc5 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.166.2", + "title": "[3.166.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.1...@standardnotes/web@3.166.2) (2023-07-12)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.166.1", "title": "[3.166.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.0...@standardnotes/web@3.166.1) (2023-07-12)", diff --git a/packages/web/package.json b/packages/web/package.json index 6e48b52ff..61fcec4b6 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.166.1", + "version": "3.166.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",