From 353c7573888acc9b264277f995edfd0ec1ea6594 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 16 Nov 2022 14:53:19 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.100.0 - @standardnotes/mobile@3.46.9 - @standardnotes/releases@1.3.234 --- packages/desktop/CHANGELOG.md | 7 +++++++ packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 6 ++++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- 6 files changed, 20 insertions(+), 3 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 5ca0f2e4c..d737f7b4b 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/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. +# [3.100.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.301...@standardnotes/desktop@3.100.0) (2022-11-16) + +### Features + +* bump desktop version to match web ([e9c6eed](https://github.com/standardnotes/app/commit/e9c6eed235ba59ac9b3bbb102bed78acb2e10177)) +* bump desktop version to match web (skip e2e) ([a73074c](https://github.com/standardnotes/app/commit/a73074ce1c64f4cba04745dd22e5fce775ed434e)) + ## [3.23.301](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.300...@standardnotes/desktop@3.23.301) (2022-11-16) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 4b663ae3c..ce8304f22 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.99.1", + "version": "3.100.0", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 6772551f7..c2c0b8f56 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/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. +## [3.46.9](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.8...@standardnotes/mobile@3.46.9) (2022-11-16) + +### Bug Fixes + +* **mobile:** android build ([c3e5228](https://github.com/standardnotes/app/commit/c3e5228c9dd4e2e9cac926e40483c8d3073fb68d)) + ## [3.46.8](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.7...@standardnotes/mobile@3.46.8) (2022-11-16) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 1d8c7819f..a3d77b461 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.46.8", + "version": "3.46.9", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 00e0f9c26..f01f0209d 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.234](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.233...@standardnotes/releases@1.3.234) (2022-11-16) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.233](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.232...@standardnotes/releases@1.3.233) (2022-11-16) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 000a93ad7..7b12ee40b 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.233", + "version": "1.3.234", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts",