Skip to content

Commit c5cf92d

Browse files
committed
Initialize Release 13.0.0
1 parent 4a3f511 commit c5cf92d

4 files changed

Lines changed: 11 additions & 5 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+
## [13.0.0]
11+
1012
## [12.0.0]
1113

1214
## [11.0.0]
@@ -19,7 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1921

2022
## [7.0.0]
2123

22-
[Unreleased]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@12.0.0...HEAD
24+
[Unreleased]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@13.0.0...HEAD
25+
[13.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@11.0.0...delegator-sdk-monorepo@13.0.0
2326
[12.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@11.0.0...delegator-sdk-monorepo@12.0.0
2427
[11.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@10.0.0...delegator-sdk-monorepo@11.0.0
2528
[10.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@9.0.0...delegator-sdk-monorepo@10.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": "12.0.0",
3+
"version": "13.0.0",
44
"license": "(MIT-0 OR Apache-2.0)",
55
"private": true,
66
"repository": {

packages/delegation-deployments/CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Uncategorized
10+
## [0.13.0]
11+
12+
### Changes
1113

1214
- Rebrand Delegation Toolkit as Smart Accounts Kit ([#89](https://github.com/MetaMask/smart-accounts-kit.git/pull/89))
1315
- add-sei-chain ([#84](https://github.com/MetaMask/smart-accounts-kit.git/pull/84))
1416
- Remove usages of npx ([#79](https://github.com/MetaMask/smart-accounts-kit.git/pull/79))
1517
- Fix MultiTokenPeriodBuilder to accept a config object ([#80](https://github.com/MetaMask/smart-accounts-kit.git/pull/80))
1618

17-
[Unreleased]: https://github.com/MetaMask/smart-accounts-kit.git/
19+
[Unreleased]: https://github.com/MetaMask/smart-accounts-kit.git/compare/@metamask/delegation-deployments@0.13.0...HEAD
20+
[0.13.0]: https://github.com/MetaMask/smart-accounts-kit.git/releases/tag/@metamask/delegation-deployments@0.13.0

packages/delegation-deployments/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-deployments",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "A history of deployments of the Delegation Framework",
55
"license": "(MIT-0 OR Apache-2.0)",
66
"type": "module",

0 commit comments

Comments
 (0)