Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/add-account-contract.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-redundant-overrides.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-mammals-lay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tame-feet-stick.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/core/solidity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog


## 0.5.5 (2025-05-12)

- 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)) ([#528](https://github.com/OpenZeppelin/contracts-wizard/pull/528))

- **Potentially breaking changes**:
- Update pragma versions to 0.8.27. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486))

- Remove redundant overrides in Governor. ([#522](https://github.com/OpenZeppelin/contracts-wizard/pull/522)) ([#528](https://github.com/OpenZeppelin/contracts-wizard/pull/528))
- Simplify Community Contracts imports. ([#537](https://github.com/OpenZeppelin/contracts-wizard/pull/537)) ([#539](https://github.com/OpenZeppelin/contracts-wizard/pull/539))
- **Potentially breaking changes**:
- Changes import path format for `@openzeppelin/community-contracts`

## 0.5.4 (2025-04-01)

- Add validation for ERC20 premint field. ([#488](https://github.com/OpenZeppelin/contracts-wizard/pull/488))
Expand Down
2 changes: 1 addition & 1 deletion packages/core/solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard",
"version": "0.5.4",
"version": "0.5.5",
"description": "A boilerplate generator to get started with OpenZeppelin Contracts",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
Expand Down
5 changes: 5 additions & 0 deletions packages/core/stellar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog


## 0.2.0 (2025-05-12)

- Add NonFungible extension and minor refactorings to Fungible (crate renamings, etc.). ([#531](https://github.com/OpenZeppelin/contracts-wizard/pull/531))

## 0.1.1 (2025-03-03)

- Add a default no_std to all contracts. ([#471](https://github.com/OpenZeppelin/contracts-wizard/pull/471))
Expand Down
2 changes: 1 addition & 1 deletion packages/core/stellar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard-stellar",
"version": "0.1.1",
"version": "0.2.0",
"description": "A boilerplate generator to get started with OpenZeppelin Stellar Soroban Contracts",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
Expand Down
Loading