diff --git a/.changeset/add-account-contract.md b/.changeset/add-account-contract.md deleted file mode 100644 index 13f0781c6..000000000 --- a/.changeset/add-account-contract.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@openzeppelin/wizard': patch ---- - -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)) -- **Potentially breaking changes**: - - Update pragma versions to 0.8.27. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486)) diff --git a/.changeset/light-regions-design.md b/.changeset/light-regions-design.md deleted file mode 100644 index 9887520fc..000000000 --- a/.changeset/light-regions-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openzeppelin/wizard': patch ---- - -Use unicode syntax for strings with non-ASCII characters diff --git a/.changeset/remove-redundant-overrides.md b/.changeset/remove-redundant-overrides.md deleted file mode 100644 index b3bcf7142..000000000 --- a/.changeset/remove-redundant-overrides.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openzeppelin/wizard': patch ---- - -Remove redundant overrides in Governor. ([#522](https://github.com/OpenZeppelin/contracts-wizard/pull/522)) diff --git a/.changeset/silver-mammals-lay.md b/.changeset/silver-mammals-lay.md deleted file mode 100644 index 2387fd127..000000000 --- a/.changeset/silver-mammals-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openzeppelin/wizard-stellar': minor ---- - -Add NonFungible extension and minor refactorings to Fungible (crate renamings, etc.). diff --git a/.changeset/tame-feet-stick.md b/.changeset/tame-feet-stick.md deleted file mode 100644 index a0f8cfb28..000000000 --- a/.changeset/tame-feet-stick.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@openzeppelin/wizard': patch ---- - -Simplify Community Contracts imports. ([#537](https://github.com/OpenZeppelin/contracts-wizard/pull/537)) -- **Potentially breaking changes**: - - Changes import path format for `@openzeppelin/community-contracts` \ No newline at end of file diff --git a/packages/core/solidity/CHANGELOG.md b/packages/core/solidity/CHANGELOG.md index 56ddc4c93..560402fb0 100644 --- a/packages/core/solidity/CHANGELOG.md +++ b/packages/core/solidity/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog + +## 0.5.5 (2025-05-13) + +- 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)) +- Use unicode syntax for strings with non-ASCII characters ([#476](https://github.com/OpenZeppelin/contracts-wizard/pull/476)) +- Remove redundant overrides in Governor. ([#522](https://github.com/OpenZeppelin/contracts-wizard/pull/522)) +- Simplify Community Contracts imports. ([#537](https://github.com/OpenZeppelin/contracts-wizard/pull/537)) +- **Potentially breaking changes**: + - Update pragma versions to 0.8.27. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486)) + - Changes import path format for `@openzeppelin/community-contracts`. ([#537](https://github.com/OpenZeppelin/contracts-wizard/pull/537)) + ## 0.5.4 (2025-04-01) - Add validation for ERC20 premint field. ([#488](https://github.com/OpenZeppelin/contracts-wizard/pull/488)) diff --git a/packages/core/solidity/package.json b/packages/core/solidity/package.json index 08d80f469..59b61b49e 100644 --- a/packages/core/solidity/package.json +++ b/packages/core/solidity/package.json @@ -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", diff --git a/packages/core/stellar/CHANGELOG.md b/packages/core/stellar/CHANGELOG.md index 0631f08cf..d8525b169 100644 --- a/packages/core/stellar/CHANGELOG.md +++ b/packages/core/stellar/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog + +## 0.2.0 (2025-05-13) + +- Add NonFungible extension and minor refactorings to Fungible (crate renamings, etc.). ([#531](https://github.com/OpenZeppelin/contracts-wizard/pull/531)) +- **Breaking changes:** + - Use OpenZeppelin Stellar Soroban Contracts v0.2.0 + ## 0.1.1 (2025-03-03) - Add a default no_std to all contracts. ([#471](https://github.com/OpenZeppelin/contracts-wizard/pull/471)) diff --git a/packages/core/stellar/package.json b/packages/core/stellar/package.json index 057491194..8cfbde417 100644 --- a/packages/core/stellar/package.json +++ b/packages/core/stellar/package.json @@ -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",