From 05dcc96379656618659668923b27009f9d26e06f Mon Sep 17 00:00:00 2001 From: Andrew Glago Date: Fri, 21 Jun 2024 22:15:16 +0000 Subject: [PATCH] chore: fix lint issues --- packages/cli/CHANGELOG.md | 3 ++- packages/core/CHANGELOG.md | 6 ++++-- packages/react-sdk/CHANGELOG.md | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8a43f257..f7862b37 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -5,7 +5,8 @@ ### Patch Changes - 3651708: Fix how protocols are being forwarded by API handler. -- 61363af: Removes inline sourcemaps. Sourcemaps are still provided, just linked in separate files instead. +- 61363af: Removes inline sourcemaps. Sourcemaps are still provided, just linked + in separate files instead. - Updated dependencies [61363af] - Updated dependencies [3651708] - Updated dependencies [61363af] diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e02f6b9d..36f7cbca 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -4,9 +4,11 @@ ### Patch Changes -- 61363af: Fixes issue where redirects to local preview/publish targets would be redirected to https://localhost +- 61363af: Fixes issue where redirects to local preview/publish targets would be + redirected to https://localhost - 3651708: Fix how protocols are being forwarded by API handler. -- 61363af: Removes inline sourcemaps. Sourcemaps are still provided, just linked in separate files instead. +- 61363af: Removes inline sourcemaps. Sourcemaps are still provided, just linked + in separate files instead. ## 3.6.0-beta.3 diff --git a/packages/react-sdk/CHANGELOG.md b/packages/react-sdk/CHANGELOG.md index c215b437..f8351387 100644 --- a/packages/react-sdk/CHANGELOG.md +++ b/packages/react-sdk/CHANGELOG.md @@ -6,7 +6,8 @@ - 80ef092: Update preview bar copy and icons - 4ed0c05: Don't export pantheon-context in server export. -- 61363af: Removes inline sourcemaps. Sourcemaps are still provided, just linked in separate files instead. +- 61363af: Removes inline sourcemaps. Sourcemaps are still provided, just linked + in separate files instead. - 4ed0c05: Export pantheon-content from root entry point. - 14a968b: Make preview bar sticky at the top by default - Updated dependencies [61363af]