Skip to content

Commit c5ef7d8

Browse files
Prepare Release (#591)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Lau <[email protected]>
1 parent e8ae9d4 commit c5ef7d8

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

.changeset/ninety-readers-kneel.md

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

.changeset/proud-brooms-happen.md

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

.changeset/soft-points-obey.md

Lines changed: 0 additions & 5 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.0.2 (2025-07-03)
5+
6+
- Stellar: Add Stablecoin with Limitations and Access Control (ownable and roles). ([#575](https://github.com/OpenZeppelin/contracts-wizard/pull/575))
7+
48
## 0.0.1 (2025-06-20)
59

610
- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))

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

33

4+
## 0.3.0 (2025-07-03)
5+
6+
- Add Stablecoin with Limitations and Access Control (ownable and roles). ([#575](https://github.com/OpenZeppelin/contracts-wizard/pull/575))
7+
- **Breaking changes**:
8+
- Use OpenZeppelin Stellar Soroban Contracts v0.3.0
9+
410
## 0.2.3 (2025-06-27)
511

612
- Add security contact in contract info ([#563](https://github.com/OpenZeppelin/contracts-wizard/pull/563))

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

33

4+
## 0.0.3 (2025-07-03)
5+
6+
- Stellar: Add Stablecoin with Limitations and Access Control (ownable and roles). ([#575](https://github.com/OpenZeppelin/contracts-wizard/pull/575))
7+
- **Potentially breaking changes**:
8+
- Use OpenZeppelin Stellar Soroban Contracts v0.3.0
9+
- Updated dependencies [[`4b86b07`](https://github.com/OpenZeppelin/contracts-wizard/commit/4b86b076214b6aa9b62e472b431d5d2ffdd96ffb), [`4b86b07`](https://github.com/OpenZeppelin/contracts-wizard/commit/4b86b076214b6aa9b62e472b431d5d2ffdd96ffb)]:
10+
- @openzeppelin/wizard-stellar@0.3.0
11+
- @openzeppelin/wizard-common@0.0.2
12+
413
## 0.0.2 (2025-06-27)
514

615
- Add security contact for stellar ([#585](https://github.com/OpenZeppelin/contracts-wizard/pull/585))

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/wizard-mcp",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "MCP Server for OpenZeppelin Contracts Wizard",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -25,10 +25,10 @@
2525
},
2626
"dependencies": {
2727
"@modelcontextprotocol/sdk": "^1.11.1",
28-
"@openzeppelin/wizard-common": "^0.0.1",
28+
"@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.2.3",
31+
"@openzeppelin/wizard-stellar": "^0.3.0",
3232
"@openzeppelin/wizard-cairo": "^2.0.0"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)