From 873fdbc4b3bf7267221c22229f84d290a9d9062f Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 28 Mar 2025 11:10:14 -0500 Subject: [PATCH] Update changelogs --- packages/analytics/CHANGELOG.md | 19 ++----------------- packages/wxt/CHANGELOG.md | 21 +++++---------------- 2 files changed, 7 insertions(+), 33 deletions(-) diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index eab49a2b..4e77f370 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -1,27 +1,12 @@ # Changelog ## v0.5.0 - -[⚠️ breaking changes](https://wxt.dev/guide/upgrade-guide/wxt) • [compare changes](https://github.com/wxt-dev/wxt/compare/analytics-v0.4.1...analytics-v0.5.0) - -### 🚀 Enhancements - -- Analytics module ([5217279](https://github.com/wxt-dev/wxt/commit/5217279)) -- New `@wxt-dev/analytics` package ([#790](https://github.com/wxt-dev/wxt/pull/790)) +[⚠️ breaking changes](https://wxt.dev/guide/resources/upgrading.html) • [compare changes](https://github.com/wxt-dev/wxt/compare/analytics-v0.4.1...analytics-v0.5.0) ### 🩹 Fixes - ⚠️ Update min WXT version to 0.20 ([2e8baf0](https://github.com/wxt-dev/wxt/commit/2e8baf0)) -### 🏡 Chore - -- **release:** Analytics-v0.4.0 ([2faba91](https://github.com/wxt-dev/wxt/commit/2faba91)) -- **release:** Analytics-v0.4.1 ([1509809](https://github.com/wxt-dev/wxt/commit/1509809)) - -#### ⚠️ Breaking Changes - -- ⚠️ Update min WXT version to 0.20 ([2e8baf0](https://github.com/wxt-dev/wxt/commit/2e8baf0)) - ### ❤️ Contributors -- Aaron ([@aklinker1](https://github.com/aklinker1)) \ No newline at end of file +- Aaron ([@aklinker1](https://github.com/aklinker1)) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 30406ed7..c702018f 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog ## v0.20.0 +Excited to release the next major version of WXT! Follow the [Upgrade guide](https://wxt.dev/guide/resources/upgrading.html) to update! -[⚠️ breaking changes](https://wxt.dev/guide/upgrade-guide/wxt) • [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.29...wxt-v0.20.0) +--- + +[⚠️ breaking changes](https://wxt.dev/guide/resources/upgrading.html) • [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.29...wxt-v0.20.0) ### 🚀 Enhancements @@ -33,24 +36,10 @@ - Fix type errors ([aad17c8](https://github.com/wxt-dev/wxt/commit/aad17c8)) - Remove duplicate test ([e54df0a](https://github.com/wxt-dev/wxt/commit/e54df0a)) -#### ⚠️ Breaking Changes - -- ⚠️ Remove `webextension-polyfill` ([#1084](https://github.com/wxt-dev/wxt/pull/1084)) -- ⚠️ Individual exports and introduce the `#imports` module ([#1258](https://github.com/wxt-dev/wxt/pull/1258)) -- ⚠️ Reset inherited styles inside shadow root ([#1269](https://github.com/wxt-dev/wxt/pull/1269)) -- ⚠️ Auto-import types ([#1315](https://github.com/wxt-dev/wxt/pull/1315)) -- ⚠️ Add suffix to non-production output directories ([#1086](https://github.com/wxt-dev/wxt/pull/1086)) -- ⚠️ Remove deprecated `jiti` entrypoint loader ([#1087](https://github.com/wxt-dev/wxt/pull/1087)) -- ⚠️ Rename `runner` to `webExt` ([#1180](https://github.com/wxt-dev/wxt/pull/1180)) -- ⚠️ Remove `transformManfiest` option ([#1181](https://github.com/wxt-dev/wxt/pull/1181)) -- ⚠️ Make `publicDir` and `modulesDir` relative to project root ([#1216](https://github.com/wxt-dev/wxt/pull/1216)) -- ⚠️ Move `wxt/storage` to `wxt/utils/storage` ([#1271](https://github.com/wxt-dev/wxt/pull/1271)) - ### ❤️ Contributors - Aaron ([@aklinker1](https://github.com/aklinker1)) - 1natsu ([@1natsu172](https://github.com/1natsu172)) - ## v0.19.29 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.28...wxt-v0.19.29) @@ -2938,4 +2927,4 @@ Initial release of WXT. Full support for production builds and initial toolkit f ### 🤖 CI - Create validation workflow ([#12](https://github.com/wxt-dev/wxt/pull/12)) -- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13)) \ No newline at end of file +- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13))