Skip to content

Commit bbc06dc

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

File tree

9 files changed

+20
-31
lines changed

9 files changed

+20
-31
lines changed

.changeset/add-account-contract.md

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

.changeset/light-regions-design.md

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

.changeset/remove-redundant-overrides.md

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

.changeset/silver-mammals-lay.md

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

.changeset/tame-feet-stick.md

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

packages/core/solidity/CHANGELOG.md

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

3+
4+
## 0.5.5 (2025-05-13)
5+
6+
- Add `account` contract types for ERC-4337. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486), [#523](https://github.com/OpenZeppelin/contracts-wizard/pull/523), [#527](https://github.com/OpenZeppelin/contracts-wizard/pull/527))
7+
- Use unicode syntax for strings with non-ASCII characters ([#476](https://github.com/OpenZeppelin/contracts-wizard/pull/476))
8+
- Remove redundant overrides in Governor. ([#522](https://github.com/OpenZeppelin/contracts-wizard/pull/522))
9+
- Simplify Community Contracts imports. ([#537](https://github.com/OpenZeppelin/contracts-wizard/pull/537))
10+
- **Potentially breaking changes**:
11+
- Update pragma versions to 0.8.27. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486))
12+
- Changes import path format for `@openzeppelin/community-contracts`. ([#537](https://github.com/OpenZeppelin/contracts-wizard/pull/537))
13+
314
## 0.5.4 (2025-04-01)
415

516
- Add validation for ERC20 premint field. ([#488](https://github.com/OpenZeppelin/contracts-wizard/pull/488))

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.4",
3+
"version": "0.5.5",
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/stellar/CHANGELOG.md

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

3+
4+
## 0.2.0 (2025-05-13)
5+
6+
- Add NonFungible extension and minor refactorings to Fungible (crate renamings, etc.). ([#531](https://github.com/OpenZeppelin/contracts-wizard/pull/531))
7+
- **Breaking changes:**
8+
- Use OpenZeppelin Stellar Soroban Contracts v0.2.0
9+
310
## 0.1.1 (2025-03-03)
411

512
- Add a default no_std to all contracts. ([#471](https://github.com/OpenZeppelin/contracts-wizard/pull/471))

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

0 commit comments

Comments
 (0)