@metamask-previews/geolocation-controller 0.1.1-preview-55f73f6ce → 0.1.2-preview-246ad42b8

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 +9 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
15
+ - Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
16
+
10
17
  ## [0.1.1]
11
18
 
12
19
  ### Fixed
@@ -19,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
26
 
20
27
  - Initial release ([#8037](https://github.com/MetaMask/core/pull/8037))
21
28
 
22
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@0.1.1...HEAD
29
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@0.1.2...HEAD
30
+ [0.1.2]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@0.1.1...@metamask/geolocation-controller@0.1.2
23
31
  [0.1.1]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@0.1.0...@metamask/geolocation-controller@0.1.1
24
32
  [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/geolocation-controller@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/geolocation-controller",
3
- "version": "0.1.1-preview-55f73f6ce",
3
+ "version": "0.1.2-preview-246ad42b8",
4
4
  "description": "Centralised geolocation controller with TTL caching and request deduplication",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,9 +48,9 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/base-controller": "^9.0.0",
51
+ "@metamask/base-controller": "^9.0.1",
52
52
  "@metamask/controller-utils": "^11.19.0",
53
- "@metamask/messenger": "^0.3.0"
53
+ "@metamask/messenger": "^1.0.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@metamask/auto-changelog": "^3.4.4",