Skip to content

Commit e691eb1

Browse files
Release v5.5.0 (rc)
1 parent fd99f69 commit e691eb1

File tree

20 files changed

+23
-18
lines changed

20 files changed

+23
-18
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"shiny-dolphins-lick",
3030
"silent-zebras-press",
3131
"solid-cobras-talk",
32+
"swift-planets-juggle",
3233
"ten-steaks-try",
3334
"tender-dolls-nail",
3435
"three-parents-argue",

CHANGELOG.md

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

33

4+
## 5.5.0-rc.1 (2025-10-09)
5+
6+
- `Arrays`: Add `slice` and `splice` functions for value types (`uint256[]`, `bytes32[]`, `address[]`).
7+
48
## 5.5.0-rc.0 (2025-09-26)
59

610
### Bug fixes

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

44
pragma solidity ^0.8.24;
55

contracts/account/Account.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-rc.0) (account/Account.sol)
2+
// OpenZeppelin Contracts (last updated v5.5.0-rc.1) (account/Account.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/account/extensions/draft-AccountERC7579.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-rc.0) (account/extensions/draft-AccountERC7579.sol)
2+
// OpenZeppelin Contracts (last updated v5.5.0-rc.1) (account/extensions/draft-AccountERC7579.sol)
33

44
pragma solidity ^0.8.26;
55

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "5.5.0-rc.0",
4+
"version": "5.5.0-rc.1",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

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

44
pragma solidity ^0.8.24;
55

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

44
pragma solidity ^0.8.24;
55

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

44
pragma solidity ^0.8.24;
55

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

44
pragma solidity ^0.8.24;
55

0 commit comments

Comments
 (0)