From 46f3e873a5f060a668dc3122a5c9b24948173715 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 19 Sep 2022 13:17:25 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.130 - @standardnotes/mobile@3.34.2 - @standardnotes/releases@1.3.53 - @standardnotes/snjs@2.129.2 - @standardnotes/web@3.49.2 --- 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 0bbabe14b..a87b3ed08 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.130](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.129...@standardnotes/desktop@3.23.130) (2022-09-19) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.129](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.128...@standardnotes/desktop@3.23.129) (2022-09-18) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 8b6690ba4..9a8bb05a8 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.129", + "version": "3.23.130", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 5a07e5266..512a02d8b 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.34.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.34.1...@standardnotes/mobile@3.34.2) (2022-09-19) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.34.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.34.0...@standardnotes/mobile@3.34.1) (2022-09-18) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index fa329a143..00d48b5f9 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.34.1", + "version": "3.34.2", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 9c1810bdd..794a354db 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.53](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.52...@standardnotes/releases@1.3.53) (2022-09-19) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.52](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.51...@standardnotes/releases@1.3.52) (2022-09-18) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 63a753cfc..6a75c0aa4 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.52", + "version": "1.3.53", "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 61ecca5f7..e094146bb 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.129.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.129.1...@standardnotes/snjs@2.129.2) (2022-09-19) + +### Bug Fixes + +* **snjs:** pass unencrypted file size to comply with file service interface ([#1595](https://github.com/standardnotes/app/issues/1595)) ([038320b](https://github.com/standardnotes/app/commit/038320b2fda8348810db586c70b0998647519fd6)) + ## [2.129.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.129.0...@standardnotes/snjs@2.129.1) (2022-09-15) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 98c7517e2..5cb2287db 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.129.1", + "version": "2.129.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 3cc7889d4..dbc2535da 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.49.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.49.1...@standardnotes/web@3.49.2) (2022-09-19) + +**Note:** Version bump only for package @standardnotes/web + ## [3.49.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.49.0...@standardnotes/web@3.49.1) (2022-09-18) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 3aa9ae3c0..f5905071b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.49.1", + "version": "3.49.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",