diff --git a/package.json b/package.json index 549abea1454..d2fc84f9c7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "853.0.0", + "version": "854.0.0", "private": true, "description": "Monorepo for packages shared between MetaMask clients", "repository": { diff --git a/packages/geolocation-controller/CHANGELOG.md b/packages/geolocation-controller/CHANGELOG.md index b29e53d23ab..b96a08eec0f 100644 --- a/packages/geolocation-controller/CHANGELOG.md +++ b/packages/geolocation-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] + ### Fixed - Accept ISO 3166-2 subdivision codes (e.g. `US-NY`, `CA-ON`) from the geolocation API, not just 2-letter country codes ([#8137](https://github.com/MetaMask/core/pull/8137)) @@ -17,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#8037](https://github.com/MetaMask/core/pull/8037)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@0.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@0.1.1...HEAD +[0.1.1]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@0.1.0...@metamask/geolocation-controller@0.1.1 [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/geolocation-controller@0.1.0 diff --git a/packages/geolocation-controller/package.json b/packages/geolocation-controller/package.json index 9542475eae6..7410c13fa0e 100644 --- a/packages/geolocation-controller/package.json +++ b/packages/geolocation-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/geolocation-controller", - "version": "0.1.0", + "version": "0.1.1", "description": "Centralised geolocation controller with TTL caching and request deduplication", "keywords": [ "MetaMask",