Skip to content

Commit 334c240

Browse files
Transpile 0b0cbe128
1 parent 09ce5db commit 334c240

File tree

57 files changed

+137
-45
lines changed

Some content is hidden

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

57 files changed

+137
-45
lines changed

.changeset/pre.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,28 @@
44
"initialVersions": {
55
"openzeppelin-solidity": "5.3.0"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"clean-ways-push",
9+
"fine-frogs-bake",
10+
"full-ways-help",
11+
"funny-years-yawn",
12+
"hot-grapes-lie",
13+
"lazy-poets-cheer",
14+
"long-hornets-mate",
15+
"lucky-donuts-scream",
16+
"nice-rings-wish",
17+
"pink-dolls-shop",
18+
"popular-geese-tan",
19+
"proud-tables-sip",
20+
"public-crabs-heal",
21+
"quiet-kiwis-feel",
22+
"rare-shirts-unite",
23+
"ripe-bears-hide",
24+
"rotten-apes-lie",
25+
"social-walls-obey",
26+
"sour-pens-shake",
27+
"strong-points-change",
28+
"tame-bears-mix",
29+
"wet-dodos-reply"
30+
]
831
}

CHANGELOG.md

Lines changed: 56 additions & 0 deletions

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) (access/AccessControl.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (access/AccessControl.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/access/extensions/AccessControlDefaultAdminRulesUpgradeable.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/extensions/AccessControlDefaultAdminRules.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (access/extensions/AccessControlDefaultAdminRules.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/access/extensions/AccessControlEnumerableUpgradeable.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/extensions/AccessControlEnumerable.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (access/extensions/AccessControlEnumerable.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/access/manager/AccessManagedUpgradeable.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/manager/AccessManaged.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (access/manager/AccessManaged.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/account/extensions/draft-AccountERC7579HookedUpgradeable.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (account/extensions/draft-AccountERC7579Hooked.sol)
23

34
pragma solidity ^0.8.26;
45

contracts/account/extensions/draft-AccountERC7579Upgradeable.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (account/extensions/draft-AccountERC7579.sol)
23

34
pragma solidity ^0.8.26;
45

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

44
pragma solidity ^0.8.24;
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) (governance/TimelockController.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (governance/TimelockController.sol)
33

44
pragma solidity ^0.8.20;
55

0 commit comments

Comments
 (0)