Skip to content

Commit 6e8b8de

Browse files
authored
Revert "Update Release 31.0.0 (#238)" (#239)
This reverts commit c0c3eff.
1 parent c0c3eff commit 6e8b8de

9 files changed

Lines changed: 14 additions & 23 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [31.0.0]
11-
1210
## [30.0.0]
1311

1412
## [29.0.0]
@@ -57,8 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5755

5856
## [7.0.0]
5957

60-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@31.0.0...HEAD
61-
[31.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@30.0.0...delegator-sdk-monorepo@31.0.0
58+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@30.0.0...HEAD
6259
[30.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@29.0.0...delegator-sdk-monorepo@30.0.0
6360
[29.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@28.0.0...delegator-sdk-monorepo@29.0.0
6461
[28.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@27.0.0...delegator-sdk-monorepo@28.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": "31.0.0",
3+
"version": "30.0.0",
44
"license": "(MIT-0 OR Apache-2.0)",
55
"private": true,
66
"repository": {

packages/7715-permission-types/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.8.0]
11-
1210
### Fixed
1311

1412
- Rename `permit2ApproveZero` to `permit2Approve` in `TokenApprovalRevocationPermission` ERC-7715 permission data ([#237](https://github.com/MetaMask/smart-accounts-kit/pull/237))
@@ -57,8 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5755

5856
- Type definitions for EIP-7715 Execution Permissions, and definitions for permission types supported by MetaMask
5957

60-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.8.0...HEAD
61-
[0.8.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.7.0...@metamask/7715-permission-types@0.8.0
58+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.7.0...HEAD
6259
[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
6360
[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
6461
[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

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.8.0",
3+
"version": "0.7.0",
44
"description": "Permission types for the ERC-7715",
55
"license": "(MIT-0 OR Apache-2.0)",
66
"type": "module",

packages/delegation-core/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [2.3.0]
11-
1210
### Fixed
1311

1412
- Rename `permit2ApproveZero` to `permit2Approve` in `approvalRevocationEnforcer` terms builders and decoders ([#237](https://github.com/MetaMask/smart-accounts-kit/pull/237))
@@ -118,8 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
118116

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

121-
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.3.0...HEAD
122-
[2.3.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.2.0...@metamask/delegation-core@2.3.0
119+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.2.0...HEAD
123120
[2.2.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.1.0...@metamask/delegation-core@2.2.0
124121
[2.1.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@2.0.0...@metamask/delegation-core@2.1.0
125122
[2.0.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/delegation-core@1.1.0...@metamask/delegation-core@2.0.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": "2.3.0",
3+
"version": "2.2.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/smart-accounts-kit/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
### Changed
1616

1717
- Bumped @metamask/delegation-abis from `^1.0.0` to `^1.1.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234))
18-
- Bumped @metamask/delegation-core from `^2.1.0` to `^2.3.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234), [#238](https://github.com/MetaMask/smart-accounts-kit/pull/238))
18+
- Bumped @metamask/delegation-core from `^0.1.0` to `^@.2.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234))
1919
- Bumped @metamask/delegation-deployments from `^1.3.0` to `^1.4.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234))
20-
- Bumped @metamask/7715-permission-types from `^0.6.0` to `^0.8.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234), [#238](https://github.com/MetaMask/smart-accounts-kit/pull/238))
20+
- Bumped @metamask/7715-permission-types from `^0.6.0` to `^0.7.0` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234))
2121

2222
### Deprecated
2323

packages/smart-accounts-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@
124124
}
125125
},
126126
"dependencies": {
127-
"@metamask/7715-permission-types": "^0.8.0",
127+
"@metamask/7715-permission-types": "^0.7.0",
128128
"@metamask/delegation-abis": "^1.1.0",
129-
"@metamask/delegation-core": "^2.3.0",
129+
"@metamask/delegation-core": "^2.2.0",
130130
"@metamask/delegation-deployments": "^1.4.0",
131131
"openapi-fetch": "^0.13.5",
132132
"ox": "0.8.1"

yarn.lock

Lines changed: 4 additions & 4 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.8.0, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
575+
"@metamask/7715-permission-types@npm:^0.7.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:
@@ -675,7 +675,7 @@ __metadata:
675675
languageName: unknown
676676
linkType: soft
677677

678-
"@metamask/delegation-core@npm:^2.3.0, @metamask/delegation-core@workspace:packages/delegation-core":
678+
"@metamask/delegation-core@npm:^2.2.0, @metamask/delegation-core@workspace:packages/delegation-core":
679679
version: 0.0.0-use.local
680680
resolution: "@metamask/delegation-core@workspace:packages/delegation-core"
681681
dependencies:
@@ -776,10 +776,10 @@ __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.8.0"
779+
"@metamask/7715-permission-types": "npm:^0.7.0"
780780
"@metamask/auto-changelog": "npm:^5.0.2"
781781
"@metamask/delegation-abis": "npm:^1.1.0"
782-
"@metamask/delegation-core": "npm:^2.3.0"
782+
"@metamask/delegation-core": "npm:^2.2.0"
783783
"@metamask/delegation-deployments": "npm:^1.4.0"
784784
"@metamask/eslint-config": "npm:14.1.0"
785785
"@metamask/eslint-config-nodejs": "npm:14.0.0"

0 commit comments

Comments
 (0)