@metamask-previews/react-data-query 0.1.0-preview-55f19615e → 0.2.0-preview-4f74a56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/base-data-service` from `^0.1.0` to `^0.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
13
+
14
+ ## [0.2.0]
15
+
10
16
  ### Added
11
17
 
12
18
  - Allow passing additional configuration options to `createUIQueryClient` ([#8295](https://github.com/MetaMask/core/pull/8295))
@@ -18,5 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
24
 
19
25
  - Initial release ([#8039](https://github.com/MetaMask/core/pull/8039), [#8292](https://github.com/MetaMask/core/pull/8292))
20
26
 
21
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/react-data-query@0.1.0...HEAD
27
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/react-data-query@0.2.0...HEAD
28
+ [0.2.0]: https://github.com/MetaMask/core/compare/@metamask/react-data-query@0.1.0...@metamask/react-data-query@0.2.0
22
29
  [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/react-data-query@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/react-data-query",
3
- "version": "0.1.0-preview-55f19615e",
3
+ "version": "0.2.0-preview-4f74a56",
4
4
  "description": "Provides React utilities for consuming data services",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -47,7 +47,7 @@
47
47
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
48
48
  },
49
49
  "dependencies": {
50
- "@metamask/base-data-service": "^0.1.0",
50
+ "@metamask/base-data-service": "^0.1.1",
51
51
  "@metamask/utils": "^11.9.0",
52
52
  "@tanstack/query-core": "^4.43.0",
53
53
  "@tanstack/react-query": "^4.43.0"