Skip to content

Commit 91f4190

Browse files
authored
Release/533.0.0 (#6467)
## Explanation First release for the `@metamask/gator-permissions-controller` (0.1.0). ## References Required by(MM Extension): MetaMask/metamask-extension#35627 ## 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/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent 12d11df commit 91f4190

File tree

3 files changed

+6
-4
lines changed

3 files changed

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

packages/gator-permissions-controller/CHANGELOG.md

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

1214
- Initial release ([#6033](https://github.com/MetaMask/core/pull/6033))
13-
- Integrate erc7715 types from @metamask/7715-permission-types package ([#6379](https://github.com/MetaMask/core/pull/6379))
1415

15-
[Unreleased]: https://github.com/MetaMask/core/
16+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
17+
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/[email protected]

packages/gator-permissions-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/gator-permissions-controller",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Controller for managing gator permissions with profile sync integration",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)