Skip to content

Commit 8c56ae8

Browse files
Prepare Release
1 parent 4871cb4 commit 8c56ae8

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
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.

packages/core/solidity/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.5.7 (2025-06-19)
5+
6+
- `Accounts`: Add `_disableInitializers()` to account implementations ([#568](https://github.com/OpenZeppelin/contracts-wizard/pull/568))
7+
48
## 0.5.6 (2025-05-21)
59

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

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.5.6",
3+
"version": "0.5.7",
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/core/stylus/CHANGELOG.md

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

3+
4+
## 0.2.0 (2025-06-19)
5+
6+
- Add security contact in contract info ([#564](https://github.com/OpenZeppelin/contracts-wizard/pull/564))
7+
38
## 0.2.0-alpha.4 (2025-03-10)
49

510
- **Breaking changes**:

packages/core/stylus/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-stylus",
3-
"version": "0.2.0-alpha.4",
3+
"version": "0.2.0",
44
"description": "A boilerplate generator to get started with OpenZeppelin Contracts for Stylus",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",

0 commit comments

Comments
 (0)