Skip to content

Commit ab65c46

Browse files
Release/11.0.0 (#71)
* Initialize Release 11.0.0 * Update Release 11.0.0 Increment release versions * Update CHANGELOGs for Release 11.0.0 --------- Co-authored-by: Idris Bowman <[email protected]>
1 parent 6237205 commit ab65c46

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

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+
## [11.0.0]
11+
1012
## [10.0.0]
1113

1214
## [9.0.0]
@@ -15,7 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517

1618
## [7.0.0]
1719

18-
[Unreleased]: https://github.com/MetaMask/delegation-toolkit/compare/[email protected]
20+
[Unreleased]: https://github.com/MetaMask/delegation-toolkit/compare/[email protected]
21+
[11.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/[email protected]@11.0.0
1922
[10.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/[email protected]@10.0.0
2023
[9.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/[email protected]@9.0.0
2124
[8.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/[email protected]@8.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": "10.0.0",
3+
"version": "11.0.0",
44
"license": "(MIT-0 OR Apache-2.0)",
55
"private": true,
66
"repository": {

packages/7715-permission-types/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.0]
11+
12+
### Added
13+
14+
- Export `MetaMaskBasePermissionData` type ([#65](https://github.com/metamask/delegation-toolkit/pull/65))
15+
1016
## [0.2.0]
1117

1218
### Added
1319

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

16-
[Unreleased]: https://github.com/metamask/delegation-toolkit/compare/@metamask/[email protected]
22+
[Unreleased]: https://github.com/metamask/delegation-toolkit/compare/@metamask/[email protected]
23+
[0.3.0]: https://github.com/metamask/delegation-toolkit/compare/@metamask/[email protected]...@metamask/[email protected]
1724
[0.2.0]: https://github.com/metamask/delegation-toolkit/releases/tag/@metamask/[email protected]

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.2.0",
3+
"version": "0.3.0",
44
"description": "Permission types for the ERC-7715",
55
"license": "(MIT-0 OR Apache-2.0)",
66
"type": "module",

packages/delegation-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
}
114114
},
115115
"dependencies": {
116-
"@metamask/7715-permission-types": "^0.2.0",
116+
"@metamask/7715-permission-types": "^0.3.0",
117117
"@metamask/delegation-abis": "^0.11.0",
118118
"@metamask/delegation-core": "^0.2.0-rc.1",
119119
"@metamask/delegation-deployments": "^0.12.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ __metadata:
480480
languageName: node
481481
linkType: hard
482482

483-
"@metamask/7715-permission-types@npm:^0.2.0, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
483+
"@metamask/7715-permission-types@npm:^0.3.0, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
484484
version: 0.0.0-use.local
485485
resolution: "@metamask/7715-permission-types@workspace:packages/7715-permission-types"
486486
dependencies:
@@ -611,7 +611,7 @@ __metadata:
611611
dependencies:
612612
"@lavamoat/allow-scripts": "npm:^2.3.1"
613613
"@lavamoat/preinstall-always-fail": "npm:^1.0.0"
614-
"@metamask/7715-permission-types": "npm:^0.2.0"
614+
"@metamask/7715-permission-types": "npm:^0.3.0"
615615
"@metamask/auto-changelog": "npm:^5.0.2"
616616
"@metamask/delegation-abis": "npm:^0.11.0"
617617
"@metamask/delegation-core": "npm:^0.2.0-rc.1"

0 commit comments

Comments
 (0)