From c3d3633e6bd0163d196dac60c2b72927e531698a Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 30 Mar 2023 07:42:56 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.105.35 - @standardnotes/icons@1.10.7 - @standardnotes/mobile@3.51.68 - @standardnotes/releases@1.4.211 - @standardnotes/styles@1.7.6 - @standardnotes/toast@1.3.26 - @standardnotes/ui-services@1.24.41 - @standardnotes/web@3.150.35 --- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/icons/CHANGELOG.md | 4 ++++ packages/icons/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/styles/CHANGELOG.md | 4 ++++ packages/styles/package.json | 2 +- packages/toast/CHANGELOG.md | 4 ++++ packages/toast/package.json | 2 +- packages/ui-services/CHANGELOG.md | 4 ++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 7 +++++++ packages/web/CHANGELOG.md.json | 16 ++++++++++++++++ packages/web/package.json | 2 +- 17 files changed, 59 insertions(+), 8 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index f737011c3..663e33390 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.105.35](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.34...@standardnotes/desktop@3.105.35) (2023-03-30) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.34](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.150.33...@standardnotes/desktop@3.105.34) (2023-03-29) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index c65438b1b..631b2a0cc 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.105.34", + "version": "3.105.35", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index be71b7ff5..3f9fff08d 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.10.7](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.10.6...@standardnotes/icons@1.10.7) (2023-03-30) + +**Note:** Version bump only for package @standardnotes/icons + ## [1.10.6](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.10.5...@standardnotes/icons@1.10.6) (2023-03-29) ### Bug Fixes diff --git a/packages/icons/package.json b/packages/icons/package.json index fce076c2a..d62339e69 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.10.6", + "version": "1.10.7", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index f64e154ef..3aad62a41 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.51.68](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.67...@standardnotes/mobile@3.51.68) (2023-03-30) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.51.67](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.66...@standardnotes/mobile@3.51.67) (2023-03-29) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index d3a788773..9780d18e6 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.51.67", + "version": "3.51.68", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 7adba2d1a..fda46e5a7 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.211](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.210...@standardnotes/releases@1.4.211) (2023-03-30) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.210](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.209...@standardnotes/releases@1.4.210) (2023-03-29) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index fd07ea8c3..ab2716770 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.210", + "version": "1.4.211", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index ab39fe356..852651cfe 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/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.7.6](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.7.5...@standardnotes/styles@1.7.6) (2023-03-30) + +**Note:** Version bump only for package @standardnotes/styles + ## [1.7.5](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.7.4...@standardnotes/styles@1.7.5) (2023-03-29) ### Bug Fixes diff --git a/packages/styles/package.json b/packages/styles/package.json index d307c005c..f521030e4 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.7.5", + "version": "1.7.6", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index fd5a46606..1ccecf3c8 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/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.26](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.25...@standardnotes/toast@1.3.26) (2023-03-30) + +**Note:** Version bump only for package @standardnotes/toast + ## [1.3.25](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.24...@standardnotes/toast@1.3.25) (2023-03-29) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index 0e8fe2579..2d6d758db 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.3.25", + "version": "1.3.26", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 952488a0a..e0d0a9308 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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.24.41](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.40...@standardnotes/ui-services@1.24.41) (2023-03-30) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.24.40](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.39...@standardnotes/ui-services@1.24.40) (2023-03-29) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index c27e9c269..047dbdb5b 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.24.40", + "version": "1.24.41", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 10f4496af..d211df378 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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.150.35](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.34...@standardnotes/web@3.150.35) (2023-03-30) + +### Bug Fixes + +* Files uploaded to a protected Super note will also be marked as protected ([09fd659](https://github.com/standardnotes/app/commit/09fd65903b5e34c7f2b9f805e372efda383c7e4c)) +* Fixed an issue where deleting a file from the preview modal would not correctly navigate to next item or dismiss the modal ([7773bec](https://github.com/standardnotes/app/commit/7773becdec0f5a623337b25a7fd218e5bcfebf13)) + ## [3.150.34](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.33...@standardnotes/web@3.150.34) (2023-03-29) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 7a7ba740f..f8f3a7744 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,21 @@ { "versions": [ + { + "version": "3.150.35", + "title": "[3.150.35](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.34...@standardnotes/web@3.150.35) (2023-03-30)", + "date": null, + "body": "### Bug Fixes\n\n* Files uploaded to a protected Super note will also be marked as protected ([09fd659](https://github.com/standardnotes/app/commit/09fd65903b5e34c7f2b9f805e372efda383c7e4c))\n* Fixed an issue where deleting a file from the preview modal would not correctly navigate to next item or dismiss the modal ([7773bec](https://github.com/standardnotes/app/commit/7773becdec0f5a623337b25a7fd218e5bcfebf13))", + "parsed": { + "_": [ + "Files uploaded to a protected Super note will also be marked as protected (09fd659)", + "Fixed an issue where deleting a file from the preview modal would not correctly navigate to next item or dismiss the modal (7773bec)" + ], + "Bug Fixes": [ + "Files uploaded to a protected Super note will also be marked as protected (09fd659)", + "Fixed an issue where deleting a file from the preview modal would not correctly navigate to next item or dismiss the modal (7773bec)" + ] + } + }, { "version": "3.150.34", "title": "[3.150.34](https://github.com/standardnotes/app/compare/@standardnotes/web@3.150.33...@standardnotes/web@3.150.34) (2023-03-29)", diff --git a/packages/web/package.json b/packages/web/package.json index 08807ddb6..ec86164ba 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.150.34", + "version": "3.150.35", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",