From 59898e49b8eac1761c04bb20a7bbec20950a2b72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 13:53:14 +0000 Subject: [PATCH 1/4] Prepare Release --- .changeset/add-account-contract.md | 7 ------- .changeset/light-regions-design.md | 5 ----- .changeset/remove-redundant-overrides.md | 5 ----- .changeset/silver-mammals-lay.md | 5 ----- .changeset/tame-feet-stick.md | 7 ------- packages/core/solidity/CHANGELOG.md | 14 ++++++++++++++ packages/core/solidity/package.json | 2 +- packages/core/stellar/CHANGELOG.md | 5 +++++ packages/core/stellar/package.json | 2 +- 9 files changed, 21 insertions(+), 31 deletions(-) delete mode 100644 .changeset/add-account-contract.md delete mode 100644 .changeset/light-regions-design.md delete mode 100644 .changeset/remove-redundant-overrides.md delete mode 100644 .changeset/silver-mammals-lay.md delete mode 100644 .changeset/tame-feet-stick.md 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..945e0c6e8 100644 --- a/packages/core/solidity/CHANGELOG.md +++ b/packages/core/solidity/CHANGELOG.md @@ -1,5 +1,19 @@ # 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)) ([#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)) + +- 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)) ([#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)) 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..07eabfc5d 100644 --- a/packages/core/stellar/CHANGELOG.md +++ b/packages/core/stellar/CHANGELOG.md @@ -1,5 +1,10 @@ # 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)) + ## 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", From 87282da3d7347f0a37697916bf6ebc3fde3a9c09 Mon Sep 17 00:00:00 2001 From: Eric Lau Date: Tue, 13 May 2025 11:17:48 -0400 Subject: [PATCH 2/4] Remove extraneous PR links --- packages/core/solidity/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/solidity/CHANGELOG.md b/packages/core/solidity/CHANGELOG.md index 945e0c6e8..6f52e6c25 100644 --- a/packages/core/solidity/CHANGELOG.md +++ b/packages/core/solidity/CHANGELOG.md @@ -3,14 +3,14 @@ ## 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)) ([#528](https://github.com/OpenZeppelin/contracts-wizard/pull/528)) +- 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)) - 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)) ([#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)) +- 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**: - Changes import path format for `@openzeppelin/community-contracts` From 9ac5864189d9b772ac22319a8c6d3b71e3fdcc77 Mon Sep 17 00:00:00 2001 From: Eric Lau Date: Tue, 13 May 2025 11:20:22 -0400 Subject: [PATCH 3/4] Combine potentially breaking changes into one section --- packages/core/solidity/CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/packages/core/solidity/CHANGELOG.md b/packages/core/solidity/CHANGELOG.md index 6f52e6c25..560402fb0 100644 --- a/packages/core/solidity/CHANGELOG.md +++ b/packages/core/solidity/CHANGELOG.md @@ -4,15 +4,12 @@ ## 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)) - - - **Potentially breaking changes**: - - Update pragma versions to 0.8.27. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486)) - - 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**: - - Changes import path format for `@openzeppelin/community-contracts` +- **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) From dbf5c78e394885f72ebd4d4fdca7d40f67425ddd Mon Sep 17 00:00:00 2001 From: Eric Lau Date: Tue, 13 May 2025 11:24:04 -0400 Subject: [PATCH 4/4] Add breaking changes section --- packages/core/stellar/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/core/stellar/CHANGELOG.md b/packages/core/stellar/CHANGELOG.md index 07eabfc5d..d8525b169 100644 --- a/packages/core/stellar/CHANGELOG.md +++ b/packages/core/stellar/CHANGELOG.md @@ -4,6 +4,8 @@ ## 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)