Skip to content

Commit b44fdc9

Browse files
Prepare Release
1 parent d3bc0e1 commit b44fdc9

File tree

9 files changed

+17
-19
lines changed

9 files changed

+17
-19
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/whole-buses-call.md

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

packages/core/cairo/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+
## 1.1.1 (2025-06-20)
5+
6+
- Add security contact in contract info ([#558](https://github.com/OpenZeppelin/contracts-wizard/pull/558))
7+
38
## 1.1.0 (2025-04-01)
49

510
- Add Multisig tab. ([#433](https://github.com/OpenZeppelin/contracts-wizard/pull/433))

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

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-20)
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-20)
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)