From b9081a1fd0a19c4ca4862aca6b5a7652e4036695 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 18 Jan 2023 18:50:13 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.104.93 - @standardnotes/mobile@3.50.29 - @standardnotes/releases@1.4.116 - @standardnotes/web@3.140.0 --- 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 | 10 ++++++++++ packages/web/CHANGELOG.md.json | 18 ++++++++++++++++++ packages/web/package.json | 2 +- 9 files changed, 44 insertions(+), 4 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index b3b0b78c2..801a226ba 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.104.93](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.139.0...@standardnotes/desktop@3.104.93) (2023-01-18) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.92](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.138.6...@standardnotes/desktop@3.104.92) (2023-01-18) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 8535e4cdb..31290f6a2 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.104.92", + "version": "3.104.93", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index c019708b5..29e31c038 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.50.29](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.28...@standardnotes/mobile@3.50.29) (2023-01-18) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.50.28](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.27...@standardnotes/mobile@3.50.28) (2023-01-18) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 4bcb4e64e..ae87e2dde 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.50.28", + "version": "3.50.29", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index abfc12354..f4219d914 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.116](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.115...@standardnotes/releases@1.4.116) (2023-01-18) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.115](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.114...@standardnotes/releases@1.4.115) (2023-01-18) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index af3a35518..46594d011 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.115", + "version": "1.4.116", "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 724a8581d..0863aad7c 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.140.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.139.0...@standardnotes/web@3.140.0) (2023-01-18) + +### Bug Fixes + +* Fixed issue where table view would not sort correctly outside of Files view ([066a0b4](https://github.com/standardnotes/app/commit/066a0b4c65bb6356e4ca04e43529f10a2df4d97a)) + +### Features + +* Added ability to hide date/tags columns and icons in table view ([3c869fe](https://github.com/standardnotes/app/commit/3c869fe6934a73b5bbb569286aea08fbbda4b1ba)) + # [3.139.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.6...@standardnotes/web@3.139.0) (2023-01-18) ### Features diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 24b66180f..480503471 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,23 @@ { "versions": [ + { + "version": "3.140.0", + "title": "[3.140.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.139.0...@standardnotes/web@3.140.0) (2023-01-18)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where table view would not sort correctly outside of Files view ([066a0b4](https://github.com/standardnotes/app/commit/066a0b4c65bb6356e4ca04e43529f10a2df4d97a))\n\n### Features\n\n* Added ability to hide date/tags columns and icons in table view ([3c869fe](https://github.com/standardnotes/app/commit/3c869fe6934a73b5bbb569286aea08fbbda4b1ba))", + "parsed": { + "_": [ + "Fixed issue where table view would not sort correctly outside of Files view (066a0b4)", + "Added ability to hide date/tags columns and icons in table view (3c869fe)" + ], + "Bug Fixes": [ + "Fixed issue where table view would not sort correctly outside of Files view (066a0b4)" + ], + "Features": [ + "Added ability to hide date/tags columns and icons in table view (3c869fe)" + ] + } + }, { "version": "3.139.0", "title": "[3.139.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.6...@standardnotes/web@3.139.0) (2023-01-18)", diff --git a/packages/web/package.json b/packages/web/package.json index 3cbf47390..73de8e1fa 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.139.0", + "version": "3.140.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",