From 12168945f1cb9bdf449b2bbc7c4d5724a5e95d7a Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 14 Jul 2022 15:27:11 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.77 - @standardnotes/icons@1.4.7 - @standardnotes/mobile@3.30.33 - @standardnotes/releases@1.2.99 - @standardnotes/snjs@2.124.4 - @standardnotes/toast@1.3.4 - @standardnotes/web-server@1.2.100 - @standardnotes/web@3.40.6 --- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/icons/CHANGELOG.md | 4 ++++ packages/icons/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/snjs/CHANGELOG.md | 4 ++++ packages/snjs/package.json | 2 +- packages/toast/CHANGELOG.md | 4 ++++ packages/toast/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/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 71b6a0b0d..ac6d51a3a 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.77](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.76...@standardnotes/desktop@3.23.77) (2022-07-14) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.76](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.75...@standardnotes/desktop@3.23.76) (2022-07-14) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index b9930c88a..a0083d9f4 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.76", + "version": "3.23.77", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 1bd633519..d4f803bc5 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.7](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.6...@standardnotes/icons@1.4.7) (2022-07-14) + +**Note:** Version bump only for package @standardnotes/icons + ## [1.4.6](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.5...@standardnotes/icons@1.4.6) (2022-07-13) ### Bug Fixes diff --git a/packages/icons/package.json b/packages/icons/package.json index 6a94022ff..7c13bd2bb 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.4.6", + "version": "1.4.7", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index ffc40a93a..3a737f1d8 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.30.33](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.30.32...@standardnotes/mobile@3.30.33) (2022-07-14) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.30.32](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.30.31...@standardnotes/mobile@3.30.32) (2022-07-14) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index ff32628e1..b49a5c89f 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.30.32", + "version": "3.30.33", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 17d9e8854..490d790de 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.99](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.98...@standardnotes/releases@1.2.99) (2022-07-14) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.98](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.97...@standardnotes/releases@1.2.98) (2022-07-14) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 85a3fc7e6..419ec7836 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.98", + "version": "1.2.99", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index a14f3a989..bf9cd8352 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.124.4](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.124.3...@standardnotes/snjs@2.124.4) (2022-07-14) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.124.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.124.2...@standardnotes/snjs@2.124.3) (2022-07-13) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index e8ddb7ec3..ef178e8a3 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.124.3", + "version": "2.124.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index 615a9460c..bc2407c2c 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/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.3.4](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.3...@standardnotes/toast@1.3.4) (2022-07-14) + +**Note:** Version bump only for package @standardnotes/toast + ## [1.3.3](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.2...@standardnotes/toast@1.3.3) (2022-07-13) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index ef30e53ed..b04149511 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.3.3", + "version": "1.3.4", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 3b89d2dd7..b854fc47d 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.100](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.99...@standardnotes/web-server@1.2.100) (2022-07-14) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.99](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.98...@standardnotes/web-server@1.2.99) (2022-07-14) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index b93c73ee8..0209aa971 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.99", + "version": "1.2.100", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index eb4c25c26..3284e3650 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.40.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.40.5...@standardnotes/web@3.40.6) (2022-07-14) + +**Note:** Version bump only for package @standardnotes/web + ## [3.40.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.40.4...@standardnotes/web@3.40.5) (2022-07-14) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index cc3dd8c3a..56b802f69 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.40.5", + "version": "3.40.6", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",