Skip to content
Open
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
7 changes: 0 additions & 7 deletions .changeset/brown-walls-roll.md

This file was deleted.

4 changes: 4 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix hyphenation in changelog entry.

Use a hyphen to join the compound adjective: "non-fungible" instead of "non fungible".

- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
+ Add tokenUri setting for stellar non-fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
- Add tokenUri setting for stellar non-fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
🧰 Tools
🪛 LanguageTool

[grammar] ~6-~6: Use a hyphen to join words.
Context: ... - Add tokenUri setting for stellar non fungible model ([#725](https://github.co...

(QB_NEW_EN_HYPHEN)

🤖 Prompt for AI Agents
In packages/common/CHANGELOG.md around line 6, update the changelog entry to use
correct hyphenation: replace "non fungible" with "non-fungible" so the line
reads "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))
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/stellar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix hyphenation in changelog entry.

Use a hyphen to join the compound adjective: "non-fungible" instead of "non fungible".

- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
+ Add tokenUri setting for stellar non-fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
- Add tokenUri setting for stellar non-fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
🧰 Tools
🪛 LanguageTool

[grammar] ~6-~6: Use a hyphen to join words.
Context: ... - Add tokenUri setting for stellar non fungible model ([#725](https://github.co...

(QB_NEW_EN_HYPHEN)

🤖 Prompt for AI Agents
In packages/core/stellar/CHANGELOG.md around line 6, the changelog entry uses
"non fungible" without a hyphen; update the text to "non-fungible" so the
compound adjective is correctly hyphenated (i.e., change "stellar non fungible
model" to "stellar non-fungible model") and ensure spacing and punctuation
remain consistent.


## 0.4.3 (2025-10-14)

- Set security contact as contract metadata ([#679](https://github.com/OpenZeppelin/contracts-wizard/pull/679))
Expand Down
2 changes: 1 addition & 1 deletion packages/core/stellar/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix hyphenation in changelog entry.

Use a hyphen to join the compound adjective: "non-fungible" instead of "non fungible".

- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
+ Add tokenUri setting for stellar non-fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
- Add tokenUri setting for stellar non-fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))
🧰 Tools
🪛 LanguageTool

[grammar] ~6-~6: Use a hyphen to join words.
Context: ... - Add tokenUri setting for stellar non fungible model ([#725](https://github.co...

(QB_NEW_EN_HYPHEN)

🤖 Prompt for AI Agents
In packages/mcp/CHANGELOG.md around line 6, the changelog entry uses "non
fungible" which should be hyphenated as "non-fungible"; edit that line to read
"Add tokenUri setting for stellar non-fungible model (#725)" (preserving the
link and citation format) so the compound adjective is correctly hyphenated.

- 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))
Expand Down
6 changes: 3 additions & 3 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down