Skip to content

Commit a51c8a9

Browse files
authored
Release/23.0.0 (#194)
* Initialize Release 23.0.0 * Update Release 23.0.0 * Add @metamask/delegation-deployments to release * Categorize changes
1 parent 75bf4cf commit a51c8a9

11 files changed

Lines changed: 51 additions & 19 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+
## [23.0.0]
11+
1012
## [22.0.0]
1113

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

4042
## [7.0.0]
4143

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

packages/delegation-abis/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+
## [1.0.0]
11+
12+
### Changed
13+
14+
- Bumped from `0.12.0-beta.0` to `1.0.0` ([#194](https://github.com/metamask/smart-accounts-kit/pull/194))
15+
1016
## [0.12.0-beta.0]
1117

1218
### Fixed
1319

1420
- Improve @metamask/delegation-abis tree-shakability ([#131](https://github.com/metamask/smart-accounts-kit/pull/131))
1521

16-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-abis@0.12.0-beta.0...HEAD
22+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-abis@1.0.0...HEAD
23+
[1.0.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-abis@0.12.0-beta.0...@metamask/delegation-abis@1.0.0
1724
[0.12.0-beta.0]: https://github.com/metamask/smart-accounts-kit/releases/tag/@metamask/delegation-abis@0.12.0-beta.0

packages/delegation-abis/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-abis",
3-
"version": "0.12.0-beta.0",
3+
"version": "1.0.0",
44
"description": "ABIs mapped to versions of the Delegation Framework contracts",
55
"license": "(MIT-0 OR Apache-2.0)",
66
"type": "module",

packages/delegation-core/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+
## [1.0.0]
11+
12+
### Changed
13+
14+
- Bumped from `0.4.0` to `1.0.0` ([#194](https://github.com/metamask/smart-accounts-kit/pull/194))
15+
1016
## [0.4.0]
1117

1218
### Added
@@ -78,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7884

7985
- Add @metamask/delegation-core package, providing utility types, delegation hashing, and terms encoding for a limited set of caveat enforcers.
8086

81-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@0.4.0...HEAD
87+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@1.0.0...HEAD
88+
[1.0.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@0.4.0...@metamask/delegation-core@1.0.0
8289
[0.4.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@0.3.0...@metamask/delegation-core@0.4.0
8390
[0.3.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@0.2.0...@metamask/delegation-core@0.3.0
8491
[0.2.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@0.2.0-rc.1...@metamask/delegation-core@0.2.0

packages/delegation-core/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-core",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "Low level core functionality for interacting with the Delegation Framework",
55
"license": "(MIT-0 OR Apache-2.0)",
66
"type": "module",

packages/delegation-deployments/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+
## [1.0.0]
11+
12+
### Changed
13+
14+
- Bumped from `0.17.0` to `1.0.0` ([#194](https://github.com/metamask/smart-accounts-kit/pull/194))
15+
1016
## [0.17.0]
1117

1218
### Added
@@ -46,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4652

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

49-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@0.17.0...HEAD
55+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@1.0.0...HEAD
56+
[1.0.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@0.17.0...@metamask/delegation-deployments@1.0.0
5057
[0.17.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@0.16.0...@metamask/delegation-deployments@0.17.0
5158
[0.16.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@0.15.0...@metamask/delegation-deployments@0.16.0
5259
[0.15.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-deployments@0.14.0...@metamask/delegation-deployments@0.15.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.17.0",
3+
"version": "1.0.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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0]
11+
12+
### Changed
13+
14+
- Migrate from `webauthn-p256` to `0x` p256 module ([#193](https://github.com/metamask/smart-accounts-kit/pull/193))
15+
- `signer` param is now optional in `toMetaMaskSmartAccount` ([#178](https://github.com/metamask/smart-accounts-kit/pull/178))
16+
1017
## [0.4.0-beta.2]
1118

1219
### Added
@@ -88,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8895

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

91-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@0.4.0-beta.2...HEAD
98+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@1.0.0...HEAD
99+
[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
92100
[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
93101
[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
94102
[0.4.0-beta.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@0.3.0...@metamask/smart-accounts-kit@0.4.0-beta.0

packages/smart-accounts-kit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/smart-accounts-kit",
3-
"version": "0.4.0-beta.2",
3+
"version": "1.0.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)",
@@ -125,9 +125,9 @@
125125
},
126126
"dependencies": {
127127
"@metamask/7715-permission-types": "^0.5.0",
128-
"@metamask/delegation-abis": "^0.12.0-beta.0",
129-
"@metamask/delegation-core": "^0.4.0",
130-
"@metamask/delegation-deployments": "^0.17.0",
128+
"@metamask/delegation-abis": "^1.0.0",
129+
"@metamask/delegation-core": "^1.0.0",
130+
"@metamask/delegation-deployments": "^1.0.0",
131131
"buffer": "^6.0.3",
132132
"ox": "0.8.1"
133133
},

0 commit comments

Comments
 (0)