Release v5.4.0 (rc) (#5759)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-20 13:11:25 +02:00
committed by GitHub
parent 85cc62b0f9
commit a60baa22c6
12 changed files with 16 additions and 10 deletions

View File

@ -5,6 +5,7 @@
"openzeppelin-solidity": "5.3.0"
},
"changesets": [
"all-geese-stand",
"clean-ways-push",
"fine-frogs-bake",
"full-ways-help",

View File

@ -1,5 +1,10 @@
# Changelog
## 5.4.0-rc.1 (2025-06-20)
- Add constructors to the different signers.
## 5.4.0-rc.0 (2025-06-18)
### Breaking changes

View File

@ -1,7 +1,7 @@
{
"name": "@openzeppelin/contracts",
"description": "Secure Smart Contract library for Solidity",
"version": "5.4.0-rc.0",
"version": "5.4.0-rc.1",
"files": [
"**/*.sol",
"/build/contracts/*.json",

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/MultiSignerERC7913.sol)
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/MultiSignerERC7913.sol)
pragma solidity ^0.8.26;

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/MultiSignerERC7913Weighted.sol)
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/MultiSignerERC7913Weighted.sol)
pragma solidity ^0.8.27;

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/SignerECDSA.sol)
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/SignerECDSA.sol)
pragma solidity ^0.8.20;

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/SignerERC7913.sol)
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/SignerERC7913.sol)
pragma solidity ^0.8.24;

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/SignerP256.sol)
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/SignerP256.sol)
pragma solidity ^0.8.20;

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/SignerRSA.sol)
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/SignerRSA.sol)
pragma solidity ^0.8.20;

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/verifiers/ERC7913P256Verifier.sol)
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/verifiers/ERC7913P256Verifier.sol)
pragma solidity ^0.8.20;

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/verifiers/ERC7913RSAVerifier.sol)
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/verifiers/ERC7913RSAVerifier.sol)
pragma solidity ^0.8.20;

View File

@ -1,7 +1,7 @@
{
"name": "openzeppelin-solidity",
"description": "Secure Smart Contract library for Solidity",
"version": "5.4.0-rc.0",
"version": "5.4.0-rc.1",
"private": true,
"files": [
"/contracts/**/*.sol",