Merge branch 'master' into next-v5.0

This commit is contained in:
Francisco Giordano
2023-05-30 17:02:13 -03:00
5 changed files with 260 additions and 165 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`ERC721Consecutive`: Add a `_firstConsecutiveId` internal function that can be overridden to change the id of the first token minted through `_mintConsecutive`.