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]

## [31.0.0]

## [30.0.0]

## [29.0.0]
Expand Down Expand Up @@ -55,7 +57,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@30.0.0...HEAD
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@31.0.0...HEAD
[31.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@30.0.0...delegator-sdk-monorepo@31.0.0
[30.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@29.0.0...delegator-sdk-monorepo@30.0.0
[29.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@28.0.0...delegator-sdk-monorepo@29.0.0
[28.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@27.0.0...delegator-sdk-monorepo@28.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": "30.0.0",
"version": "31.0.0",
"license": "(MIT-0 OR Apache-2.0)",
"private": true,
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion packages/7715-permission-types/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]

## [0.8.0]

### Fixed

- Rename `permit2ApproveZero` to `permit2Approve` in `TokenApprovalRevocationPermission` ERC-7715 permission data ([#237](https://github.com/MetaMask/smart-accounts-kit/pull/237))
Expand Down Expand Up @@ -55,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Type definitions for EIP-7715 Execution Permissions, and definitions for permission types supported by MetaMask

[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.7.0...HEAD
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.8.0...HEAD
[0.8.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.7.0...@metamask/7715-permission-types@0.8.0
[0.7.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.6.0...@metamask/7715-permission-types@0.7.0
[0.6.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.5.0...@metamask/7715-permission-types@0.6.0
[0.5.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.4.0...@metamask/7715-permission-types@0.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/7715-permission-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/7715-permission-types",
"version": "0.7.0",
"version": "0.8.0",
"description": "Permission types for the ERC-7715",
"license": "(MIT-0 OR Apache-2.0)",
"type": "module",
Expand Down
5 changes: 4 additions & 1 deletion packages/delegation-core/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]

## [2.3.0]

### Fixed

- Rename `permit2ApproveZero` to `permit2Approve` in `approvalRevocationEnforcer` terms builders and decoders ([#237](https://github.com/MetaMask/smart-accounts-kit/pull/237))
Expand Down Expand Up @@ -116,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add @metamask/delegation-core package, providing utility types, delegation hashing, and terms encoding for a limited set of caveat enforcers.

[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.2.0...HEAD
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.3.0...HEAD
[2.3.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.2.0...@metamask/delegation-core@2.3.0
Comment thread
jeffsmale90 marked this conversation as resolved.
[2.2.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.1.0...@metamask/delegation-core@2.2.0
[2.1.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.0.0...@metamask/delegation-core@2.1.0
[2.0.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@1.1.0...@metamask/delegation-core@2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/delegation-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/delegation-core",
"version": "2.2.0",
"version": "2.3.0",
"description": "Low level core functionality for interacting with the Delegation Framework",
"license": "(MIT-0 OR Apache-2.0)",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/smart-accounts-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Bumped @metamask/delegation-abis from `^1.0.0` to `^1.1.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234))
- Bumped @metamask/delegation-core from `^0.1.0` to `^@.2.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234))
- Bumped @metamask/delegation-core from `^2.1.0` to `^2.3.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234), [#238](https://github.com/MetaMask/smart-accounts-kit/pull/238))
- Bumped @metamask/delegation-deployments from `^1.3.0` to `^1.4.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234))
- Bumped @metamask/7715-permission-types from `^0.6.0` to `^0.7.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234))
- Bumped @metamask/7715-permission-types from `^0.6.0` to `^0.8.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234), [#238](https://github.com/MetaMask/smart-accounts-kit/pull/238))

### Deprecated

Expand Down
4 changes: 2 additions & 2 deletions packages/smart-accounts-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
}
},
"dependencies": {
"@metamask/7715-permission-types": "^0.7.0",
"@metamask/7715-permission-types": "^0.8.0",
"@metamask/delegation-abis": "^1.1.0",
"@metamask/delegation-core": "^2.2.0",
"@metamask/delegation-core": "^2.3.0",
"@metamask/delegation-deployments": "^1.4.0",
"openapi-fetch": "^0.13.5",
"ox": "0.8.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/7715-permission-types@npm:^0.7.0, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
"@metamask/7715-permission-types@npm:^0.8.0, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
version: 0.0.0-use.local
resolution: "@metamask/7715-permission-types@workspace:packages/7715-permission-types"
dependencies:
Expand Down Expand Up @@ -675,7 +675,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/delegation-core@npm:^2.2.0, @metamask/delegation-core@workspace:packages/delegation-core":
"@metamask/delegation-core@npm:^2.3.0, @metamask/delegation-core@workspace:packages/delegation-core":
version: 0.0.0-use.local
resolution: "@metamask/delegation-core@workspace:packages/delegation-core"
dependencies:
Expand Down Expand Up @@ -776,10 +776,10 @@ __metadata:
dependencies:
"@lavamoat/allow-scripts": "npm:^3.4.0"
"@lavamoat/preinstall-always-fail": "npm:^2.1.1"
"@metamask/7715-permission-types": "npm:^0.7.0"
"@metamask/7715-permission-types": "npm:^0.8.0"
"@metamask/auto-changelog": "npm:^5.0.2"
"@metamask/delegation-abis": "npm:^1.1.0"
"@metamask/delegation-core": "npm:^2.2.0"
"@metamask/delegation-core": "npm:^2.3.0"
"@metamask/delegation-deployments": "npm:^1.4.0"
"@metamask/eslint-config": "npm:14.1.0"
"@metamask/eslint-config-nodejs": "npm:14.0.0"
Expand Down
Loading