Skip to content

Commit e4f7021

Browse files
Release v5.3.0 (#5617)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ernesto García <ernestognw@gmail.com>
1 parent 39ea5fc commit e4f7021

File tree

97 files changed

+70
-253
lines changed

Some content is hidden

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

97 files changed

+70
-253
lines changed

.changeset/blue-nails-give.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/brave-islands-sparkle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/brown-seals-sing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/brown-turkeys-marry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-taxis-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dirty-bananas-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fair-pumpkins-compete.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/famous-timers-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fast-coats-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fuzzy-crews-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-cameras-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-cameras-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-zebras-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gorgeous-apes-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/green-drinks-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/little-ads-kick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-walls-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-tables-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-melons-cheer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-cherries-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ninety-rings-suffer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

.changeset/pretty-lobsters-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-cooks-do.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-shrimps-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/seven-insects-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sixty-tips-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-fishes-fold.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-hats-begin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-peas-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-eels-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 1 deletion

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.3.0-rc.0) (access/AccessControl.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.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.3.0-rc.0) (access/IAccessControl.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.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.3.0-rc.0) (access/manager/AuthorityUtils.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.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.3.0-rc.0) (account/utils/draft-ERC4337Utils.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (account/utils/draft-ERC4337Utils.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/account/utils/draft-ERC7579Utils.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-ERC7579Utils.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (account/utils/draft-ERC7579Utils.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.3.0-rc.0) (finance/VestingWallet.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.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.3.0-rc.0) (governance/Governor.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.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.3.0-rc.0) (governance/IGovernor.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.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.3.0-rc.0) (governance/TimelockController.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/TimelockController.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/governance/extensions/GovernorCountingFractional.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.3.0-rc.0) (governance/extensions/GovernorCountingFractional.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/extensions/GovernorCountingFractional.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/governance/extensions/GovernorCountingOverridable.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.3.0-rc.0) (governance/extensions/GovernorCountingOverridable.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/extensions/GovernorCountingOverridable.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/governance/extensions/GovernorProposalGuardian.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.3.0-rc.0) (governance/extensions/GovernorProposalGuardian.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/extensions/GovernorProposalGuardian.sol)
33
pragma solidity ^0.8.20;
44

55
import {Governor} from "../Governor.sol";

contracts/governance/extensions/GovernorSequentialProposalId.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.3.0-rc.0) (governance/extensions/GovernorSequentialProposalId.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/extensions/GovernorSequentialProposalId.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/governance/extensions/GovernorStorage.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.3.0-rc.0) (governance/extensions/GovernorStorage.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/extensions/GovernorStorage.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/governance/extensions/GovernorSuperQuorum.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.3.0-rc.0) (governance/extensions/GovernorSuperQuorum.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/extensions/GovernorSuperQuorum.sol)
33
pragma solidity ^0.8.20;
44

55
import {Governor} from "../Governor.sol";

contracts/governance/extensions/GovernorTimelockAccess.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.3.0-rc.0) (governance/extensions/GovernorTimelockAccess.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/extensions/GovernorTimelockAccess.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/governance/extensions/GovernorTimelockCompound.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.3.0-rc.0) (governance/extensions/GovernorTimelockCompound.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/extensions/GovernorTimelockCompound.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/governance/extensions/GovernorTimelockControl.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.3.0-rc.0) (governance/extensions/GovernorTimelockControl.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/extensions/GovernorTimelockControl.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/governance/extensions/GovernorVotesQuorumFraction.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.3.0-rc.0) (governance/extensions/GovernorVotesQuorumFraction.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/extensions/GovernorVotesQuorumFraction.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/governance/extensions/GovernorVotesSuperQuorumFraction.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.3.0-rc.0) (governance/extensions/GovernorVotesSuperQuorumFraction.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (governance/extensions/GovernorVotesSuperQuorumFraction.sol)
33
pragma solidity ^0.8.20;
44

55
import {Governor} from "../Governor.sol";

contracts/interfaces/IERC1271.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.3.0-rc.0) (interfaces/IERC1271.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (interfaces/IERC1271.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/interfaces/IERC4626.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.3.0-rc.0) (interfaces/IERC4626.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (interfaces/IERC4626.sol)
33

44
pragma solidity ^0.8.20;
55

0 commit comments

Comments
 (0)