Skip to content

Commit dbbf7ec

Browse files
Prepare Release
1 parent 607dd0c commit dbbf7ec

14 files changed

+36
-43
lines changed

.changeset/kind-poems-pull.md

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

.changeset/lovely-groups-run.md

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

.changeset/odd-ants-hunt.md

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

.changeset/sad-nails-smash.md

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

.changeset/sour-hats-grow.md

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

.changeset/swift-eels-repair.md

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

packages/common/CHANGELOG.md

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

33

4+
## 0.1.1 (2025-09-12)
5+
6+
- Update Solidity Account prompt ([#609](https://github.com/OpenZeppelin/contracts-wizard/pull/609))
7+
- Support decimals customization for ERC20 Cairo contracts ([#654](https://github.com/OpenZeppelin/contracts-wizard/pull/654))
8+
49
## 0.1.0 (2025-08-15)
510

611
- Bump minor version for semantic versioning stability ([#631](https://github.com/OpenZeppelin/contracts-wizard/pull/631))

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

33

4+
## 2.1.0 (2025-09-12)
5+
6+
- Support decimals customization for ERC20 Cairo contracts ([#654](https://github.com/OpenZeppelin/contracts-wizard/pull/654))
7+
48
## 2.0.1 (2025-08-20)
59

610
- Fix missing use clause in hooks for ERC20 votes ([#637](https://github.com/OpenZeppelin/contracts-wizard/pull/637))

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": "2.0.1",
3+
"version": "2.1.0",
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",

0 commit comments

Comments
 (0)