Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/agile-newt-erc721-consecutive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/deep-frogs-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-islands-rest.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog


## 0.5.1 (2026-05-20)

- Cairo: Add ERC721Consecutive extension. ([#800](https://github.com/OpenZeppelin/contracts-wizard/pull/800))
- Cairo: Add ERC6909Metadata, ERC6909ContentURI, ERC6909TokenSupply extensions. ([#793](https://github.com/OpenZeppelin/contracts-wizard/pull/793))
- Cairo: Default DAR delay fields in the `access` schema so callers don't need to supply them for non-`roles-dar` access types.

## 0.5.0 (2026-04-07)

- Move Zod schemas from MCP to common package, add `@openzeppelin/wizard-common/schemas` subpath export. ([#785](https://github.com/OpenZeppelin/contracts-wizard/pull/785))
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard-common",
"version": "0.5.0",
"version": "0.5.1",
"description": "Common library for OpenZeppelin Contracts Wizard components. Used internally.",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
Expand Down Expand Up @@ -34,7 +34,7 @@
"zod": "^4.0"
},
"devDependencies": {
"@openzeppelin/wizard": "^0.10.8",
"@openzeppelin/wizard": "^0.10.9",
"@openzeppelin/wizard-cairo": "^3.0.0",
"@openzeppelin/wizard-stellar": "^0.6.0",
"@openzeppelin/wizard-stylus": "^0.3.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/solidity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


## 0.10.9 (2026-05-20)

- 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))

## 0.10.8 (2026-04-07)

- Add package APIs for getting versioned remappings. ([#786](https://github.com/OpenZeppelin/contracts-wizard/pull/786))
Expand Down
2 changes: 1 addition & 1 deletion packages/core/solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard",
"version": "0.10.8",
"version": "0.10.9",
"description": "A boilerplate generator to get started with OpenZeppelin Contracts",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
Expand Down
Loading