Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-7715-permissions-monorepo",
"version": "18.0.0",
"version": "19.0.0",
"private": true,
"description": "Monorepo for 7715 permissions snaps.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gator-permissions-snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Feat: Existing permissions banner with list ([#288](https://github.com/MetaMask/snap-7715-permissions/pull/288))
- fix: update warning icon color to error red for malicious addresses ([#287](https://github.com/MetaMask/snap-7715-permissions/pull/287))
- chore: Add explainer comment to each permission type `caveats.ts` ([#270](https://github.com/MetaMask/snap-7715-permissions/pull/270))

## [1.3.0]

### Changed
Expand Down
10 changes: 10 additions & 0 deletions packages/permissions-kernel-snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Feat: Existing permissions banner with list ([#288](https://github.com/MetaMask/snap-7715-permissions/pull/288))
- fix: update warning icon color to error red for malicious addresses ([#287](https://github.com/MetaMask/snap-7715-permissions/pull/287))
- chore: Add explainer comment to each permission type `caveats.ts` ([#270](https://github.com/MetaMask/snap-7715-permissions/pull/270))
- Release/18.0.0 ([#285](https://github.com/MetaMask/snap-7715-permissions/pull/285))
- fix: existing permissions issues ([#284](https://github.com/MetaMask/snap-7715-permissions/pull/284))
- feat: enhance existing permissions handling ([#283](https://github.com/MetaMask/snap-7715-permissions/pull/283))
- Improve clarity of justification field in Permission Picker ([#282](https://github.com/MetaMask/snap-7715-permissions/pull/282))

## [1.1.0]

### Added
Expand Down
21 changes: 1 addition & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3853,26 +3853,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/utils@npm:^11.0.1, @metamask/utils@npm:^11.1.0, @metamask/utils@npm:^11.2.0, @metamask/utils@npm:^11.4.0, @metamask/utils@npm:^11.4.2, @metamask/utils@npm:^11.8.1, @metamask/utils@npm:^11.9.0":
version: 11.9.0
resolution: "@metamask/utils@npm:11.9.0"
dependencies:
"@ethereumjs/tx": "npm:^4.2.0"
"@metamask/superstruct": "npm:^3.1.0"
"@noble/hashes": "npm:^1.3.1"
"@scure/base": "npm:^1.1.3"
"@types/debug": "npm:^4.1.7"
"@types/lodash": "npm:^4.17.20"
debug: "npm:^4.3.4"
lodash: "npm:^4.17.21"
pony-cause: "npm:^2.1.10"
semver: "npm:^7.5.4"
uuid: "npm:^9.0.1"
checksum: 10/f8f5e99ba6c6de0395ed4e0acc82ee9c0dca26991ea6a8f10b3896e72745790966a8eded8c42be905d9f01fa99c1fd29a7f68541e2ef9854fc14984a0b514ad3
languageName: node
linkType: hard

"@metamask/utils@npm:^11.10.0":
"@metamask/utils@npm:^11.0.1, @metamask/utils@npm:^11.1.0, @metamask/utils@npm:^11.10.0, @metamask/utils@npm:^11.2.0, @metamask/utils@npm:^11.4.0, @metamask/utils@npm:^11.4.2, @metamask/utils@npm:^11.8.1, @metamask/utils@npm:^11.9.0":
version: 11.10.0
resolution: "@metamask/utils@npm:11.10.0"
dependencies:
Expand Down
Loading