diff --git a/.changeset/brown-walls-roll.md b/.changeset/brown-walls-roll.md deleted file mode 100644 index c7652517d..000000000 --- a/.changeset/brown-walls-roll.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@openzeppelin/wizard-stellar': patch -'@openzeppelin/wizard-common': patch -'@openzeppelin/contracts-mcp': patch ---- - -Add tokenUri setting for stellar non fungible model diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 64a60f41f..ae170321d 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 0.3.2 (2025-11-13) + +- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725)) + ## 0.3.1 (2025-11-12) - Solidity account signer: Add `WebAuthn` to the list of signers available. ([#718](https://github.com/OpenZeppelin/contracts-wizard/pull/718)) diff --git a/packages/common/package.json b/packages/common/package.json index 42ad9c0a5..301560d8b 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@openzeppelin/wizard-common", - "version": "0.3.1", + "version": "0.3.2", "description": "Common library for OpenZeppelin Contracts Wizard components. Used internally.", "license": "AGPL-3.0-only", "repository": "https://github.com/OpenZeppelin/contracts-wizard", diff --git a/packages/core/stellar/CHANGELOG.md b/packages/core/stellar/CHANGELOG.md index 23dc6a7db..bb881e9bf 100644 --- a/packages/core/stellar/CHANGELOG.md +++ b/packages/core/stellar/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 0.4.4 (2025-11-13) + +- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725)) + ## 0.4.3 (2025-10-14) - Set security contact as contract metadata ([#679](https://github.com/OpenZeppelin/contracts-wizard/pull/679)) diff --git a/packages/core/stellar/package.json b/packages/core/stellar/package.json index 9c0e701a1..e2cbfa9d6 100644 --- a/packages/core/stellar/package.json +++ b/packages/core/stellar/package.json @@ -1,6 +1,6 @@ { "name": "@openzeppelin/wizard-stellar", - "version": "0.4.3", + "version": "0.4.4", "description": "A boilerplate generator to get started with OpenZeppelin Stellar Soroban Contracts", "license": "AGPL-3.0-only", "repository": "https://github.com/OpenZeppelin/contracts-wizard", diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index f2b09a737..6b5bd2f60 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## 0.4.3 (2025-11-13) + +- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725)) +- Updated dependencies [[`3bb0213`](https://github.com/OpenZeppelin/contracts-wizard/commit/3bb02139b5a3b7a4098859a8e6824d7ac6e0fc6f)]: + - @openzeppelin/wizard-stellar@0.4.4 + - @openzeppelin/wizard-common@0.3.2 + ## 0.4.2 (2025-11-12) - Solidity account signer: Add `WebAuthn` to the list of signers available. ([#718](https://github.com/OpenZeppelin/contracts-wizard/pull/718)) diff --git a/packages/mcp/package.json b/packages/mcp/package.json index bad2d7357..96ceb5a97 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@openzeppelin/contracts-mcp", - "version": "0.4.2", + "version": "0.4.3", "description": "OpenZeppelin Contracts MCP Server", "license": "AGPL-3.0-only", "repository": "https://github.com/OpenZeppelin/contracts-wizard", @@ -26,10 +26,10 @@ }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.1", - "@openzeppelin/wizard-common": "^0.3.1", + "@openzeppelin/wizard-common": "^0.3.2", "@openzeppelin/wizard": "^0.10.2", "@openzeppelin/wizard-stylus": "^0.2.0", - "@openzeppelin/wizard-stellar": "^0.4.2", + "@openzeppelin/wizard-stellar": "^0.4.4", "@openzeppelin/wizard-cairo": "^2.1.0" }, "devDependencies": {