From 3290f76e97d2b724a9a1e0f42f57084ec5125887 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 6 Sep 2023 06:33:03 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.26.53 - @standardnotes/clipper@1.1.206 - @standardnotes/desktop@3.108.138 - @standardnotes/encryption@1.21.74 - @standardnotes/features@1.59.16 - @standardnotes/filepicker@1.28.85 - @standardnotes/files@1.17.4 - @standardnotes/mobile@3.56.117 - @standardnotes/models@1.47.11 - @standardnotes/releases@1.4.490 - @standardnotes/responses@1.13.40 - @standardnotes/services@1.64.11 - @standardnotes/snjs@2.202.66 - @standardnotes/ui-services@1.31.5 - @standardnotes/web@3.172.9 --- 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/web/CHANGELOG.md | 4 ++++ packages/web/CHANGELOG.md.json | 11 +++++++++++ packages/web/package.json | 2 +- 31 files changed, 86 insertions(+), 15 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index bddb6f021..998cbffda 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.53](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.52...@standardnotes/api@1.26.53) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.52](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.51...@standardnotes/api@1.26.52) (2023-09-01) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index a11799928..d71c7627e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.52", + "version": "1.26.53", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index deeea235c..568424933 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.206](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.205...@standardnotes/clipper@1.1.206) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.205](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.204...@standardnotes/clipper@1.1.205) (2023-09-05) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 8b090a06d..d5b483316 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.205", + "version": "1.1.206", "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 5c168af59..14e7e7375 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.138](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.172.8...@standardnotes/desktop@3.108.138) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.137](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.172.7...@standardnotes/desktop@3.108.137) (2023-09-05) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ef9d91f66..1d57e11d7 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.137", + "version": "3.108.138", "license": "CC BY-NC-SA 4.0", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index ec754841d..d11096ff0 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.74](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.73...@standardnotes/encryption@1.21.74) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.73](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.72...@standardnotes/encryption@1.21.73) (2023-09-01) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 5b2e84c1c..78a8c2c60 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.73", + "version": "1.21.74", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index e639d3c55..09e38cc30 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.16](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.15...@standardnotes/features@1.59.16) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/features + ## [1.59.15](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.14...@standardnotes/features@1.59.15) (2023-08-11) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index c41d8276c..ff97de449 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.59.15", + "version": "1.59.16", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 63301b701..1e672aa25 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.85](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.84...@standardnotes/filepicker@1.28.85) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.84](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.83...@standardnotes/filepicker@1.28.84) (2023-09-01) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 1ce50bc4e..e1787f93d 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.84", + "version": "1.28.85", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index acddfdccb..31a05d2f0 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.17.4](https://github.com/standardnotes/app/compare/@standardnotes/files@1.17.3...@standardnotes/files@1.17.4) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/files + ## [1.17.3](https://github.com/standardnotes/app/compare/@standardnotes/files@1.17.2...@standardnotes/files@1.17.3) (2023-09-01) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index ed27c0ce5..13df1aca6 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.17.3", + "version": "1.17.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 1c94ee827..73d63e8ad 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.117](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.116...@standardnotes/mobile@3.56.117) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.116](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.115...@standardnotes/mobile@3.56.116) (2023-09-05) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 812361421..8187bdc97 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.116", + "version": "3.56.117", "author": "Standard Notes.", "private": true, "license": "CC BY-NC-SA 4.0", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index cfa539336..924851c2d 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.47.11](https://github.com/standardnotes/app/compare/@standardnotes/models@1.47.10...@standardnotes/models@1.47.11) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/models + ## [1.47.10](https://github.com/standardnotes/app/compare/@standardnotes/models@1.47.9...@standardnotes/models@1.47.10) (2023-09-01) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 1005034dc..c0218fa7d 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.47.10", + "version": "1.47.11", "publishConfig": { "access": "public" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 28b449eb6..921d97eeb 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.490](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.489...@standardnotes/releases@1.4.490) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.489](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.488...@standardnotes/releases@1.4.489) (2023-09-05) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 8e597d43a..714ca0bd3 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.489", + "version": "1.4.490", "license": "CC BY-NC-SA 4.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/responses/CHANGELOG.md b/packages/responses/CHANGELOG.md index 0bc8ebea2..9ab5ebac5 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.40](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.39...@standardnotes/responses@1.13.40) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.39](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.38...@standardnotes/responses@1.13.39) (2023-09-01) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 0c0013546..941c8f141 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.39", + "version": "1.13.40", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 43a4e3f9c..15c58f1ce 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.11](https://github.com/standardnotes/app/compare/@standardnotes/services@1.64.10...@standardnotes/services@1.64.11) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/services + ## [1.64.10](https://github.com/standardnotes/app/compare/@standardnotes/services@1.64.9...@standardnotes/services@1.64.10) (2023-09-05) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 3df310ca5..5d20e5964 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.64.10", + "version": "1.64.11", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index e999e5558..b91544bd8 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.66](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.65...@standardnotes/snjs@2.202.66) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.202.65](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.64...@standardnotes/snjs@2.202.65) (2023-09-05) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 296972bd3..a0aed582c 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.202.65", + "version": "2.202.66", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 0afe2f20c..51a576d9c 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.5](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.31.4...@standardnotes/ui-services@1.31.5) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.31.4](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.31.3...@standardnotes/ui-services@1.31.4) (2023-09-05) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 475c01938..3573fb75a 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.31.4", + "version": "1.31.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 456bcfcb0..00bdc5738 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.172.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.8...@standardnotes/web@3.172.9) (2023-09-06) + +**Note:** Version bump only for package @standardnotes/web + ## [3.172.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.7...@standardnotes/web@3.172.8) (2023-09-05) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 775f17ea7..77f468647 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.172.9", + "title": "[3.172.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.8...@standardnotes/web@3.172.9) (2023-09-06)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.172.8", "title": "[3.172.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.7...@standardnotes/web@3.172.8) (2023-09-05)", diff --git a/packages/web/package.json b/packages/web/package.json index e9bdaf360..ef9cb6085 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.172.8", + "version": "3.172.9", "license": "CC BY-NC-SA 4.0", "main": "dist/app.js", "author": "Standard Notes",