Skip to content

Commit 39f5a02

Browse files
github-actions[bot]Amxxernestognw
authored
Release v5.3.0 (rc) (#5503)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hadrien Croubois <[email protected]> Co-authored-by: Ernesto García <[email protected]>
1 parent 994399d commit 39f5a02

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+137
-53
lines changed

.changeset/pre.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,33 @@
44
"initialVersions": {
55
"openzeppelin-solidity": "5.2.0"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"blue-nails-give",
9+
"brave-islands-sparkle",
10+
"brown-seals-sing",
11+
"brown-turkeys-marry",
12+
"cyan-taxis-travel",
13+
"dirty-bananas-shake",
14+
"fair-pumpkins-compete",
15+
"famous-timers-compare",
16+
"fast-coats-try",
17+
"fuzzy-crews-poke",
18+
"good-cameras-rush",
19+
"good-cameras-serve",
20+
"good-zebras-ring",
21+
"gorgeous-apes-jam",
22+
"green-drinks-report",
23+
"long-walls-draw",
24+
"nice-cherries-reply",
25+
"ninety-rings-suffer",
26+
"pretty-lobsters-tan",
27+
"proud-cooks-do",
28+
"quiet-shrimps-kiss",
29+
"seven-insects-taste",
30+
"sixty-tips-wink",
31+
"ten-fishes-fold",
32+
"ten-hats-begin",
33+
"ten-peas-mix",
34+
"thin-eels-cross"
35+
]
836
}

CHANGELOG.md

Lines changed: 46 additions & 0 deletions

contracts/access/AccessControl.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.0.0) (access/AccessControl.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0-rc.0) (access/AccessControl.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/access/IAccessControl.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.1.0) (access/IAccessControl.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0-rc.0) (access/IAccessControl.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/access/manager/AuthorityUtils.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.0.0) (access/manager/AuthorityUtils.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0-rc.0) (access/manager/AuthorityUtils.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/account/utils/draft-ERC4337Utils.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.2.0) (account/utils/draft-ERC4337Utils.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0-rc.0) (account/utils/draft-ERC4337Utils.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/finance/VestingWallet.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.2.0) (finance/VestingWallet.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0-rc.0) (finance/VestingWallet.sol)
33
pragma solidity ^0.8.20;
44

55
import {IERC20} from "../token/ERC20/IERC20.sol";

contracts/governance/Governor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.2.0) (governance/Governor.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0-rc.0) (governance/Governor.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/governance/IGovernor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.1.0) (governance/IGovernor.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0-rc.0) (governance/IGovernor.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/governance/TimelockController.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.0.0) (governance/TimelockController.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0-rc.0) (governance/TimelockController.sol)
33

44
pragma solidity ^0.8.20;
55

0 commit comments

Comments
 (0)