Skip to content

Commit 4cb0630

Browse files
committed
Update Release 31.0.0
1 parent f2ad98a commit 4cb0630

8 files changed

Lines changed: 19 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [31.0.0]
11+
1012
## [30.0.0]
1113

1214
## [29.0.0]
@@ -55,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5557

5658
## [7.0.0]
5759

58-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@30.0.0...HEAD
60+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@31.0.0...HEAD
61+
[31.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@30.0.0...delegator-sdk-monorepo@31.0.0
5962
[30.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@29.0.0...delegator-sdk-monorepo@30.0.0
6063
[29.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@28.0.0...delegator-sdk-monorepo@29.0.0
6164
[28.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@27.0.0...delegator-sdk-monorepo@28.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "delegator-sdk-monorepo",
3-
"version": "30.0.0",
3+
"version": "31.0.0",
44
"license": "(MIT-0 OR Apache-2.0)",
55
"private": true,
66
"repository": {

packages/7715-permission-types/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.0]
11+
1012
### Fixed
1113

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

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

58-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.7.0...HEAD
60+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.8.0...HEAD
61+
[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
5962
[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
6063
[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
6164
[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

packages/7715-permission-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/7715-permission-types",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Permission types for the ERC-7715",
55
"license": "(MIT-0 OR Apache-2.0)",
66
"type": "module",

packages/delegation-core/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116116

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

119-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.2.0...HEAD
119+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.3.0...HEAD
120+
[2.3.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.2.0...@metamask/delegation-core@2.3.0
120121
[2.2.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.1.0...@metamask/delegation-core@2.2.0
121122
[2.1.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.0.0...@metamask/delegation-core@2.1.0
122123
[2.0.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@1.1.0...@metamask/delegation-core@2.0.0

packages/delegation-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/delegation-core",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Low level core functionality for interacting with the Delegation Framework",
55
"license": "(MIT-0 OR Apache-2.0)",
66
"type": "module",

packages/smart-accounts-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@
124124
}
125125
},
126126
"dependencies": {
127-
"@metamask/7715-permission-types": "^0.7.0",
127+
"@metamask/7715-permission-types": "^0.8.0",
128128
"@metamask/delegation-abis": "^1.1.0",
129-
"@metamask/delegation-core": "^2.2.0",
129+
"@metamask/delegation-core": "^2.3.0",
130130
"@metamask/delegation-deployments": "^1.4.0",
131131
"openapi-fetch": "^0.13.5",
132132
"ox": "0.8.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ __metadata:
572572
languageName: node
573573
linkType: hard
574574

575-
"@metamask/7715-permission-types@npm:^0.7.0, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
575+
"@metamask/7715-permission-types@npm:^0.8.0, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
576576
version: 0.0.0-use.local
577577
resolution: "@metamask/7715-permission-types@workspace:packages/7715-permission-types"
578578
dependencies:
@@ -675,7 +675,7 @@ __metadata:
675675
languageName: unknown
676676
linkType: soft
677677

678-
"@metamask/delegation-core@npm:^2.2.0, @metamask/delegation-core@workspace:packages/delegation-core":
678+
"@metamask/delegation-core@npm:^2.3.0, @metamask/delegation-core@workspace:packages/delegation-core":
679679
version: 0.0.0-use.local
680680
resolution: "@metamask/delegation-core@workspace:packages/delegation-core"
681681
dependencies:
@@ -776,10 +776,10 @@ __metadata:
776776
dependencies:
777777
"@lavamoat/allow-scripts": "npm:^3.4.0"
778778
"@lavamoat/preinstall-always-fail": "npm:^2.1.1"
779-
"@metamask/7715-permission-types": "npm:^0.7.0"
779+
"@metamask/7715-permission-types": "npm:^0.8.0"
780780
"@metamask/auto-changelog": "npm:^5.0.2"
781781
"@metamask/delegation-abis": "npm:^1.1.0"
782-
"@metamask/delegation-core": "npm:^2.2.0"
782+
"@metamask/delegation-core": "npm:^2.3.0"
783783
"@metamask/delegation-deployments": "npm:^1.4.0"
784784
"@metamask/eslint-config": "npm:14.1.0"
785785
"@metamask/eslint-config-nodejs": "npm:14.0.0"

0 commit comments

Comments
 (0)