Skip to content

Commit 0c5c1c7

Browse files
authored
Release/24.0.0 (#200)
* Initialize Release 24.0.0 * Update Release 24.0.0 * Update changelog
1 parent 1e12633 commit 0c5c1c7

7 files changed

Lines changed: 26 additions & 9 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+
## [24.0.0]
11+
1012
## [23.0.0]
1113

1214
## [22.0.0]
@@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4143

4244
## [7.0.0]
4345

44-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@23.0.0...HEAD
46+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@24.0.0...HEAD
47+
[24.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@23.0.0...delegator-sdk-monorepo@24.0.0
4548
[23.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@22.0.0...delegator-sdk-monorepo@23.0.0
4649
[22.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@21.0.0...delegator-sdk-monorepo@22.0.0
4750
[21.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@20.0.0...delegator-sdk-monorepo@21.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": "23.0.0",
3+
"version": "24.0.0",
44
"license": "(MIT-0 OR Apache-2.0)",
55
"private": true,
66
"repository": {

packages/delegation-deployments/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+
## [1.1.0]
11+
1012
### Added
1113

1214
- Add chain deployment for Citrea mainnet ([#180](https://github.com/MetaMask/smart-accounts-kit/pull/180))
@@ -57,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5759

5860
- Add deployments for Sei mainnet ([#84](https://github.com/metamask/smart-accounts-kit/pull/84))
5961

60-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@1.0.0...HEAD
62+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@1.1.0...HEAD
63+
[1.1.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@1.0.0...@metamask/delegation-deployments@1.1.0
6164
[1.0.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@0.17.0...@metamask/delegation-deployments@1.0.0
6265
[0.17.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@0.16.0...@metamask/delegation-deployments@0.17.0
6366
[0.16.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@0.15.0...@metamask/delegation-deployments@0.16.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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A history of deployments of the Delegation Framework",
55
"license": "(MIT-0 OR Apache-2.0)",
66
"type": "module",

packages/smart-accounts-kit/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0]
11+
12+
### Added
13+
14+
- A `nonceKeyManager` can now be specified when calling `toMetaMaskSmartAccount` ([#199](https://github.com/metamask/smart-accounts-kit/pull/199))
15+
16+
### Fixed
17+
18+
- Nonce is always generated with nonce key `0n`, ignoring any specified nonce key value ([#199](https://github.com/metamask/smart-accounts-kit/pull/199))
19+
1020
## [1.0.0]
1121

1222
### Changed
@@ -95,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95105

96106
- Promote readable permissions actions (`requestExecutionPermissions`, `sendTransactionWithDelegation`, and `sendUserOperationWithDelegation`) from experimental ([#91](https://github.com/MetaMask/smart-accounts-kit/pull/91))
97107

98-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@1.0.0...HEAD
108+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@1.1.0...HEAD
109+
[1.1.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@1.0.0...@metamask/smart-accounts-kit@1.1.0
99110
[1.0.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@0.4.0-beta.2...@metamask/smart-accounts-kit@1.0.0
100111
[0.4.0-beta.2]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@0.4.0-beta.1...@metamask/smart-accounts-kit@0.4.0-beta.2
101112
[0.4.0-beta.1]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@0.4.0-beta.0...@metamask/smart-accounts-kit@0.4.0-beta.1

packages/smart-accounts-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/smart-accounts-kit",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"type": "module",
55
"description": "Toolkit for managing and interacting with MetaMask Smart Accounts, built on Viem",
66
"license": "(MIT-0 OR Apache-2.0)",
@@ -127,7 +127,7 @@
127127
"@metamask/7715-permission-types": "^0.5.0",
128128
"@metamask/delegation-abis": "^1.0.0",
129129
"@metamask/delegation-core": "^1.0.0",
130-
"@metamask/delegation-deployments": "^1.0.0",
130+
"@metamask/delegation-deployments": "^1.1.0",
131131
"buffer": "^6.0.3",
132132
"ox": "0.8.1"
133133
},

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ __metadata:
692692
languageName: unknown
693693
linkType: soft
694694

695-
"@metamask/delegation-deployments@npm:^1.0.0, @metamask/delegation-deployments@workspace:packages/delegation-deployments":
695+
"@metamask/delegation-deployments@npm:^1.1.0, @metamask/delegation-deployments@workspace:packages/delegation-deployments":
696696
version: 0.0.0-use.local
697697
resolution: "@metamask/delegation-deployments@workspace:packages/delegation-deployments"
698698
dependencies:
@@ -780,7 +780,7 @@ __metadata:
780780
"@metamask/auto-changelog": "npm:^5.0.2"
781781
"@metamask/delegation-abis": "npm:^1.0.0"
782782
"@metamask/delegation-core": "npm:^1.0.0"
783-
"@metamask/delegation-deployments": "npm:^1.0.0"
783+
"@metamask/delegation-deployments": "npm:^1.1.0"
784784
"@metamask/eslint-config": "npm:14.1.0"
785785
"@metamask/eslint-config-nodejs": "npm:14.0.0"
786786
"@metamask/eslint-config-typescript": "npm:14.0.0"

0 commit comments

Comments
 (0)