Skip to content

Commit eb2ffcf

Browse files
authored
Release/34.0.0 (#269)
* Initialize Release 34.0.0 * Update Release 34.0.0 * Update changelog * Add version bump to changelog
1 parent 482adef commit eb2ffcf

7 files changed

Lines changed: 21 additions & 14 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+
## [34.0.0]
11+
1012
## [33.0.0]
1113

1214
## [32.0.0]
@@ -61,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6163

6264
## [7.0.0]
6365

64-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@33.0.0...HEAD
66+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@34.0.0...HEAD
67+
[34.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@33.0.0...delegator-sdk-monorepo@34.0.0
6568
[33.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@32.0.0...delegator-sdk-monorepo@33.0.0
6669
[32.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@31.0.0...delegator-sdk-monorepo@32.0.0
6770
[31.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@30.0.0...delegator-sdk-monorepo@31.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": "33.0.0",
3+
"version": "34.0.0",
44
"license": "(MIT-0 OR Apache-2.0)",
55
"private": true,
66
"repository": {

packages/7715-permission-types/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.8.0]
11+
1012
### Added
1113

12-
- Utility functions to create caveats array for each permission type ([#265](https://github.com/MetaMask/smart-accounts-kit/pull/265))
14+
- Utility functions to create caveats array for each permission type ([#265](https://github.com/metamask/smart-accounts-kit/pull/265))
1315
- `createErc20TokenStreamCaveats()`
1416
- `createErc20TokenPeriodicCaveats()`
1517
- `createErc20TokenAllowanceCaveats()`
1618
- `createNativeTokenStreamCaveats()`
1719
- `createNativeTokenPeriodicCaveats()`
1820
- `createNativeTokenAllowanceCaveats()`
1921
- `createTokenApprovalRevocationCaveats()`
20-
- Add `makePermissionDecoderConfigs` to resolve the `PermissionDecoderConfig`s to be used with @metamask/gator-permissions-controller ([#259](https://github.com/MetaMask/smart-accounts-kit/pull/259))
21-
- Add permission schema metadata and MetaMask facilitator address utilities ([#267](https://github.com/MetaMask/smart-accounts-kit/pull/267))
22+
- Function `makePermissionDecoderConfigs` to resolve the `PermissionDecoderConfig`s to be used with @metamask/gator-permissions-controller ([#259](https://github.com/metamask/smart-accounts-kit/pull/259))
23+
- Permission schema metadata and MetaMask facilitator address utilities ([#267](https://github.com/metamask/smart-accounts-kit/pull/267))
2224

2325
## [0.7.1]
2426

2527
### Fixed
2628

27-
- Rename `permit2ApproveZero` to `permit2Approve` in `TokenApprovalRevocationPermission` ERC-7715 permission data ([#237](https://github.com/MetaMask/smart-accounts-kit/pull/237))
29+
- Rename `permit2ApproveZero` to `permit2Approve` in `TokenApprovalRevocationPermission` ERC-7715 permission data ([#237](https://github.com/metamask/smart-accounts-kit/pull/237))
2830

2931
## [0.7.0]
3032

3133
### Added
3234

33-
- New permission type `token-approval-revocation` ([#226](https://github.com/MetaMask/smart-accounts-kit/pull/226))
35+
- New permission type `token-approval-revocation` ([#226](https://github.com/metamask/smart-accounts-kit/pull/226))
3436

3537
### Deprecated
3638

37-
- Deprecated `erc20-token-revocation` in favor of `token-approval-revocation` ([#226](https://github.com/MetaMask/smart-accounts-kit/pull/226))
39+
- Deprecated `erc20-token-revocation` in favor of `token-approval-revocation` ([#226](https://github.com/metamask/smart-accounts-kit/pull/226))
3840

3941
## [0.6.0]
4042

@@ -56,7 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5658

5759
### Added
5860

59-
- New permission type `erc20-token-revocation` ([#110](https://github.com/MetaMask/smart-accounts-kit/pull/110))
61+
- New permission type `erc20-token-revocation` ([#110](https://github.com/metamask/smart-accounts-kit/pull/110))
6062

6163
## [0.3.0]
6264

@@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7072

7173
- Type definitions for EIP-7715 Execution Permissions, and definitions for permission types supported by MetaMask
7274

73-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.7.1...HEAD
75+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.8.0...HEAD
76+
[0.8.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.7.1...@metamask/7715-permission-types@0.8.0
7477
[0.7.1]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.7.0...@metamask/7715-permission-types@0.7.1
7578
[0.7.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.6.0...@metamask/7715-permission-types@0.7.0
7679
[0.6.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.5.0...@metamask/7715-permission-types@0.6.0

packages/7715-permission-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/7715-permission-types",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Permission types for the ERC-7715",
55
"license": "(MIT-0 OR Apache-2.0)",
66
"type": "module",

packages/smart-accounts-kit/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Changed
1515

1616
- Experimental `createx402DelegationProvider` now resolves redeemers as the intersection of `facilitatorAddresses` and `redeemer.addresses` ([#256](https://github.com/MetaMask/smart-accounts-kit/pull/256))
17+
- Bump @metamask/7715-permission-types from `^0.7.1` to `^0.8.0` ([#269](https://github.com/MetaMask/smart-accounts-kit/pull/269))
1718

1819
## [1.6.0]
1920

packages/smart-accounts-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
}
125125
},
126126
"dependencies": {
127-
"@metamask/7715-permission-types": "^0.7.1",
127+
"@metamask/7715-permission-types": "^0.8.0",
128128
"@metamask/delegation-abis": "^1.1.0",
129129
"@metamask/delegation-core": "^2.2.1",
130130
"@metamask/delegation-deployments": "^1.4.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ __metadata:
572572
languageName: node
573573
linkType: hard
574574

575-
"@metamask/7715-permission-types@npm:^0.7.1, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
575+
"@metamask/7715-permission-types@npm:^0.8.0, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
576576
version: 0.0.0-use.local
577577
resolution: "@metamask/7715-permission-types@workspace:packages/7715-permission-types"
578578
dependencies:
@@ -777,7 +777,7 @@ __metadata:
777777
dependencies:
778778
"@lavamoat/allow-scripts": "npm:^3.4.0"
779779
"@lavamoat/preinstall-always-fail": "npm:^2.1.1"
780-
"@metamask/7715-permission-types": "npm:^0.7.1"
780+
"@metamask/7715-permission-types": "npm:^0.8.0"
781781
"@metamask/auto-changelog": "npm:^6.1.1"
782782
"@metamask/delegation-abis": "npm:^1.1.0"
783783
"@metamask/delegation-core": "npm:^2.2.1"

0 commit comments

Comments
 (0)