Skip to content

Commit ac47720

Browse files
Prepare Release (#803)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Lau <ericglau@outlook.com>
1 parent ec12c44 commit ac47720

7 files changed

Lines changed: 13 additions & 19 deletions

File tree

.changeset/agile-newt-erc721-consecutive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/deep-frogs-kneel.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/lemon-islands-rest.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/common/CHANGELOG.md

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

33

4+
## 0.5.1 (2026-05-20)
5+
6+
- Cairo: Add ERC721Consecutive extension. ([#800](https://github.com/OpenZeppelin/contracts-wizard/pull/800))
7+
- Cairo: Add ERC6909Metadata, ERC6909ContentURI, ERC6909TokenSupply extensions. ([#793](https://github.com/OpenZeppelin/contracts-wizard/pull/793))
8+
- Cairo: Default DAR delay fields in the `access` schema so callers don't need to supply them for non-`roles-dar` access types.
9+
410
## 0.5.0 (2026-04-07)
511

612
- Move Zod schemas from MCP to common package, add `@openzeppelin/wizard-common/schemas` subpath export. ([#785](https://github.com/OpenZeppelin/contracts-wizard/pull/785))

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/wizard-common",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Common library for OpenZeppelin Contracts Wizard components. Used internally.",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -34,7 +34,7 @@
3434
"zod": "^4.0"
3535
},
3636
"devDependencies": {
37-
"@openzeppelin/wizard": "^0.10.8",
37+
"@openzeppelin/wizard": "^0.10.9",
3838
"@openzeppelin/wizard-cairo": "^3.0.0",
3939
"@openzeppelin/wizard-stellar": "^0.6.0",
4040
"@openzeppelin/wizard-stylus": "^0.3.0",

packages/core/solidity/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+
## 0.10.9 (2026-05-20)
5+
6+
- Escape `opts.name` and `opts.uri` when generating Hardhat and Foundry test files. Only affects callers of `zipHardhat` / `zipFoundry`; these functions are not part of the documented public API. Fixes [GHSA-4x76-22x2-rx8v](https://github.com/OpenZeppelin/contracts-wizard/security/advisories/GHSA-4x76-22x2-rx8v). ([ec12c44](https://github.com/OpenZeppelin/contracts-wizard/commit/ec12c44f8d9e0491eba31037f95b36e98ec58b5f))
7+
48
## 0.10.8 (2026-04-07)
59

610
- Add package APIs for getting versioned remappings. ([#786](https://github.com/OpenZeppelin/contracts-wizard/pull/786))

packages/core/solidity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/wizard",
3-
"version": "0.10.8",
3+
"version": "0.10.9",
44
"description": "A boilerplate generator to get started with OpenZeppelin Contracts",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",

0 commit comments

Comments
 (0)