From 784a1d8158e440d49c942ffeab4892ef7ffe839b Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 5 Jul 2022 15:12:53 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/components-meta@2.6.3 - @standardnotes/desktop@3.23.44 - @standardnotes/encryption@1.10.8 - @standardnotes/features@1.49.2 - @standardnotes/mobile@3.27.11 - @standardnotes/releases@1.2.58 - @standardnotes/web-server@1.2.66 - @standardnotes/web@3.33.8 --- packages/components/CHANGELOG.md | 4 ++++ packages/components/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/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/web-server/CHANGELOG.md | 4 ++++ packages/web-server/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/package.json | 2 +- 16 files changed, 40 insertions(+), 8 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 3294861c0..496d6381f 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.6.3](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.6.2...@standardnotes/components-meta@2.6.3) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/components-meta + ## [2.6.2](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.6.1...@standardnotes/components-meta@2.6.2) (2022-07-05) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index 199d6c0c3..d6576def0 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.6.2", + "version": "2.6.3", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 030703745..232429311 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.23.44](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.43...@standardnotes/desktop@3.23.44) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.43](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.42...@standardnotes/desktop@3.23.43) (2022-07-05) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 50345ff76..fb7b4b6ae 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.23.43", + "version": "3.23.44", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index ae6a816d0..fbd84e94a 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.10.8](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.10.7...@standardnotes/encryption@1.10.8) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.10.7](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.10.6...@standardnotes/encryption@1.10.7) (2022-07-05) ### Bug Fixes diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 5acd2708d..0a7992208 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.10.7", + "version": "1.10.8", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 06c79db2f..ef179a7f4 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.49.2](https://github.com/standardnotes/app/compare/@standardnotes/features@1.49.1...@standardnotes/features@1.49.2) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/features + ## [1.49.1](https://github.com/standardnotes/app/compare/@standardnotes/features@1.48.1...@standardnotes/features@1.49.1) (2022-07-05) ### Bug Fixes diff --git a/packages/features/package.json b/packages/features/package.json index 18330d017..12b2ca693 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.49.1", + "version": "1.49.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 86876ef36..a94c1d818 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.27.11](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.27.10...@standardnotes/mobile@3.27.11) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.27.10](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.27.9...@standardnotes/mobile@3.27.10) (2022-07-05) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index b3548cc68..5179544de 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.27.10", + "version": "3.27.11", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index faa1f3818..0efacea92 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.2.58](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.57...@standardnotes/releases@1.2.58) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.57](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.56...@standardnotes/releases@1.2.57) (2022-07-05) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index d1fb2fdd6..3cb1565c6 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.57", + "version": "1.2.58", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 2d1a538cf..6d230b53f 100644 --- a/packages/web-server/CHANGELOG.md +++ b/packages/web-server/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.2.66](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.65...@standardnotes/web-server@1.2.66) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.65](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.64...@standardnotes/web-server@1.2.65) (2022-07-05) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 7f3b60ab4..ee6b5990a 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.65", + "version": "1.2.66", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 2499b703f..11efd1881 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.33.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.33.7...@standardnotes/web@3.33.8) (2022-07-05) + +**Note:** Version bump only for package @standardnotes/web + ## [3.33.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.33.6...@standardnotes/web@3.33.7) (2022-07-05) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 5db2d463f..97f8ecdb0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.33.7", + "version": "3.33.8", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",