Skip to content

Commit 574010d

Browse files
authored
Release/27.0.0 (#216)
Releases @metamask/delegation-core@0.6.0
1 parent 31d9e70 commit 574010d

6 files changed

Lines changed: 17 additions & 7 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+
## [27.0.0]
11+
1012
## [26.0.0]
1113

1214
## [25.0.0]
@@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4749

4850
## [7.0.0]
4951

50-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@26.0.0...HEAD
52+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@27.0.0...HEAD
53+
[27.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@26.0.0...delegator-sdk-monorepo@27.0.0
5154
[26.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@25.0.0...delegator-sdk-monorepo@26.0.0
5255
[25.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@24.0.0...delegator-sdk-monorepo@25.0.0
5356
[24.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@23.0.0...delegator-sdk-monorepo@24.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": "26.0.0",
3+
"version": "27.0.0",
44
"license": "(MIT-0 OR Apache-2.0)",
55
"private": true,
66
"repository": {

packages/7715-permission-types/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+
## [0.6.0]
11+
12+
### Added
13+
14+
- New erc-7715 simple allowance types, `native-token-allowance` and `erc20-token-allowance` ([#214](https://github.com/metamask/smart-accounts-kit/pull/214))
15+
1016
## [0.5.0]
1117

1218
### Changed
@@ -35,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3541

3642
- Type definitions for EIP-7715 Execution Permissions, and definitions for permission types supported by MetaMask
3743

38-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.5.0...HEAD
44+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.6.0...HEAD
45+
[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
3946
[0.5.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.4.0...@metamask/7715-permission-types@0.5.0
4047
[0.4.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.3.0...@metamask/7715-permission-types@0.4.0
4148
[0.3.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.2.0...@metamask/7715-permission-types@0.3.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.5.0",
3+
"version": "0.6.0",
44
"description": "Permission types for the ERC-7715",
55
"license": "(MIT-0 OR Apache-2.0)",
66
"type": "module",

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.5.0",
127+
"@metamask/7715-permission-types": "^0.6.0",
128128
"@metamask/delegation-abis": "^1.0.0",
129129
"@metamask/delegation-core": "^1.1.0",
130130
"@metamask/delegation-deployments": "^1.2.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.5.0, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
575+
"@metamask/7715-permission-types@npm:^0.6.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:
@@ -776,7 +776,7 @@ __metadata:
776776
dependencies:
777777
"@lavamoat/allow-scripts": "npm:^3.4.0"
778778
"@lavamoat/preinstall-always-fail": "npm:^2.1.1"
779-
"@metamask/7715-permission-types": "npm:^0.5.0"
779+
"@metamask/7715-permission-types": "npm:^0.6.0"
780780
"@metamask/auto-changelog": "npm:^5.0.2"
781781
"@metamask/delegation-abis": "npm:^1.0.0"
782782
"@metamask/delegation-core": "npm:^1.1.0"

0 commit comments

Comments
 (0)