Skip to content

Commit 9549b37

Browse files
github-actions[bot]ericglaucoderabbitai[bot]
authored
Prepare Release (#770)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Lau <ericglau@outlook.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 86fe280 commit 9549b37

8 files changed

Lines changed: 24 additions & 20 deletions

File tree

.changeset/little-papers-notice.md

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

.changeset/pink-eyes-judge.md

Lines changed: 0 additions & 10 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.4.2 (2026-01-29)
5+
6+
- Modify tooltip descriptions regarding default implementations to fit the changes introduced with v0.6.0 ([#768](https://github.com/OpenZeppelin/contracts-wizard/pull/768))
7+
48
## 0.4.1 (2026-01-14)
59

610
- Stellar: add an explicitImplementations flag that switches from using default_impl macro to explicit definitions ([#728](https://github.com/OpenZeppelin/contracts-wizard/pull/728))

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

33

4+
## 0.5.0 (2026-01-29)
5+
6+
- Refactor Stellar contracts to match the latest v0.6.0 ([#768](https://github.com/OpenZeppelin/contracts-wizard/pull/768))
7+
- **Breaking changes**:
8+
- Use OpenZeppelin Stellar Soroban Contracts v0.6.0
9+
- Use `MuxedAddress` for fungible transfer function
10+
- Change order of parameters in access control
11+
- Change default fungible decimals to 7
12+
413
## 0.4.5 (2026-01-14)
514

615
- Stellar: add an explicitImplementations flag that switches from using default_impl macro to explicit definitions ([#728](https://github.com/OpenZeppelin/contracts-wizard/pull/728))

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

33

4+
## 0.5.2 (2026-01-29)
5+
6+
- Updated dependencies [[`86fe280`](https://github.com/OpenZeppelin/contracts-wizard/commit/86fe2803341f09331577b3b1b0bba84a3cd1c617)]:
7+
- @openzeppelin/wizard-stellar@0.5.0
8+
- @openzeppelin/wizard-common@0.4.2
9+
410
## 0.5.1 (2026-01-14)
511

612
- Stellar: add an explicitImplementations flag that switches from using default_impl macro to explicit definitions ([#728](https://github.com/OpenZeppelin/contracts-wizard/pull/728))

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/contracts-mcp",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "OpenZeppelin Contracts MCP Server",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -24,10 +24,10 @@
2424
},
2525
"dependencies": {
2626
"@modelcontextprotocol/sdk": "^1.11.1",
27-
"@openzeppelin/wizard-common": "^0.4.1",
27+
"@openzeppelin/wizard-common": "^0.4.2",
2828
"@openzeppelin/wizard": "^0.10.4",
2929
"@openzeppelin/wizard-stylus": "^0.3.0",
30-
"@openzeppelin/wizard-stellar": "^0.4.5",
30+
"@openzeppelin/wizard-stellar": "^0.5.0",
3131
"@openzeppelin/wizard-cairo": "^3.0.0",
3232
"@openzeppelin/wizard-uniswap-hooks": "^0.1.0"
3333
},

0 commit comments

Comments
 (0)