Skip to content

Commit cf43bd7

Browse files
Release 1023.0.0 (#9024)
## Explanation This is the release candidate for version `1023.0.0`. It releases `@metamask/analytics-controller@1.1.1`, which clears persisted analytics event queue entries after the delivery callback runs, including when the callback reports an error ([#8934](#8934)). ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Version and changelog-only release with no code changes in this PR; shipped fix is a patch-level analytics queue persistence behavior. > > **Overview** > **Monorepo release `1023.0.0`** bumps the root `package.json` version from `1022.0.0` to `1023.0.0`. > > It publishes **`@metamask/analytics-controller@1.1.1`** (from `1.1.0`) with changelog entries for the fix in [#8934](#8934): persisted analytics event queue entries are cleared after the delivery callback runs, including when the callback reports an error. > > This PR contains **version and changelog updates only**; the behavioral fix is not in this diff. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit b711b05. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 6b80d59 commit cf43bd7

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": "1022.0.0",
3+
"version": "1023.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/analytics-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+
## [1.1.1]
11+
1012
### Fixed
1113

1214
- Clear persisted analytics event queue entries after the delivery callback runs, including when the callback reports an error. ([#8934](https://github.com/MetaMask/core/pull/8934))
@@ -39,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3941

4042
- Initial release of @metamask/analytics-controller. ([#7017](https://github.com/MetaMask/core/pull/7017), [#7202](https://github.com/MetaMask/core/pull/7202))
4143

42-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/analytics-controller@1.1.0...HEAD
44+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/analytics-controller@1.1.1...HEAD
45+
[1.1.1]: https://github.com/MetaMask/core/compare/@metamask/analytics-controller@1.1.0...@metamask/analytics-controller@1.1.1
4346
[1.1.0]: https://github.com/MetaMask/core/compare/@metamask/analytics-controller@1.0.1...@metamask/analytics-controller@1.1.0
4447
[1.0.1]: https://github.com/MetaMask/core/compare/@metamask/analytics-controller@1.0.0...@metamask/analytics-controller@1.0.1
4548
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/analytics-controller@1.0.0

packages/analytics-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/analytics-controller",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Common Analytics controller for event tracking",
55
"keywords": [
66
"Ethereum",

0 commit comments

Comments
 (0)