From 062e50e9012d856c38714a877b5315839be02af5 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 20 Sep 2023 15:50:55 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.26.57 - @standardnotes/clipper@1.1.234 - @standardnotes/desktop@3.108.166 - @standardnotes/encryption@1.21.79 - @standardnotes/features@1.59.19 - @standardnotes/filepicker@1.28.90 - @standardnotes/files@1.17.9 - @standardnotes/mobile@3.56.145 - @standardnotes/models@1.47.15 - @standardnotes/releases@1.4.518 - @standardnotes/responses@1.13.43 - @standardnotes/services@1.64.22 - @standardnotes/snjs@2.202.82 - @standardnotes/ui-services@1.31.17 - @standardnotes/web@3.173.8 --- 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 | 6 ++++++ packages/web/CHANGELOG.md.json | 14 ++++++++++++++ packages/web/package.json | 2 +- 31 files changed, 91 insertions(+), 15 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 1aa3d0c29..2864770b0 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.57](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.56...@standardnotes/api@1.26.57) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.56](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.55...@standardnotes/api@1.26.56) (2023-09-13) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 240ebd3a0..2a9da9ba9 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.56", + "version": "1.26.57", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 5f5e45261..1405480d4 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.234](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.233...@standardnotes/clipper@1.1.234) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.233](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.232...@standardnotes/clipper@1.1.233) (2023-09-20) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 6bcfbff3f..05987e153 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.233", + "version": "1.1.234", "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 8c3d70dd8..bd8dd6167 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.166](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.173.7...@standardnotes/desktop@3.108.166) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.165](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.173.6...@standardnotes/desktop@3.108.165) (2023-09-20) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index aac205a40..b0f6f2199 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.165", + "version": "3.108.166", "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 3829ee03a..76b3e3acd 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.79](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.78...@standardnotes/encryption@1.21.79) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.78](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.77...@standardnotes/encryption@1.21.78) (2023-09-13) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 7f2b65d69..3acadff52 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.78", + "version": "1.21.79", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index e0f613dfb..c4dc2fb2f 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.19](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.18...@standardnotes/features@1.59.19) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/features + ## [1.59.18](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.17...@standardnotes/features@1.59.18) (2023-09-07) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index 175d88866..998f10612 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.59.18", + "version": "1.59.19", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 88ee149a0..578b4621c 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.90](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.89...@standardnotes/filepicker@1.28.90) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.89](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.88...@standardnotes/filepicker@1.28.89) (2023-09-13) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 82657a244..11dbbc6aa 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.89", + "version": "1.28.90", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 03b0e45b8..29c741773 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.9](https://github.com/standardnotes/app/compare/@standardnotes/files@1.17.8...@standardnotes/files@1.17.9) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/files + ## [1.17.8](https://github.com/standardnotes/app/compare/@standardnotes/files@1.17.7...@standardnotes/files@1.17.8) (2023-09-13) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 26b3d5f92..d20103cf9 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.17.8", + "version": "1.17.9", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 9ba6b3dde..502d25eaf 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.145](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.144...@standardnotes/mobile@3.56.145) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.144](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.143...@standardnotes/mobile@3.56.144) (2023-09-20) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 5447c796b..22ad5a1a1 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.144", + "version": "3.56.145", "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 406161e12..189014c55 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.15](https://github.com/standardnotes/app/compare/@standardnotes/models@1.47.14...@standardnotes/models@1.47.15) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/models + ## [1.47.14](https://github.com/standardnotes/app/compare/@standardnotes/models@1.47.13...@standardnotes/models@1.47.14) (2023-09-13) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index e66a0ad52..a5625721f 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.47.14", + "version": "1.47.15", "publishConfig": { "access": "public" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index ef3e6bb19..1ed9be85f 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.518](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.517...@standardnotes/releases@1.4.518) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.517](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.516...@standardnotes/releases@1.4.517) (2023-09-20) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index bd99f52ea..e69c9cafe 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.517", + "version": "1.4.518", "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 3dd41761c..10a3d7fdd 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.43](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.42...@standardnotes/responses@1.13.43) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.42](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.41...@standardnotes/responses@1.13.42) (2023-09-07) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 855d3690a..c1c67ce58 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.42", + "version": "1.13.43", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 99738777d..9953ab61c 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.22](https://github.com/standardnotes/app/compare/@standardnotes/services@1.64.21...@standardnotes/services@1.64.22) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/services + ## [1.64.21](https://github.com/standardnotes/app/compare/@standardnotes/services@1.64.20...@standardnotes/services@1.64.21) (2023-09-20) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index d4f49e918..18e6e798b 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.64.21", + "version": "1.64.22", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index dc5df57cb..f68c38967 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.82](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.81...@standardnotes/snjs@2.202.82) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.202.81](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.80...@standardnotes/snjs@2.202.81) (2023-09-20) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index a61105836..017024e91 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.202.81", + "version": "2.202.82", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 578f621ab..3f2687032 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.17](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.31.16...@standardnotes/ui-services@1.31.17) (2023-09-20) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.31.16](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.31.15...@standardnotes/ui-services@1.31.16) (2023-09-20) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 096e6a0f6..63e5153f8 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.31.16", + "version": "1.31.17", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 31bde518d..532ee5967 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.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.173.7...@standardnotes/web@3.173.8) (2023-09-20) + +### Bug Fixes + +* Fixed issue where using table or image option in Super mobile toolbar would make uninteractive ([ec61901](https://github.com/standardnotes/app/commit/ec61901aa5f0c08b7b77029e225e81c19decbd60)) + ## [3.173.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.173.6...@standardnotes/web@3.173.7) (2023-09-20) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 8bd95d81b..061a1adc6 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.173.8", + "title": "[3.173.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.173.7...@standardnotes/web@3.173.8) (2023-09-20)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where using table or image option in Super mobile toolbar would make uninteractive ([ec61901](https://github.com/standardnotes/app/commit/ec61901aa5f0c08b7b77029e225e81c19decbd60))", + "parsed": { + "_": [ + "Fixed issue where using table or image option in Super mobile toolbar would make uninteractive (ec61901)" + ], + "Bug Fixes": [ + "Fixed issue where using table or image option in Super mobile toolbar would make uninteractive (ec61901)" + ] + } + }, { "version": "3.173.7", "title": "[3.173.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.173.6...@standardnotes/web@3.173.7) (2023-09-20)", diff --git a/packages/web/package.json b/packages/web/package.json index a7a07b13a..6bf728dcb 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.173.7", + "version": "3.173.8", "license": "CC BY-NC-SA 4.0", "main": "dist/app.js", "author": "Standard Notes.",