Skip to content

Commit e8ca16f

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

18 files changed

+48
-44
lines changed

.changeset/cyan-rivers-fold.md

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

.changeset/fair-plums-throw.md

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

.changeset/petite-signs-spend.md

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

.changeset/solidity-signs-spend.md

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

.changeset/whole-buses-call.md

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

packages/common/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
# Changelog
2+
3+
4+
## 0.0.1 (2025-06-20)
5+
6+
- 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-alpha.0",
3+
"version": "0.0.1",
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/cairo/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22

3-
## 2.0.0 (2025-06-18)
3+
4+
## 2.0.0 (2025-06-20)
45

56
- Add AccessControlWithDelay. ([#506](https://github.com/OpenZeppelin/contracts-wizard/pull/506))
7+
- Add security contact in contract info. ([#558](https://github.com/OpenZeppelin/contracts-wizard/pull/558))
8+
- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))
69

710
- **Breaking changes**:
811
- Use OpenZeppelin Contracts for Cairo v2.0.0. ([#574](https://github.com/OpenZeppelin/contracts-wizard/pull/574))

packages/core/cairo_alpha/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3-
## 2.0.0 (2025-06-18)
3+
## 2.0.0 (2025-06-20)
44

55
- Add AccessControlWithDelay. ([#506](https://github.com/OpenZeppelin/contracts-wizard/pull/506))
6+
- Add security contact in contract info. ([#558](https://github.com/OpenZeppelin/contracts-wizard/pull/558))
7+
- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))
68

79
- **Breaking changes**:
810
- Use OpenZeppelin Contracts for Cairo v2.0.0. ([#574](https://github.com/OpenZeppelin/contracts-wizard/pull/574))

packages/core/solidity/CHANGELOG.md

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

33

4+
## 0.6.0 (2025-06-20)
5+
6+
- Add support for Wizard MCP server. ([#569](https://github.com/OpenZeppelin/contracts-wizard/pull/569))
7+
- **Possibly breaking changes**:
8+
- `Governor`: Remove usage of `access` option. This option now has no effect.
9+
10+
- `Accounts`: Add `_disableInitializers()` to account implementations ([#568](https://github.com/OpenZeppelin/contracts-wizard/pull/568))
11+
412
## 0.5.6 (2025-05-21)
513

614
- `MultisigERC7913`: Add `onlyEntryPointOrSelf` modifier to public configuration functions. ([#554](https://github.com/OpenZeppelin/contracts-wizard/pull/554))

0 commit comments

Comments
 (0)