From 32bdb02b59366d2d4d43457630fceae8d5901bb6 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 16 May 2023 17:20:26 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/clipper@1.1.23 - @standardnotes/desktop@3.106.32 - @standardnotes/icons@1.10.11 - @standardnotes/mobile@3.53.32 - @standardnotes/releases@1.4.300 - @standardnotes/snjs@2.168.11 - @standardnotes/styles@1.7.8 - @standardnotes/toast@1.3.30 - @standardnotes/ui-services@1.26.9 - @standardnotes/web@3.159.17 --- packages/clipper/CHANGELOG.md | 4 ++++ packages/clipper/package.json | 2 +- 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/snjs/CHANGELOG.md | 4 ++++ packages/snjs/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 | 4 ++++ packages/web/CHANGELOG.md.json | 11 +++++++++++ packages/web/package.json | 2 +- 21 files changed, 61 insertions(+), 10 deletions(-) diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 92e4f9b3b..f13ead0e9 100644 --- a/packages/clipper/CHANGELOG.md +++ b/packages/clipper/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.1.23](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.22...@standardnotes/clipper@1.1.23) (2023-05-16) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.22](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.21...@standardnotes/clipper@1.1.22) (2023-05-16) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index d7f0ac0b5..8094b1e38 100644 --- a/packages/clipper/package.json +++ b/packages/clipper/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/clipper", "description": "Web clipper browser extension for Standard Notes", - "version": "1.1.22", + "version": "1.1.23", "private": true, "scripts": { "build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 2341510ac..09d8c544d 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.106.32](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.159.16...@standardnotes/desktop@3.106.32) (2023-05-16) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.106.31](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.159.15...@standardnotes/desktop@3.106.31) (2023-05-16) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 68d3b2124..03c1db296 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.106.31", + "version": "3.106.32", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 9af58e988..165148f92 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.11](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.10.10...@standardnotes/icons@1.10.11) (2023-05-16) + +**Note:** Version bump only for package @standardnotes/icons + ## [1.10.10](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.10.9...@standardnotes/icons@1.10.10) (2023-05-16) **Note:** Version bump only for package @standardnotes/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index e26edcbc1..977b20324 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.10.10", + "version": "1.10.11", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 13bcf3b95..180e42723 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.53.32](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.31...@standardnotes/mobile@3.53.32) (2023-05-16) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.53.31](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.159.15...@standardnotes/mobile@3.53.31) (2023-05-16) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 5694d9f4d..24cd86527 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.53.31", + "version": "3.53.32", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 5bfae18f1..332ed7ffd 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.300](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.299...@standardnotes/releases@1.4.300) (2023-05-16) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.299](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.298...@standardnotes/releases@1.4.299) (2023-05-16) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 4bec26982..143bf015e 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.299", + "version": "1.4.300", "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 f74dcf95f..cdca6b57e 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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. +## [2.168.11](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.168.10...@standardnotes/snjs@2.168.11) (2023-05-16) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.168.10](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.168.9...@standardnotes/snjs@2.168.10) (2023-05-16) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 50bb73bfd..4a5bf815f 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.168.10", + "version": "2.168.11", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index dd0509296..b634e593a 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.8](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.7.7...@standardnotes/styles@1.7.8) (2023-05-16) + +**Note:** Version bump only for package @standardnotes/styles + ## [1.7.7](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.7.6...@standardnotes/styles@1.7.7) (2023-05-16) **Note:** Version bump only for package @standardnotes/styles diff --git a/packages/styles/package.json b/packages/styles/package.json index 9570dc362..4336f7566 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.7.7", + "version": "1.7.8", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index b2078c496..daf7d7731 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.30](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.29...@standardnotes/toast@1.3.30) (2023-05-16) + +**Note:** Version bump only for package @standardnotes/toast + ## [1.3.29](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.28...@standardnotes/toast@1.3.29) (2023-05-16) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index 0e0eed242..442002fea 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.3.29", + "version": "1.3.30", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 8a3a8f4ae..8d7f3557c 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.26.9](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.26.8...@standardnotes/ui-services@1.26.9) (2023-05-16) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.26.8](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.26.7...@standardnotes/ui-services@1.26.8) (2023-05-16) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 574a85c2a..8fdf8155e 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.26.8", + "version": "1.26.9", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 52ff9ca62..9222b474c 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.159.17](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.16...@standardnotes/web@3.159.17) (2023-05-16) + +**Note:** Version bump only for package @standardnotes/web + ## [3.159.16](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.15...@standardnotes/web@3.159.16) (2023-05-16) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index ec803fb2b..bce71ec52 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.159.17", + "title": "[3.159.17](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.16...@standardnotes/web@3.159.17) (2023-05-16)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.159.16", "title": "[3.159.16](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.15...@standardnotes/web@3.159.16) (2023-05-16)", diff --git a/packages/web/package.json b/packages/web/package.json index 1ba44c601..cf20195c2 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.159.16", + "version": "3.159.17", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",