Skip to content

Commit a8c839b

Browse files
github-actions[bot]CoveMBericglau
authored
Prepare Release (#604)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CoveMB <[email protected]> Co-authored-by: Eric Lau <[email protected]>
1 parent 9e61c0f commit a8c839b

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

.changeset/silent-mails-serve.md

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

packages/core/stellar/CHANGELOG.md

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

33

4+
## 0.4.1 (2025-07-22)
5+
6+
- Dependencies from crates.io and remove unused imports ([#602](https://github.com/OpenZeppelin/contracts-wizard/pull/602))
7+
- **Breaking changes**:
8+
- Use OpenZeppelin Stellar Soroban Contracts v0.4.1
9+
410
## 0.3.0 (2025-07-03)
511

612
- Add Stablecoin with Limitations and Access Control (ownable and roles). ([#575](https://github.com/OpenZeppelin/contracts-wizard/pull/575))

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.3.0",
3+
"version": "0.4.1",
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33

4+
## 0.0.4 (2025-07-22)
5+
6+
- Updated dependencies [[`9e61c0f`](https://github.com/OpenZeppelin/contracts-wizard/commit/9e61c0ff0553bbba5e723495bfc5ee963174fc16)]:
7+
- @openzeppelin/wizard-stellar@0.4.1
8+
49
## 0.0.3 (2025-07-03)
510

611
- Stellar: Add Stablecoin with Limitations and Access Control (ownable and roles). ([#575](https://github.com/OpenZeppelin/contracts-wizard/pull/575))

packages/mcp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/wizard-mcp",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "MCP Server for OpenZeppelin Contracts Wizard",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -28,7 +28,7 @@
2828
"@openzeppelin/wizard-common": "^0.0.2",
2929
"@openzeppelin/wizard": "^0.6.0",
3030
"@openzeppelin/wizard-stylus": "^0.2.0-alpha.5",
31-
"@openzeppelin/wizard-stellar": "^0.3.0",
31+
"@openzeppelin/wizard-stellar": "^0.4.1",
3232
"@openzeppelin/wizard-cairo": "^2.0.0"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)