Skip to content

Commit 62804ed

Browse files
jeffsmale90Battambangkhanti42
authored
Release/13.0.0 (#94)
* Initialize Release 13.0.0 * Update Release 13.0.0 * chore: update the yarn.lock * chore: change changes to changed in Changelog.md * chore: update MetaMask by metamask to comply changelog validation rules * chore: changelog link pointing * Update changelog for @metamask/delegation-deployments --------- Co-authored-by: Frederic HENG <frederic.heng@consensys.net> Co-authored-by: Florin Dzeladini <florin.dzeladini@consensys.net>
1 parent cc493e5 commit 62804ed

5 files changed

Lines changed: 22 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@12.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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/
10+
## [0.13.0]
11+
12+
### Added
13+
14+
- Add deployments for Sei mainnet ([#84](https://github.com/metamask/smart-accounts-kit/pull/84))
15+
16+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@0.13.0...HEAD
17+
[0.13.0]: https://github.com/metamask/smart-accounts-kit/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",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,14 @@ __metadata:
628628
languageName: unknown
629629
linkType: soft
630630

631-
"@metamask/delegation-deployments@npm:^0.12.0, @metamask/delegation-deployments@workspace:packages/delegation-deployments":
631+
"@metamask/delegation-deployments@npm:^0.12.0":
632+
version: 0.12.0
633+
resolution: "@metamask/delegation-deployments@npm:0.12.0"
634+
checksum: 10/fd3b373efc1857cc867b44b4ca33db0cf8487c1109d6f2ed7e3ce10e6a65d4165b7fcc034cab92d919d6f0833e3749a055ff862adc8d7a348cdd3a0f593f6aa6
635+
languageName: node
636+
linkType: hard
637+
638+
"@metamask/delegation-deployments@workspace:packages/delegation-deployments":
632639
version: 0.0.0-use.local
633640
resolution: "@metamask/delegation-deployments@workspace:packages/delegation-deployments"
634641
dependencies:

0 commit comments

Comments
 (0)