Skip to content

Commit 70d4548

Browse files
authored
Revert "Release/34.0.0 (#269)"
This reverts commit eb2ffcf.
1 parent 932abb8 commit 70d4548

7 files changed

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

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

6462
## [7.0.0]
6563

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
64+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@33.0.0...HEAD
6865
[33.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@32.0.0...delegator-sdk-monorepo@33.0.0
6966
[32.0.0]: https://github.com/metamask/smart-accounts-kit/compare/delegator-sdk-monorepo@31.0.0...delegator-sdk-monorepo@32.0.0
7067
[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": "34.0.0",
3+
"version": "33.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 & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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

14-
- Utility functions to create caveats array for each permission type ([#265](https://github.com/metamask/smart-accounts-kit/pull/265))
12+
- Utility functions to create caveats array for each permission type ([#265](https://github.com/MetaMask/smart-accounts-kit/pull/265))
1513
- `createErc20TokenStreamCaveats()`
1614
- `createErc20TokenPeriodicCaveats()`
1715
- `createErc20TokenAllowanceCaveats()`
1816
- `createNativeTokenStreamCaveats()`
1917
- `createNativeTokenPeriodicCaveats()`
2018
- `createNativeTokenAllowanceCaveats()`
2119
- `createTokenApprovalRevocationCaveats()`
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))
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))
2422

2523
## [0.7.1]
2624

2725
### Fixed
2826

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

3129
## [0.7.0]
3230

3331
### Added
3432

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

3735
### Deprecated
3836

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

4139
## [0.6.0]
4240

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

5957
### Added
6058

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

6361
## [0.3.0]
6462

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

7371
- Type definitions for EIP-7715 Execution Permissions, and definitions for permission types supported by MetaMask
7472

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
73+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.7.1...HEAD
7774
[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
7875
[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
7976
[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.8.0",
3+
"version": "0.7.1",
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ 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))
1817

1918
## [1.6.0]
2019

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.8.0",
127+
"@metamask/7715-permission-types": "^0.7.1",
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
@@ -754,7 +754,7 @@ __metadata:
754754
languageName: node
755755
linkType: hard
756756

757-
"@metamask/7715-permission-types@npm:^0.8.0, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
757+
"@metamask/7715-permission-types@npm:^0.7.1, @metamask/7715-permission-types@workspace:packages/7715-permission-types":
758758
version: 0.0.0-use.local
759759
resolution: "@metamask/7715-permission-types@workspace:packages/7715-permission-types"
760760
dependencies:
@@ -961,7 +961,7 @@ __metadata:
961961
dependencies:
962962
"@lavamoat/allow-scripts": "npm:^3.4.0"
963963
"@lavamoat/preinstall-always-fail": "npm:^2.1.1"
964-
"@metamask/7715-permission-types": "npm:^0.8.0"
964+
"@metamask/7715-permission-types": "npm:^0.7.1"
965965
"@metamask/auto-changelog": "npm:^6.1.1"
966966
"@metamask/delegation-abis": "npm:^1.1.0"
967967
"@metamask/delegation-core": "npm:^2.2.1"

0 commit comments

Comments
 (0)