Skip to content

Commit 29c005a

Browse files
Release 881.0.0 (#8292)
## Explanation Release 881, including the first versions of `base-data-service` and `react-data-query`. ## References https://consensyssoftware.atlassian.net/browse/WPC-445 ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] 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** > Low risk release bookkeeping only: updates package versions/changelogs and adjusts dependency ranges with no runtime logic changes. > > **Overview** > Bumps the monorepo version to `881.0.0` and promotes `@metamask/base-data-service` and `@metamask/react-data-query` from `0.0.0` to their first published `0.1.0` releases. > > Updates both packages’ changelogs for the `0.1.0` release and aligns `@metamask/react-data-query` (and `yarn.lock`) to depend on `@metamask/base-data-service@^0.1.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 8986096. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 9b6fcbc commit 29c005a

File tree

6 files changed

+16
-10
lines changed

6 files changed

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

packages/base-data-service/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ 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

12-
- Initial release ([#8039](https://github.com/MetaMask/core/pull/8039))
14+
- Initial release ([#8039](https://github.com/MetaMask/core/pull/8039), [#8292](https://github.com/MetaMask/core/pull/8292))
1315

14-
[Unreleased]: https://github.com/MetaMask/core/
16+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-data-service@0.1.0...HEAD
17+
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/base-data-service@0.1.0

packages/base-data-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/base-data-service",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Provides utilities for building data services",
55
"keywords": [
66
"MetaMask",

packages/react-data-query/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ 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

12-
- Initial release ([#8039](https://github.com/MetaMask/core/pull/8039))
14+
- Initial release ([#8039](https://github.com/MetaMask/core/pull/8039), [#8292](https://github.com/MetaMask/core/pull/8292))
1315

14-
[Unreleased]: https://github.com/MetaMask/core/
16+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/react-data-query@0.1.0...HEAD
17+
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/react-data-query@0.1.0

packages/react-data-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/react-data-query",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Provides React utilities for consuming data services",
55
"keywords": [
66
"MetaMask",
@@ -47,7 +47,7 @@
4747
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
4848
},
4949
"dependencies": {
50-
"@metamask/base-data-service": "^0.0.0",
50+
"@metamask/base-data-service": "^0.1.0",
5151
"@metamask/utils": "^11.9.0",
5252
"@tanstack/query-core": "^4.43.0",
5353
"@tanstack/react-query": "^4.43.0"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2981,7 +2981,7 @@ __metadata:
29812981
languageName: unknown
29822982
linkType: soft
29832983

2984-
"@metamask/base-data-service@npm:^0.0.0, @metamask/base-data-service@workspace:packages/base-data-service":
2984+
"@metamask/base-data-service@npm:^0.1.0, @metamask/base-data-service@workspace:packages/base-data-service":
29852985
version: 0.0.0-use.local
29862986
resolution: "@metamask/base-data-service@workspace:packages/base-data-service"
29872987
dependencies:
@@ -4982,7 +4982,7 @@ __metadata:
49824982
resolution: "@metamask/react-data-query@workspace:packages/react-data-query"
49834983
dependencies:
49844984
"@metamask/auto-changelog": "npm:^3.4.4"
4985-
"@metamask/base-data-service": "npm:^0.0.0"
4985+
"@metamask/base-data-service": "npm:^0.1.0"
49864986
"@metamask/utils": "npm:^11.9.0"
49874987
"@tanstack/query-core": "npm:^4.43.0"
49884988
"@tanstack/react-query": "npm:^4.43.0"

0 commit comments

Comments
 (0)