Skip to content

Commit 60b305a

Browse files
Transpile e4f70216d
1 parent efcd65d commit 60b305a

File tree

68 files changed

+42
-225
lines changed

Some content is hidden

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

68 files changed

+42
-225
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/AccessControlUpgradeable.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/finance/VestingWalletUpgradeable.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 "@openzeppelin/contracts/token/ERC20/IERC20.sol";

contracts/governance/GovernorUpgradeable.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/TimelockControllerUpgradeable.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/GovernorCountingFractionalUpgradeable.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/GovernorCountingOverridableUpgradeable.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/GovernorProposalGuardianUpgradeable.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 {GovernorUpgradeable} from "../GovernorUpgradeable.sol";

contracts/governance/extensions/GovernorSequentialProposalIdUpgradeable.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/GovernorStorageUpgradeable.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/GovernorSuperQuorumUpgradeable.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 {GovernorUpgradeable} from "../GovernorUpgradeable.sol";

contracts/governance/extensions/GovernorTimelockAccessUpgradeable.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/GovernorTimelockCompoundUpgradeable.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/GovernorTimelockControlUpgradeable.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/GovernorVotesQuorumFractionUpgradeable.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/GovernorVotesSuperQuorumFractionUpgradeable.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 {GovernorUpgradeable} from "../GovernorUpgradeable.sol";

contracts/metatx/ERC2771ForwarderUpgradeable.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) (metatx/ERC2771Forwarder.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (metatx/ERC2771Forwarder.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts-upgradeable",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "5.3.0-rc.0",
4+
"version": "5.3.0",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",
@@ -30,6 +30,6 @@
3030
},
3131
"homepage": "https://openzeppelin.com/contracts/",
3232
"peerDependencies": {
33-
"@openzeppelin/contracts": "5.3.0-rc.0"
33+
"@openzeppelin/contracts": "5.3.0"
3434
}
3535
}

contracts/proxy/utils/Initializable.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) (proxy/utils/Initializable.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (proxy/utils/Initializable.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/proxy/utils/UUPSUpgradeable.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) (proxy/utils/UUPSUpgradeable.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (proxy/utils/UUPSUpgradeable.sol)
33

44
pragma solidity ^0.8.22;
55

contracts/token/ERC20/ERC20Upgradeable.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) (token/ERC20/ERC20.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (token/ERC20/ERC20.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/token/ERC20/extensions/ERC4626Upgradeable.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) (token/ERC20/extensions/ERC4626.sol)
2+
// OpenZeppelin Contracts (last updated v5.3.0) (token/ERC20/extensions/ERC4626.sol)
33

44
pragma solidity ^0.8.20;
55

0 commit comments

Comments
 (0)