From 73d6b67a36a06ab9d6ffe26095a3b4000767505c Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Sun, 30 Oct 2022 23:38:51 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.260 - @standardnotes/mobile@3.45.7 - @standardnotes/releases@1.3.189 - @standardnotes/snjs@2.145.2 - @standardnotes/web@3.90.6 --- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/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 | 6 ++++++ packages/snjs/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/package.json | 2 +- 10 files changed, 27 insertions(+), 5 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 7c7a953fe..e62c6920d 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.260](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.259...@standardnotes/desktop@3.23.260) (2022-10-30) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.259](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.258...@standardnotes/desktop@3.23.259) (2022-10-30) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 1049df8a7..170dadce7 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.259", + "version": "3.23.260", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 98bd31f78..f5b00c842 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.45.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.6...@standardnotes/mobile@3.45.7) (2022-10-30) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.45.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.5...@standardnotes/mobile@3.45.6) (2022-10-30) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 46cdfa188..b80f1bfd9 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.45.6", + "version": "3.45.7", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index fe278be2c..bb5535d4b 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.3.189](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.188...@standardnotes/releases@1.3.189) (2022-10-30) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.188](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.187...@standardnotes/releases@1.3.188) (2022-10-30) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index f6c1592c1..bb7127e32 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.188", + "version": "1.3.189", "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 5eb0d38e4..90d8c10ec 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.145.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.145.1...@standardnotes/snjs@2.145.2) (2022-10-30) + +### Bug Fixes + +* **mobile:** increase save debounce timeout ([35e2fa9](https://github.com/standardnotes/app/commit/35e2fa9eb6df44beb7717ce38209ee4944286355)) + ## [2.145.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.145.0...@standardnotes/snjs@2.145.1) (2022-10-28) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 42f6d6ff9..58711ce26 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.145.1", + "version": "2.145.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 9aa443a6d..c2a68f843 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.90.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.90.5...@standardnotes/web@3.90.6) (2022-10-30) + +**Note:** Version bump only for package @standardnotes/web + ## [3.90.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.90.4...@standardnotes/web@3.90.5) (2022-10-30) ### Performance Improvements diff --git a/packages/web/package.json b/packages/web/package.json index eaf947981..ca602eb67 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.90.5", + "version": "3.90.6", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",