Skip to content

Commit f659835

Browse files
Prepare Release
1 parent 3bb0213 commit f659835

File tree

7 files changed

+20
-12
lines changed

7 files changed

+20
-12
lines changed

.changeset/brown-walls-roll.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.2 (2025-11-13)
5+
6+
- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
7+
48
## 0.3.1 (2025-11-12)
59

610
- Solidity account signer: Add `WebAuthn` to the list of signers available. ([#718](https://github.com/OpenZeppelin/contracts-wizard/pull/718))

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.1",
3+
"version": "0.3.2",
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/stellar/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.4.4 (2025-11-13)
5+
6+
- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
7+
48
## 0.4.3 (2025-10-14)
59

610
- Set security contact as contract metadata ([#679](https://github.com/OpenZeppelin/contracts-wizard/pull/679))

packages/core/stellar/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-stellar",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "A boilerplate generator to get started with OpenZeppelin Stellar Soroban 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.3 (2025-11-13)
5+
6+
- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
7+
- Updated dependencies [[`3bb0213`](https://github.com/OpenZeppelin/contracts-wizard/commit/3bb02139b5a3b7a4098859a8e6824d7ac6e0fc6f)]:
8+
- @openzeppelin/wizard-stellar@0.4.4
9+
- @openzeppelin/wizard-common@0.3.2
10+
411
## 0.4.2 (2025-11-12)
512

613
- Solidity account signer: Add `WebAuthn` to the list of signers available. ([#718](https://github.com/OpenZeppelin/contracts-wizard/pull/718))

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.2",
3+
"version": "0.4.3",
44
"description": "OpenZeppelin Contracts MCP Server",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -26,10 +26,10 @@
2626
},
2727
"dependencies": {
2828
"@modelcontextprotocol/sdk": "^1.11.1",
29-
"@openzeppelin/wizard-common": "^0.3.1",
29+
"@openzeppelin/wizard-common": "^0.3.2",
3030
"@openzeppelin/wizard": "^0.10.2",
3131
"@openzeppelin/wizard-stylus": "^0.2.0",
32-
"@openzeppelin/wizard-stellar": "^0.4.2",
32+
"@openzeppelin/wizard-stellar": "^0.4.4",
3333
"@openzeppelin/wizard-cairo": "^2.1.0"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)