Skip to content

Commit 0dab0d0

Browse files
Release 865.0.0 (MetaMask#8213)
Release @metamask/profile-metrics-controller@3.0.4 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release bookkeeping only: bumps package versions and updates the `@metamask/profile-metrics-controller` changelog with the 3.0.4 notes; no functional code changes in this PR. > > **Overview** > Bumps the monorepo version to `865.0.0` and releases `@metamask/profile-metrics-controller@3.0.4`. > > Updates the `@metamask/profile-metrics-controller` changelog to include the `3.0.4` entry (cookie stripping fix) and adjusts compare links accordingly. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit f6bfed6. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 6523182 commit 0dab0d0

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "864.0.0",
3+
"version": "865.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/profile-metrics-controller/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.4]
11+
1012
### Fixed
1113

1214
- Strip cookies from `ProfileMetricsService` fetch requests preventing `431 Request Header Fields Too Large` errors caused by cookies being forwarded to the authentication API ([#8209](https://github.com/MetaMask/core/pull/8209))
@@ -80,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8082

8183
- Initial release ([#7194](https://github.com/MetaMask/core/pull/7194), [#7196](https://github.com/MetaMask/core/pull/7196), [#7263](https://github.com/MetaMask/core/pull/7263))
8284

83-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.0.3...HEAD
85+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.0.4...HEAD
86+
[3.0.4]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.0.3...@metamask/profile-metrics-controller@3.0.4
8487
[3.0.3]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.0.2...@metamask/profile-metrics-controller@3.0.3
8588
[3.0.2]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.0.1...@metamask/profile-metrics-controller@3.0.2
8689
[3.0.1]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.0.0...@metamask/profile-metrics-controller@3.0.1

packages/profile-metrics-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/profile-metrics-controller",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Sample package to illustrate best practices for controllers",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)