Skip to content

Commit 1643fe6

Browse files
Transpile 68e4095c1
1 parent cbcb992 commit 1643fe6

File tree

11 files changed

+16
-10
lines changed

11 files changed

+16
-10
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"blue-mirrors-agree",
99
"bright-webs-create",
1010
"clean-worlds-end",
11+
"curly-pandas-flow",
1112
"flat-ideas-count",
1213
"fluffy-facts-brake",
1314
"forty-ads-design",

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
4+
## 5.6.0-rc.1 (2026-01-09)
5+
6+
- Add ERC-165 detection for the `IERC6909ContentURI`, `IERC6909TokenSupply` and `IERC6909Metadata` interfaces in the `ERC6909ContentURI`, `ERC6909TokenSupply` and `ERC6909Metadata` contracts respectively. ([#6246](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/6246)) and ([#6247](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/6247))
7+
38
## 5.6.0-rc.0 (2025-12-19)
49

510
### Breaking changes

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.6.0-rc.0) (access/AccessControl.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (access/AccessControl.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.6.0-rc.0",
4+
"version": "5.6.0-rc.1",
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.6.0-rc.0"
33+
"@openzeppelin/contracts": "5.6.0-rc.1"
3434
}
3535
}

contracts/token/ERC20/extensions/ERC20WrapperUpgradeable.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.4.0) (token/ERC20/extensions/ERC20Wrapper.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (token/ERC20/extensions/ERC20Wrapper.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/token/ERC6909/extensions/ERC6909ContentURIUpgradeable.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.5.0) (token/ERC6909/extensions/ERC6909ContentURI.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (token/ERC6909/extensions/ERC6909ContentURI.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/token/ERC6909/extensions/ERC6909MetadataUpgradeable.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.5.0) (token/ERC6909/extensions/ERC6909Metadata.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (token/ERC6909/extensions/ERC6909Metadata.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/token/ERC6909/extensions/ERC6909TokenSupplyUpgradeable.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.5.0) (token/ERC6909/extensions/ERC6909TokenSupply.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (token/ERC6909/extensions/ERC6909TokenSupply.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/utils/cryptography/signers/MultiSignerERC7913Upgradeable.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.4.0) (utils/cryptography/signers/MultiSignerERC7913.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (utils/cryptography/signers/MultiSignerERC7913.sol)
33

44
pragma solidity ^0.8.26;
55

0 commit comments

Comments
 (0)