Skip to content

Commit ea0d72b

Browse files
committed
Make version bumps patch version
1 parent e24c5bb commit ea0d72b

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/7715-permission-types/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.8.0]
10+
## [0.7.1]
1111

1212
### Fixed
1313

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/delegation-core/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [2.3.0]
10+
## [2.2.1]
1111

1212
### Fixed
1313

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.1",
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 `^2.1.0` to `^2.2.1` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234), [#238](https://github.com/MetaMask/smart-accounts-kit/pull/238))
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.1` ([#234](https://github.com/MetaMask/smart-accounts-kit/pull/234), [#238](https://github.com/MetaMask/smart-accounts-kit/pull/238))
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.1",
128128
"@metamask/delegation-abis": "^1.1.0",
129-
"@metamask/delegation-core": "^2.3.0",
129+
"@metamask/delegation-core": "^2.2.1",
130130
"@metamask/delegation-deployments": "^1.4.0",
131131
"openapi-fetch": "^0.13.5",
132132
"ox": "0.8.1"

0 commit comments

Comments
 (0)