From ff1d71c2f844c91a9ef631c845642b3588ac1b3f Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 24 Nov 2022 18:44:27 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.102.2 - @standardnotes/mobile@3.47.2 - @standardnotes/releases@1.4.3 - @standardnotes/snjs@2.152.4 - @standardnotes/web@3.109.1 --- 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 | 7 +++++++ packages/snjs/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/CHANGELOG.md.json | 11 +++++++++++ packages/web/package.json | 2 +- 11 files changed, 39 insertions(+), 5 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index d300c986f..5b55ed005 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.102.2](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.102.1...@standardnotes/desktop@3.102.2) (2022-11-24) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.102.1](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.102.0...@standardnotes/desktop@3.102.1) (2022-11-24) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 80c674d5e..0305320d7 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.102.1", + "version": "3.102.2", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 4a9250683..a6b5308bc 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.47.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.47.1...@standardnotes/mobile@3.47.2) (2022-11-24) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.47.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.47.0...@standardnotes/mobile@3.47.1) (2022-11-24) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index c4394d637..c6157ed8f 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.47.1", + "version": "3.47.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 f856f49a5..363140730 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.3](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.2...@standardnotes/releases@1.4.3) (2022-11-24) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.2](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.1...@standardnotes/releases@1.4.2) (2022-11-24) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index dfd2b77a7..9d99da431 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.2", + "version": "1.4.3", "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 4f73f0486..d1d948fc7 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.152.4](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.152.3...@standardnotes/snjs@2.152.4) (2022-11-24) + +### Bug Fixes + +* **snjs:** initial value of subscription ids on files test - run e2e ([81b5123](https://github.com/standardnotes/app/commit/81b51232940b5fade61ad6e72237f739607bed2b)) +* **snjs:** subscription id increments - run e2e ([7a89a3c](https://github.com/standardnotes/app/commit/7a89a3cd9cb2c364d3b22da96c894040bcf7167b)) + ## [2.152.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.152.1...@standardnotes/snjs@2.152.3) (2022-11-24) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 20c434285..8d0ce743b 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.152.3", + "version": "2.152.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 348cc1d99..a70aba05f 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.109.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.109.0...@standardnotes/web@3.109.1) (2022-11-24) + +**Note:** Version bump only for package @standardnotes/web + # [3.109.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.108.1...@standardnotes/web@3.109.0) (2022-11-24) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index cf9bd7764..473610517 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.109.1", + "title": "[3.109.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.109.0...@standardnotes/web@3.109.1) (2022-11-24)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.109.0", "title": "[3.109.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.108.1...@standardnotes/web@3.109.0) (2022-11-24)", diff --git a/packages/web/package.json b/packages/web/package.json index 1c88f7093..eaedee8d7 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.109.0", + "version": "3.109.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",