From e7d805b91a76261335a30522e860f546920c8cc3 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 17 Jul 2023 14:57:47 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.26.29 - @standardnotes/clipper@1.1.98 - @standardnotes/desktop@3.108.29 - @standardnotes/encryption@1.21.52 - @standardnotes/features@1.59.10 - @standardnotes/filepicker@1.28.61 - @standardnotes/files@1.16.7 - @standardnotes/mobile@3.56.8 - @standardnotes/models@1.46.11 - @standardnotes/releases@1.4.380 - @standardnotes/responses@1.13.30 - @standardnotes/services@1.63.5 - @standardnotes/snjs@2.202.7 - @standardnotes/ui-services@1.28.6 - @standardnotes/web@3.166.16 --- packages/api/CHANGELOG.md | 6 ++++++ 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 | 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 | 22 ++++++++++++++++++++++ packages/web/package.json | 2 +- 31 files changed, 101 insertions(+), 15 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 7f647db3d..875c92500 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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.26.29](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.28...@standardnotes/api@1.26.29) (2023-07-17) + +### Bug Fixes + +* fixes issue where some accounts were not correctly loading subscription info ([#2361](https://github.com/standardnotes/app/issues/2361)) ([eba1289](https://github.com/standardnotes/app/commit/eba1289ab9da10a545b58572bcf0dde8c050de61)) + ## [1.26.28](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.27...@standardnotes/api@1.26.28) (2023-07-13) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index a412ffc0b..60edfefa6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.28", + "version": "1.26.29", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 1ce43e35a..29bf494bd 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.98](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.97...@standardnotes/clipper@1.1.98) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.97](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.96...@standardnotes/clipper@1.1.97) (2023-07-16) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index a31b47297..2906a1807 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.97", + "version": "1.1.98", "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 f7765910e..f6fad1cfb 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.29](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.166.15...@standardnotes/desktop@3.108.29) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.28](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.166.14...@standardnotes/desktop@3.108.28) (2023-07-16) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 90c55a0e1..9003818cc 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.28", + "version": "3.108.29", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 4f0398c52..d8f1c1c99 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.52](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.51...@standardnotes/encryption@1.21.52) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.51](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.50...@standardnotes/encryption@1.21.51) (2023-07-13) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 2e2c5309f..cb5d2b935 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.51", + "version": "1.21.52", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index b90873c55..96b5502a1 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.10](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.9...@standardnotes/features@1.59.10) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/features + ## [1.59.9](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.8...@standardnotes/features@1.59.9) (2023-07-13) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index 22e81f44f..97fa619e2 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.59.9", + "version": "1.59.10", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index a8c58c04e..a7493c106 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.61](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.60...@standardnotes/filepicker@1.28.61) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.60](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.59...@standardnotes/filepicker@1.28.60) (2023-07-13) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 21c7fb79d..6fcd05a25 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.60", + "version": "1.28.61", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 9439e81a3..ee37de736 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.7](https://github.com/standardnotes/app/compare/@standardnotes/files@1.16.6...@standardnotes/files@1.16.7) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/files + ## [1.16.6](https://github.com/standardnotes/app/compare/@standardnotes/files@1.16.5...@standardnotes/files@1.16.6) (2023-07-13) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 783502a32..6f9188e14 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.16.6", + "version": "1.16.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 515ef9f15..cd74644bb 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.8](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.7...@standardnotes/mobile@3.56.8) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.6...@standardnotes/mobile@3.56.7) (2023-07-16) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 00f39da67..2df93f3bb 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.7", + "version": "3.56.8", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index f0af99d56..bf17bab0f 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.11](https://github.com/standardnotes/app/compare/@standardnotes/models@1.46.10...@standardnotes/models@1.46.11) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/models + ## [1.46.10](https://github.com/standardnotes/app/compare/@standardnotes/models@1.46.9...@standardnotes/models@1.46.10) (2023-07-13) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 8d6e4201e..53814da7d 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.46.10", + "version": "1.46.11", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 45e726d5d..f1d6069dd 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.380](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.379...@standardnotes/releases@1.4.380) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.379](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.378...@standardnotes/releases@1.4.379) (2023-07-16) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index d9dbc85bf..5d593dda7 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.379", + "version": "1.4.380", "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 476bd1d5c..68c8be39e 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.30](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.29...@standardnotes/responses@1.13.30) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.29](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.28...@standardnotes/responses@1.13.29) (2023-07-13) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 73422a7fd..0c8dfc27d 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.29", + "version": "1.13.30", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index fdc406319..71ad3417e 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.5](https://github.com/standardnotes/app/compare/@standardnotes/services@1.63.4...@standardnotes/services@1.63.5) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/services + ## [1.63.4](https://github.com/standardnotes/app/compare/@standardnotes/services@1.63.3...@standardnotes/services@1.63.4) (2023-07-14) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 7a5c5f1b1..f6b4eef56 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.63.4", + "version": "1.63.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 4f6510da8..3778af2dd 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.202.7](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.6...@standardnotes/snjs@2.202.7) (2023-07-17) + +### Bug Fixes + +* fixes issue where some accounts were not correctly loading subscription info ([#2361](https://github.com/standardnotes/app/issues/2361)) ([eba1289](https://github.com/standardnotes/app/commit/eba1289ab9da10a545b58572bcf0dde8c050de61)) + ## [2.202.6](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.5...@standardnotes/snjs@2.202.6) (2023-07-16) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index ac96cff30..550b63a68 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.202.6", + "version": "2.202.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 144bfc611..a7d411de2 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.6](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.28.5...@standardnotes/ui-services@1.28.6) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.28.5](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.28.4...@standardnotes/ui-services@1.28.5) (2023-07-14) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index b2805820b..ba7e4b470 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.28.5", + "version": "1.28.6", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 9f3055ad3..5619d006a 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.16](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.15...@standardnotes/web@3.166.16) (2023-07-17) + +**Note:** Version bump only for package @standardnotes/web + ## [3.166.15](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.14...@standardnotes/web@3.166.15) (2023-07-16) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index aff5380f2..03941e9b4 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.166.16", + "title": "[3.166.16](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.15...@standardnotes/web@3.166.16) (2023-07-17)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.166.15", "title": "[3.166.15](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.14...@standardnotes/web@3.166.15) (2023-07-16)", @@ -361,6 +372,17 @@ ] } }, + { + "version": "3.164.0", + "title": "[3.164.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.163.3...@standardnotes/web@3.164.0) (2023-07-03)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.163.3", "title": "[3.163.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.163.2...@standardnotes/web@3.163.3) (2023-07-02)", diff --git a/packages/web/package.json b/packages/web/package.json index f810be6f5..1f4f90aeb 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.166.15", + "version": "3.166.16", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",