Skip to content

Commit 71418c6

Browse files
authored
Release/10.0.0 (#58)
* Initialize Release 10.0.0 * Update Release 10.0.0 * Update CHANGELOG for @metamask/delegation-toolkit
1 parent 5fecf32 commit 71418c6

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [10.0.0]
11+
1012
## [9.0.0]
1113

1214
## [8.0.0]
1315

1416
## [7.0.0]
1517

16-
[Unreleased]: https://github.com/MetaMask/delegation-toolkit/compare/[email protected]
18+
[Unreleased]: https://github.com/MetaMask/delegation-toolkit/compare/[email protected]
19+
[10.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/[email protected]@10.0.0
1720
[9.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/[email protected]@9.0.0
1821
[8.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/[email protected]@8.0.0
1922
[7.0.0]: https://github.com/MetaMask/delegation-toolkit/releases/tag/[email protected]

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": "9.0.0",
3+
"version": "10.0.0",
44
"license": "(MIT-0 OR Apache-2.0)",
55
"private": true,
66
"repository": {

packages/delegation-toolkit/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.13.0-rc.3]
11+
12+
### Added
13+
14+
- Delegation Scopes and a declarative API to define delegation caveats ([#51](https://github.com/MetaMask/delegation-toolkit/pull/51))
15+
1016
## [0.13.0-rc.2]
1117

1218
### Added
@@ -32,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3238

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

35-
[Unreleased]: https://github.com/metamask/delegation-toolkit/compare/@metamask/[email protected]
41+
[Unreleased]: https://github.com/metamask/delegation-toolkit/compare/@metamask/[email protected]
42+
[0.13.0-rc.3]: https://github.com/metamask/delegation-toolkit/compare/@metamask/[email protected]...@metamask/[email protected]
3643
[0.13.0-rc.2]: https://github.com/metamask/delegation-toolkit/compare/@metamask/[email protected]...@metamask/[email protected]
3744
[0.13.0-rc.1]: https://github.com/metamask/delegation-toolkit/releases/tag/@metamask/[email protected]

packages/delegation-toolkit/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-toolkit",
3-
"version": "0.13.0-rc.2",
3+
"version": "0.13.0-rc.3",
44
"type": "module",
55
"description": "The Delegation Toolkit built on top of Viem - a library for interacting with DeleGator Smart Accounts",
66
"license": "(MIT-0 OR Apache-2.0)",

0 commit comments

Comments
 (0)