From 6e0b1a7c3fde9c8e191781ba3b2d7e66ded4f888 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 29 Aug 2023 19:56:52 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/clipper@1.1.197 - @standardnotes/desktop@3.108.129 - @standardnotes/mobile@3.56.108 - @standardnotes/releases@1.4.481 - @standardnotes/ui-services@1.31.0 - @standardnotes/web@3.172.0 --- packages/clipper/CHANGELOG.md | 4 ++++ packages/clipper/package.json | 2 +- 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/ui-services/CHANGELOG.md | 6 ++++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++++ packages/web/CHANGELOG.md.json | 14 ++++++++++++++ packages/web/package.json | 2 +- 13 files changed, 48 insertions(+), 6 deletions(-) diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index e94c4f40f..aecd6965b 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.197](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.196...@standardnotes/clipper@1.1.197) (2023-08-29) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.196](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.195...@standardnotes/clipper@1.1.196) (2023-08-29) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index e97206033..9db38ad0f 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.196", + "version": "1.1.197", "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 3616f51ad..e32e1e016 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.108.129](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.171.13...@standardnotes/desktop@3.108.129) (2023-08-29) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.128](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.171.12...@standardnotes/desktop@3.108.128) (2023-08-29) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 2d74c6b13..2d14173be 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.108.128", + "version": "3.108.129", "license": "CC BY-NC-SA 4.0", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 20c6c226d..5a768dded 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.56.108](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.107...@standardnotes/mobile@3.56.108) (2023-08-29) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.107](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.106...@standardnotes/mobile@3.56.107) (2023-08-29) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index bf7c63be6..f246bf4b0 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.107", + "version": "3.56.108", "author": "Standard Notes.", "private": true, "license": "CC BY-NC-SA 4.0", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 65530c743..276f2c03e 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.481](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.480...@standardnotes/releases@1.4.481) (2023-08-29) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.480](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.479...@standardnotes/releases@1.4.480) (2023-08-29) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 1ba55be7c..c4f8cd994 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.480", + "version": "1.4.481", "license": "CC BY-NC-SA 4.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index f1da7aad9..f229b70b4 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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. +# [1.31.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.30.6...@standardnotes/ui-services@1.31.0) (2023-08-29) + +### Features + +* Notes from Evernote ENEX files are now correctly imported as Super notes with attachments ([#2467](https://github.com/standardnotes/app/issues/2467)) ([600afa5](https://github.com/standardnotes/app/commit/600afa538295df166ca2020557983e565839f9d3)) + ## [1.30.6](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.30.5...@standardnotes/ui-services@1.30.6) (2023-08-24) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 5e5d6045d..8986dbf24 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.30.6", + "version": "1.31.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index f04503581..62f221d64 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.172.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.13...@standardnotes/web@3.172.0) (2023-08-29) + +### Features + +* Notes from Evernote ENEX files are now correctly imported as Super notes with attachments ([#2467](https://github.com/standardnotes/app/issues/2467)) ([600afa5](https://github.com/standardnotes/app/commit/600afa538295df166ca2020557983e565839f9d3)) + ## [3.171.13](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.12...@standardnotes/web@3.171.13) (2023-08-29) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 87ac03904..c5ca6f0d7 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.172.0", + "title": "[3.172.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.13...@standardnotes/web@3.172.0) (2023-08-29)", + "date": null, + "body": "### Features\n\n* Notes from Evernote ENEX files are now correctly imported as Super notes with attachments ([#2467](https://github.com/standardnotes/app/issues/2467)) ([600afa5](https://github.com/standardnotes/app/commit/600afa538295df166ca2020557983e565839f9d3))", + "parsed": { + "_": [ + "Notes from Evernote ENEX files are now correctly imported as Super notes with attachments (#2467) (600afa5)" + ], + "Features": [ + "Notes from Evernote ENEX files are now correctly imported as Super notes with attachments (#2467) (600afa5)" + ] + } + }, { "version": "3.171.13", "title": "[3.171.13](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.12...@standardnotes/web@3.171.13) (2023-08-29)", diff --git a/packages/web/package.json b/packages/web/package.json index 471003f99..27abd1a2d 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.171.13", + "version": "3.172.0", "license": "CC BY-NC-SA 4.0", "main": "dist/app.js", "author": "Standard Notes",