Skip to content

Commit 69e04f2

Browse files
Prepare Release (#625)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f39adfd commit 69e04f2

File tree

7 files changed

+20
-11
lines changed

7 files changed

+20
-11
lines changed

.changeset/itchy-clouds-wait.md

Lines changed: 0 additions & 6 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.3 (2025-08-12)
5+
6+
- **Breaking change**: Use ERC20Bridgeable from OpenZeppelin Contracts 5.4.0 instead of Community Contracts ([#619](https://github.com/OpenZeppelin/contracts-wizard/pull/619))
7+
48
## 0.0.2 (2025-07-03)
59

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

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.2",
3+
"version": "0.0.3",
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/solidity/CHANGELOG.md

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

33

4+
## 0.7.0 (2025-08-12)
5+
6+
- **Breaking change**: Use ERC20Bridgeable from OpenZeppelin Contracts 5.4.0 instead of Community Contracts ([#619](https://github.com/OpenZeppelin/contracts-wizard/pull/619))
7+
48
## 0.6.0 (2025-06-20)
59

610
- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))
11+
712
- **Possibly breaking changes**:
813
- `Governor`: Remove usage of `access` option. This option now has no effect.
914

packages/core/solidity/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",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "A boilerplate generator to get started with OpenZeppelin 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.7 (2025-08-12)
5+
6+
- Updated dependencies [[`f39adfd`](https://github.com/OpenZeppelin/contracts-wizard/commit/f39adfdafa0fe772e292f48f5182e488c096132c)]:
7+
- @openzeppelin/wizard@0.7.0
8+
- @openzeppelin/wizard-common@0.0.3
9+
410
## 0.0.6 (2025-07-29)
511

612
- Update Wizard API dependencies ([#612](https://github.com/OpenZeppelin/contracts-wizard/pull/612))

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.0.6",
3+
"version": "0.0.7",
44
"description": "OpenZeppelin Contracts MCP Server",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@modelcontextprotocol/sdk": "^1.11.1",
28-
"@openzeppelin/wizard-common": "^0.0.2",
29-
"@openzeppelin/wizard": "^0.6.0",
28+
"@openzeppelin/wizard-common": "^0.0.3",
29+
"@openzeppelin/wizard": "^0.7.0",
3030
"@openzeppelin/wizard-stylus": "^0.2.0",
3131
"@openzeppelin/wizard-stellar": "^0.4.2",
3232
"@openzeppelin/wizard-cairo": "^2.0.0"

0 commit comments

Comments
 (0)