From 0cbc23f74028e522c637fe9679896510be3cf4e8 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 10 Nov 2022 08:15:58 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.23.290 - @standardnotes/mobile@3.45.39 - @standardnotes/releases@1.3.221 - @standardnotes/web@3.94.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/web/CHANGELOG.md | 6 ++++++ packages/web/package.json | 2 +- 8 files changed, 22 insertions(+), 4 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 4ece2519f..d83d9cca1 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.290](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.289...@standardnotes/desktop@3.23.290) (2022-11-10) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.289](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.288...@standardnotes/desktop@3.23.289) (2022-11-09) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 094cebd0c..665c31dd8 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.289", + "version": "3.23.290", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 5ec087fbc..fa0d62f07 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.39](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.38...@standardnotes/mobile@3.45.39) (2022-11-10) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.45.38](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.37...@standardnotes/mobile@3.45.38) (2022-11-09) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index a1f47d3be..d47c3c282 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.45.38", + "version": "3.45.39", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index a8eeb4774..ca372cf7a 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.221](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.220...@standardnotes/releases@1.3.221) (2022-11-10) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.220](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.219...@standardnotes/releases@1.3.220) (2022-11-09) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index a9990c6dc..99606d0df 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.220", + "version": "1.3.221", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index b8d443b0b..cce8aa147 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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.94.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.94.0...@standardnotes/web@3.94.1) (2022-11-10) + +### Bug Fixes + +* iframe classname ([93b6616](https://github.com/standardnotes/app/commit/93b6616b7814a0cef22a50d372a3416c0953ace2)) + # [3.94.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.93.19...@standardnotes/web@3.94.0) (2022-11-09) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 876320c9d..093e0a7ae 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.94.0", + "version": "3.94.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",