Skip to content

Commit 20621a4

Browse files
committed
Update changelogs
1 parent 84e5231 commit 20621a4

File tree

2 files changed

+15
-33
lines changed

2 files changed

+15
-33
lines changed

packages/gator-permissions-snap/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101101
- Move allSupportedChains itno BaseAccountController as private static member
102102
- Improve profile sync dev experience ([#86](https://github.com/MetaMask/snap-7715-permissions/pull/86))
103103

104+
### Removed
105+
106+
- Remove endowment lifecycle hooks ([#164](https://github.com/MetaMask/snap-7715-permissions/pull/164))
107+
- Remove development constants from production artifacts ([#148](https://github.com/MetaMask/snap-7715-permissions/pull/148))
108+
- Remove unused code and images ([#111](https://github.com/MetaMask/snap-7715-permissions/pull/111))
109+
104110
### Fixed
105111

106112
- Fix Polygon Amoy Testnet incorrectly attributed as Metis Sepolia. Rename BNB to BNB Smart Chain.
@@ -120,12 +126,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120126
- address potential race condition
121127
- Fix typos ([#98](https://github.com/MetaMask/snap-7715-permissions/pull/98))
122128

123-
### Removed
124-
125-
- Remove endowment lifecycle hooks ([#164](https://github.com/MetaMask/snap-7715-permissions/pull/164))
126-
- Remove development constants from production artifacts ([#148](https://github.com/MetaMask/snap-7715-permissions/pull/148))
127-
- Remove unused code and images ([#111](https://github.com/MetaMask/snap-7715-permissions/pull/111))
128-
129129
## [0.2.1]
130130

131131
### Fixed

packages/permissions-kernel-snap/CHANGELOG.md

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,49 +14,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Add hideSnapBranding flag to preinstalled snap manifest
1515
- feat(manifest): add environment-based manifest management ([#153](https://github.com/MetaMask/snap-7715-permissions/pull/153))
1616
- Validate kernel rpc request ([#160](https://github.com/MetaMask/snap-7715-permissions/pull/160))
17-
- feat(ui): add TokenField component for displaying token info ([#136](https://github.com/MetaMask/snap-7715-permissions/pull/136))
18-
- Allow user to select EOA from which to grant the permission ([#125](https://github.com/MetaMask/snap-7715-permissions/pull/125))
1917
- Feat/ephemeral permission offer registry ([#101](https://github.com/MetaMask/snap-7715-permissions/pull/101))
2018
- Add `erc20-token-stream` permission ([#100](https://github.com/MetaMask/snap-7715-permissions/pull/100))
2119
- Add `native-token-periodic` permission ([#89](https://github.com/MetaMask/snap-7715-permissions/pull/89))
2220
- Add native token periodic transfer to expected default permissions
2321
- feat: add native token periodic permission type and handler
2422
- Persisting Granted Permissions with MM Profile Sync ([#84](https://github.com/MetaMask/snap-7715-permissions/pull/84))
25-
- Add context metadata to hold ephemeral and derived data in the context. Add basic validation messages for native token stream.
26-
- Implement proposed architecture end to end, including NativeTokenStream basic functionality, but no special handling of optional rules etc.
2723

2824
### Changed
2925

30-
- Rename RCP Urls To Be Consistent ([#168](https://github.com/MetaMask/snap-7715-permissions/pull/168))
31-
- chore: changed to plural refereces of permissionProvider
32-
- chore: rename rpc urls to be consistent
26+
- Rename RPC Urls to have consistent prefixes ([#168](https://github.com/MetaMask/snap-7715-permissions/pull/168))
3327
- Remove unused GATOR_PERMISSIONS_PROVIDER_SNAP_ID and update initialPermissions to disable snaps
3428
- Disable logging in production ([#161](https://github.com/MetaMask/snap-7715-permissions/pull/161))
3529
- getRegisteredPermissionOffers array optimization ([#159](https://github.com/MetaMask/snap-7715-permissions/pull/159))
3630
- Process permission requests sequentially ([#150](https://github.com/MetaMask/snap-7715-permissions/pull/150))
37-
- chore: remove 'viem' dependency from package.json and related files ([#154](https://github.com/MetaMask/snap-7715-permissions/pull/154))
3831
- Use null where appropriate ([#143](https://github.com/MetaMask/snap-7715-permissions/pull/143))
3932
- refactor(core): validate chain support early in permission request ([#145](https://github.com/MetaMask/snap-7715-permissions/pull/145))
4033
- Change generic errors with snap errors ([#135](https://github.com/MetaMask/snap-7715-permissions/pull/135))
4134
- Update shasum, in preparation for merge to main ([#137](https://github.com/MetaMask/snap-7715-permissions/pull/137))
4235
- Chore/integrate new permission types ([#134](https://github.com/MetaMask/snap-7715-permissions/pull/134))
4336
- Update input validation ([#110](https://github.com/MetaMask/snap-7715-permissions/pull/110))
44-
- Refactor: extract common field components into reusable Field component ([#122](https://github.com/MetaMask/snap-7715-permissions/pull/122))
45-
- style: fix indentation in package.json files and docs
46-
- build: downgrade @types/react from 18.3.23 to 18.2.4
47-
- Update linter rule for empty line is js docs and update comments to have an empty line
37+
- Downgrade @types/react from 18.3.23 to 18.2.4
4838
- Reduce usage of @metamask/delegation-toolkit and viem ([#107](https://github.com/MetaMask/snap-7715-permissions/pull/107))
4939
- Bump the npm_and_yarn group across 1 directory with 3 updates ([#78](https://github.com/MetaMask/snap-7715-permissions/pull/78))
50-
- refactor: reduce boilerplate in permission definitions
51-
- Remove errant console.log
5240
- Improve profile sync dev experience ([#86](https://github.com/MetaMask/snap-7715-permissions/pull/86))
53-
- Update ARCHITECTURE.md to reflect current state. Update manifest files."
54-
- Can now remove optional permission properties
55-
- Simplify confirmation dialog structure
56-
- upgrade delegation-toolkit and improve UI components
57-
- improve permission request orchestration and code quality
58-
- Split permission request validation and hydration
59-
- Iterate on nativetokenstream confirmation to be closer to design requirements. Add origin, network, token to confirmation.
41+
- Update ARCHITECTURE.md to reflect current state. Update manifest files.
42+
43+
### Removed
44+
45+
- Remove development constants from production artifacts ([#148](https://github.com/MetaMask/snap-7715-permissions/pull/148))
46+
- Remove unused code and images ([#111](https://github.com/MetaMask/snap-7715-permissions/pull/111))
47+
- Remove 'viem' dependency from package.json and related files ([#154](https://github.com/MetaMask/snap-7715-permissions/pull/154))
6048

6149
### Fixed
6250

@@ -68,12 +56,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6856
- Fix linting: - add eslint packages to packages - fix linting errors in gator permissions snap
6957
- Fix issue where accountMeta was not being included on the response object correctly. ([#95](https://github.com/MetaMask/snap-7715-permissions/pull/95))
7058

71-
### Removed
72-
73-
- Remove development constants from production artifacts ([#148](https://github.com/MetaMask/snap-7715-permissions/pull/148))
74-
- Remove unused code and images ([#111](https://github.com/MetaMask/snap-7715-permissions/pull/111))
75-
- Remove deprecated code
76-
7759
## [0.2.0]
7860

7961
### Fixed

0 commit comments

Comments
 (0)