Skip to content

Commit 8848420

Browse files
authored
Release/17.0.0 (#119)
* Initialize Release 17.0.0 * Update Release 17.0.0 * Update changelog
1 parent 4ac7a08 commit 8848420

4 files changed

Lines changed: 15 additions & 4 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+
## [17.0.0]
11+
1012
## [16.0.0]
1113

1214
## [15.0.0]
@@ -27,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2729

2830
## [7.0.0]
2931

30-
[Unreleased]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@16.0.0...HEAD
32+
[Unreleased]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@17.0.0...HEAD
33+
[17.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@16.0.0...delegator-sdk-monorepo@17.0.0
3134
[16.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@15.0.0...delegator-sdk-monorepo@16.0.0
3235
[15.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@14.0.0...delegator-sdk-monorepo@15.0.0
3336
[14.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@13.0.0...delegator-sdk-monorepo@14.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": "16.0.0",
3+
"version": "17.0.0",
44
"license": "(MIT-0 OR Apache-2.0)",
55
"private": true,
66
"repository": {

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+
## [0.3.0]
11+
12+
### Fixed
13+
14+
- **Breaking** `function-call` scope no longer allows native token value, unless explicitly configured ([#118](https://github.com/MetaMask/smart-accounts-kit/pull/118))
15+
- Add `typesVersions` to `package.json` so that subpath exports can be resolved for packages using `moduleResolution: node` ([#112](https://github.com/MetaMask/smart-accounts-kit/pull/112))
16+
1017
## [0.2.0]
1118

1219
### Added
@@ -23,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2330

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

26-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@0.2.0...HEAD
33+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@0.3.0...HEAD
34+
[0.3.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@0.2.0...@metamask/smart-accounts-kit@0.3.0
2735
[0.2.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/smart-accounts-kit@0.1.0...@metamask/smart-accounts-kit@0.2.0
2836
[0.1.0]: https://github.com/metamask/smart-accounts-kit/releases/tag/@metamask/smart-accounts-kit@0.1.0

packages/smart-accounts-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/smart-accounts-kit",
3-
"version": "0.2.0",
3+
"version": "0.3.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)",

0 commit comments

Comments
 (0)