Skip to content
Merged
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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [26.0.0]

## [25.0.0]

## [24.0.0]
Expand Down Expand Up @@ -45,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [7.0.0]

[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@25.0.0...HEAD
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@26.0.0...HEAD
[26.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@25.0.0...delegator-sdk-monorepo@26.0.0
[25.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@24.0.0...delegator-sdk-monorepo@25.0.0
[24.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@23.0.0...delegator-sdk-monorepo@24.0.0
[23.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@22.0.0...delegator-sdk-monorepo@23.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delegator-sdk-monorepo",
"version": "25.0.0",
"version": "26.0.0",
"license": "(MIT-0 OR Apache-2.0)",
"private": true,
"repository": {
Expand Down
6 changes: 5 additions & 1 deletion packages/smart-accounts-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0]

### Added

- feat: add redeemer rule ([#212](https://github.com/metamask/smart-accounts-kit/pull/212))
- Optional `redeemer` on `PermissionRequestParameter` maps to a `redeemer` execution rule; granted permission responses checksum-normalize redeemer addresses in `rules`.

## [1.2.0]
Expand Down Expand Up @@ -118,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Promote readable permissions actions (`requestExecutionPermissions`, `sendTransactionWithDelegation`, and `sendUserOperationWithDelegation`) from experimental ([#91](https://github.com/MetaMask/smart-accounts-kit/pull/91))

[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@1.2.0...HEAD
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@1.3.0...HEAD
[1.3.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@1.2.0...@metamask/smart-accounts-kit@1.3.0
[1.2.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@1.1.0...@metamask/smart-accounts-kit@1.2.0
[1.1.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@1.0.0...@metamask/smart-accounts-kit@1.1.0
[1.0.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@0.4.0-beta.2...@metamask/smart-accounts-kit@1.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-accounts-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/smart-accounts-kit",
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"description": "Toolkit for managing and interacting with MetaMask Smart Accounts, built on Viem",
"license": "(MIT-0 OR Apache-2.0)",
Expand Down
Loading