From f45d854006cb2b6ba3226e193eb06c8a65d80eb4 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Tue, 12 Mar 2024 19:34:38 +0530 Subject: [PATCH] chore: update changelog [skip e2e] --- packages/web/CHANGELOG.md | 4 ++-- packages/web/CHANGELOG.md.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index ef0412678..51332091f 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -* use API v0 for Android [skip e2e] ([6d872cd](https://github.com/standardnotes/app/commit/6d872cd45a504c824d6fa2d3325e1ba2401f3046)) +* Fixed issue with re-authentication prompts ([6d872cd](https://github.com/standardnotes/app/commit/6d872cd45a504c824d6fa2d3325e1ba2401f3046)) ## [3.191.20](https://github.com/standardnotes/app/compare/@standardnotes/web@3.191.19...@standardnotes/web@3.191.20) (2024-03-11) @@ -29,7 +29,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -* use API v0 on iOS ([#2858](https://github.com/standardnotes/app/issues/2858)) [skip e2e] ([3b2f761](https://github.com/standardnotes/app/commit/3b2f76166126a5b11f35b64aacefa37618622c3d)) +* Fixed issue with re-authentication prompts ([#2858](https://github.com/standardnotes/app/issues/2858)) [skip e2e] ([3b2f761](https://github.com/standardnotes/app/commit/3b2f76166126a5b11f35b64aacefa37618622c3d)) ## [3.191.16](https://github.com/standardnotes/app/compare/@standardnotes/web@3.191.15...@standardnotes/web@3.191.16) (2024-03-07) diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index bc2a5ac19..e1eccf9d0 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -15,13 +15,13 @@ "version": "3.191.21", "title": "[3.191.21](https://github.com/standardnotes/app/compare/@standardnotes/web@3.191.20...@standardnotes/web@3.191.21) (2024-03-11)", "date": null, - "body": "### Bug Fixes\n\n* use API v0 for Android [skip e2e] ([6d872cd](https://github.com/standardnotes/app/commit/6d872cd45a504c824d6fa2d3325e1ba2401f3046))", + "body": "### Bug Fixes\n\n* use API v0 for Android ([6d872cd](https://github.com/standardnotes/app/commit/6d872cd45a504c824d6fa2d3325e1ba2401f3046))", "parsed": { "_": [ - "use API v0 for Android skip e2e] ([6d872cd)" + "Fixed issue with re-authentication prompts" ], "Bug Fixes": [ - "use API v0 for Android skip e2e] ([6d872cd)" + "Fixed issue with re-authentication prompts" ] } }, @@ -65,10 +65,10 @@ "body": "### Bug Fixes\n\n* use API v0 on iOS ([#2858](https://github.com/standardnotes/app/issues/2858)) [skip e2e] ([3b2f761](https://github.com/standardnotes/app/commit/3b2f76166126a5b11f35b64aacefa37618622c3d))", "parsed": { "_": [ - "use API v0 on iOS (#2858) skip e2e] ([3b2f761)" + "Fixed issue with re-authentication prompts" ], "Bug Fixes": [ - "use API v0 on iOS (#2858) skip e2e] ([3b2f761)" + "Fixed issue with re-authentication prompts" ] } },