Skip to content

Commit be83dcf

Browse files
committed
Update changelogs
1 parent abbfa12 commit be83dcf

2 files changed

Lines changed: 14 additions & 39 deletions

File tree

packages/7715-permission-types/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.2.0]
1111

12-
### Uncategorized
12+
### Added
1313

14-
- Rename @metamask/permission-types to @metamask/7715-permission-types
14+
- Type definitions for EIP-7715 Execution Permissions, and definitions for permission types supported by MetaMask
1515

16-
[Unreleased]: https://github.com/MetaMask/delegation-toolkit/compare/@metamask/7715-permission-types@0.2.0...HEAD
17-
[0.2.0]: https://github.com/MetaMask/delegation-toolkit/releases/tag/@metamask/7715-permission-types@0.2.0
16+
[Unreleased]: https://github.com/metamask/delegation-toolkit/compare/@metamask/7715-permission-types@0.2.0...HEAD
17+
[0.2.0]: https://github.com/metamask/delegation-toolkit/releases/tag/@metamask/7715-permission-types@0.2.0

packages/delegation-toolkit/CHANGELOG.md

Lines changed: 10 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.13.0-rc.2]
1111

12-
### Uncategorized
13-
14-
- Rename @metamask/permission-types to @metamask/7715-permission-types
15-
- Update the 7715 experimental actions to new Erc7715 interface ([#54](https://github.com/MetaMask/delegation-toolkit/pull/54))
16-
- Remove duplicate createCaveatEnforcerClient and type
17-
- Fix jsdoc comments in getCaveatAvailableAmount.ts
18-
- Move caveatEnforcerClient into it's own file
19-
- Improve action tests, remove client tests.
20-
- Improve internals of getCaveatAvailableAmount actions. Improve validation messages when caveats are not found, or duplicates are found.
21-
- Fix package exports, straggling tests, and import order.
22-
- use getDelegationHashoffchain function instead of delegation-core hashDelegation directly. Use type assertion when destructuring foundCaveats.
23-
- Fix tests
24-
- style: remove extra whitespace in getCaveatAvailableAmount.ts
25-
- refactor: use destructuring in findMatchingCaveat function
26-
- refactor: add caveatEnforcerActions back to actions export
27-
- refactor: remove client exports from actions index (moved to main export)
28-
- refactor: consolidate parameter types into single CaveatEnforcerParams type
29-
- refactor: replace custom error types with standard Error constructor
30-
- refactor: simplify actions to only accept delegation and use environment values
31-
- refactor: modify existing actions to accept delegation instead of creating new ones
32-
- feat: move caveat enforcer client to main export
33-
- feat: add delegation-based caveat enforcer actions
34-
- fix: fixing conflicts
35-
- chore: 7702 validation improvements
36-
- chore: using viem address comparison
37-
- chore: 7702 is valid implementation code
38-
- chore: override isDeployed function
39-
- chore: override is deployed viem function
40-
- Adds Contract Utils (Caveats, Delegation) ([#45](https://github.com/MetaMask/delegation-toolkit/pull/45))
41-
- chore: fixing types in tests
42-
- chore: caveat enforcer configs, and extend
43-
- feat: added contract utils
12+
### Added
13+
14+
- New utilities and actions for interacting with the Delegation Framework smart contracts ([#45](https://github.com/MetaMask/delegation-toolkit/pull/45))
15+
16+
### Changed
17+
18+
- The 7715 experimental actions not align with the new Erc7715 interface ([#54](https://github.com/MetaMask/delegation-toolkit/pull/54))
4419

4520
## [0.13.0-rc.1]
4621

@@ -57,6 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5732

5833
- Fixed a bug where `sendTransactionWithDelegation` failed whenever `value` was specified in the parameters. ([#30](https://github.com/metamask/delegation-toolkit/pull/30))
5934

60-
[Unreleased]: https://github.com/MetaMask/delegation-toolkit/compare/@metamask/delegation-toolkit@0.13.0-rc.2...HEAD
61-
[0.13.0-rc.2]: https://github.com/MetaMask/delegation-toolkit/compare/@metamask/delegation-toolkit@0.13.0-rc.1...@metamask/delegation-toolkit@0.13.0-rc.2
62-
[0.13.0-rc.1]: https://github.com/MetaMask/delegation-toolkit/releases/tag/@metamask/delegation-toolkit@0.13.0-rc.1
35+
[Unreleased]: https://github.com/metamask/delegation-toolkit/compare/@metamask/delegation-toolkit@0.13.0-rc.2...HEAD
36+
[0.13.0-rc.2]: https://github.com/metamask/delegation-toolkit/compare/@metamask/delegation-toolkit@0.13.0-rc.1...@metamask/delegation-toolkit@0.13.0-rc.2
37+
[0.13.0-rc.1]: https://github.com/metamask/delegation-toolkit/releases/tag/@metamask/delegation-toolkit@0.13.0-rc.1

0 commit comments

Comments
 (0)