Skip to content

Commit be4007c

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

File tree

7 files changed

+20
-12
lines changed

7 files changed

+20
-12
lines changed

.changeset/young-readers-cover.md

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

packages/common/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.3.1 (2025-11-12)
5+
6+
- Solidity account signer: Add `WebAuthn` to the list of signers available. ([#718](https://github.com/OpenZeppelin/contracts-wizard/pull/718))
7+
48
## 0.3.0 (2025-11-11)
59

610
- **Breaking changes**: Solidity Stablecoin and RWA: Change `custodian` option to `freezable`. Replace ERC20Custodian with ERC20Freezable. ([#719](https://github.com/OpenZeppelin/contracts-wizard/pull/719))

packages/common/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-common",
3-
"version": "0.3.0",
3+
"version": "0.3.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",

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.2 (2025-11-12)
5+
6+
- Solidity account signer: Add `WebAuthn` to the list of signers available. ([#718](https://github.com/OpenZeppelin/contracts-wizard/pull/718))
7+
48
## 0.10.1 (2025-11-11)
59

610
- Fixed bug with incorrect names in generated comment for Multisig account. ([#720](https://github.com/OpenZeppelin/contracts-wizard/pull/720))

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.1",
3+
"version": "0.10.2",
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",

packages/mcp/CHANGELOG.md

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

33

4+
## 0.4.2 (2025-11-12)
5+
6+
- Solidity account signer: Add `WebAuthn` to the list of signers available. ([#718](https://github.com/OpenZeppelin/contracts-wizard/pull/718))
7+
- Updated dependencies [[`be91f8f`](https://github.com/OpenZeppelin/contracts-wizard/commit/be91f8fee6f66ae8a045394fded8d46ef1383b9f)]:
8+
- @openzeppelin/wizard@0.10.2
9+
- @openzeppelin/wizard-common@0.3.1
10+
411
## 0.4.1 (2025-11-11)
512

613
- **Breaking changes**: Solidity Stablecoin and RWA: Change `custodian` option to `freezable`. Replace ERC20Custodian with ERC20Freezable. ([#719](https://github.com/OpenZeppelin/contracts-wizard/pull/719))

packages/mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/contracts-mcp",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "OpenZeppelin Contracts MCP Server",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -26,8 +26,8 @@
2626
},
2727
"dependencies": {
2828
"@modelcontextprotocol/sdk": "^1.11.1",
29-
"@openzeppelin/wizard-common": "^0.3.0",
30-
"@openzeppelin/wizard": "^0.10.1",
29+
"@openzeppelin/wizard-common": "^0.3.1",
30+
"@openzeppelin/wizard": "^0.10.2",
3131
"@openzeppelin/wizard-stylus": "^0.2.0",
3232
"@openzeppelin/wizard-stellar": "^0.4.2",
3333
"@openzeppelin/wizard-cairo": "^2.1.0"

0 commit comments

Comments
 (0)