Skip to content

Commit c4cf733

Browse files
authored
Release/821.0.0 (#7982)
## Explanation Releases ai-controllers new version, It will provide support on having the new feature called Market Insights in the mobile app. ## 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? For example: * Fixes #12345 * Related to #67890 --> ## 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/changelog-only changes with no runtime code modifications; risk is limited to release/versioning alignment. > > **Overview** > Bumps the monorepo release version to `821.0.0`. > > Publishes the first non-placeholder release of `@metamask/ai-controllers` by setting its version to `0.1.0` and formalizing its changelog with a `0.1.0` section and updated compare/tag links. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e31b137. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 9b65a23 commit c4cf733

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

packages/ai-controllers/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+
## [0.1.0]
11+
1012
### Added
1113

1214
- Initial release ([#7693](https://github.com/MetaMask/core/pull/7693))
@@ -25,4 +27,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2527
- Removes `fetchDigest`, `clearDigest`, and `clearAllDigests` actions from the controller action surface.
2628
- Removes `DigestData`/`DigestEntry` types and the `digests` state branch.
2729

28-
[Unreleased]: https://github.com/MetaMask/core/
30+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ai-controllers@0.1.0...HEAD
31+
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/ai-controllers@0.1.0

packages/ai-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/ai-controllers",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "A collection of AI-related controllers",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)