Skip to content

Commit 912a5a1

Browse files
Prepare Release (#586)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Cove Marquis-Bortoli <44323490+CoveMB@users.noreply.github.com>
1 parent 47c69f9 commit 912a5a1

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.changeset/busy-banks-shout.md

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

.changeset/metal-needles-dress.md

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

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.2.3 (2025-06-27)
5+
6+
- Add security contact in contract info ([#563](https://github.com/OpenZeppelin/contracts-wizard/pull/563))
7+
48
## 0.2.2 (2025-06-20)
59

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

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

33

4+
## 0.0.2 (2025-06-27)
5+
6+
- Add security contact for stellar ([#585](https://github.com/OpenZeppelin/contracts-wizard/pull/585))
7+
- Updated dependencies [[`8997a89`](https://github.com/OpenZeppelin/contracts-wizard/commit/8997a891415512606bc97df6d8c7c0df7b4d2127)]:
8+
- @openzeppelin/wizard-stellar@0.2.3
9+
410
## 0.0.1 (2025-06-20)
511

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

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.1",
3+
"version": "0.0.2",
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.1",
2929
"@openzeppelin/wizard": "^0.6.0",
3030
"@openzeppelin/wizard-stylus": "^0.2.0-alpha.5",
31-
"@openzeppelin/wizard-stellar": "^0.2.2",
31+
"@openzeppelin/wizard-stellar": "^0.2.3",
3232
"@openzeppelin/wizard-cairo": "^2.0.0"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)