diff --git a/.changeset/cuddly-bats-swim.md b/.changeset/cuddly-bats-swim.md deleted file mode 100644 index c44d19869..000000000 --- a/.changeset/cuddly-bats-swim.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@openzeppelin/wizard-common': minor -'@openzeppelin/wizard': patch -'@openzeppelin/contracts-mcp': patch ---- - -**Breaking changes**: Solidity Stablecoin and RWA: Change `limitations` option to `restrictions`. Replace ERC20Allowlist and ERC20Blocklist with ERC20Restricted. diff --git a/.changeset/lazy-seals-cover.md b/.changeset/lazy-seals-cover.md deleted file mode 100644 index 872202d6a..000000000 --- a/.changeset/lazy-seals-cover.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@openzeppelin/wizard': minor -'@openzeppelin/wizard-common': patch -'@openzeppelin/contracts-mcp': minor ---- - -Update `@openzeppelin/contracts` and `@openzeppelin/contracts-upgradeable` dependencies to 5.5.0 -- **Breaking changes**: - - Solidity account signer: `ERC7702` option is renamed as `EIP7702`. Imported contract `SignerERC7702` is renamed as `SignerEIP7702`. - - Solidity upgradeable contracts: `Initializable` and `UUPSUpgradeable` are imported from `@openzeppelin/contracts` instead of `@openzeppelin/contracts-upgradeable`. \ No newline at end of file diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index d15dccde4..44d72c136 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## 0.2.0 (2025-11-03) + +- **Breaking changes**: Solidity Stablecoin and RWA: Change `limitations` option to `restrictions`. Replace ERC20Allowlist and ERC20Blocklist with ERC20Restricted. ([#715](https://github.com/OpenZeppelin/contracts-wizard/pull/715)) +- Update `@openzeppelin/contracts` and `@openzeppelin/contracts-upgradeable` dependencies to 5.5.0 ([#681](https://github.com/OpenZeppelin/contracts-wizard/pull/681)) + - **Breaking changes**: + - Solidity account signer: `ERC7702` option is renamed as `EIP7702`. Imported contract `SignerERC7702` is renamed as `SignerEIP7702`. + - Solidity upgradeable contracts: `Initializable` and `UUPSUpgradeable` are imported from `@openzeppelin/contracts` instead of `@openzeppelin/contracts-upgradeable`. + ## 0.1.2 (2025-10-29) - Add AI descriptions for AccessControl in Cairo-alpha ([#698](https://github.com/OpenZeppelin/contracts-wizard/pull/698)) diff --git a/packages/common/package.json b/packages/common/package.json index 6f87b0322..87f03eb51 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@openzeppelin/wizard-common", - "version": "0.1.2", + "version": "0.2.0", "description": "Common library for OpenZeppelin Contracts Wizard components. Used internally.", "license": "AGPL-3.0-only", "repository": "https://github.com/OpenZeppelin/contracts-wizard", diff --git a/packages/core/solidity/CHANGELOG.md b/packages/core/solidity/CHANGELOG.md index 44829116f..9c345609c 100644 --- a/packages/core/solidity/CHANGELOG.md +++ b/packages/core/solidity/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## 0.10.0 (2025-11-03) + +- Update `@openzeppelin/contracts` and `@openzeppelin/contracts-upgradeable` dependencies to 5.5.0 ([#681](https://github.com/OpenZeppelin/contracts-wizard/pull/681)) + - **Breaking changes**: + - Solidity account signer: `ERC7702` option is renamed as `EIP7702`. Imported contract `SignerERC7702` is renamed as `SignerEIP7702`. + - Solidity upgradeable contracts: `Initializable` and `UUPSUpgradeable` are imported from `@openzeppelin/contracts` instead of `@openzeppelin/contracts-upgradeable`. + +- **Breaking changes**: Solidity Stablecoin and RWA: Change `limitations` option to `restrictions`. Replace ERC20Allowlist and ERC20Blocklist with ERC20Restricted. ([#715](https://github.com/OpenZeppelin/contracts-wizard/pull/715)) + ## 0.9.0 (2025-10-29) - **Breaking changes**: Use namespaced storage instead of state variables when upgradeability is enabled. ([#704](https://github.com/OpenZeppelin/contracts-wizard/pull/704)) diff --git a/packages/core/solidity/package.json b/packages/core/solidity/package.json index 82473dfd8..885d39cb4 100644 --- a/packages/core/solidity/package.json +++ b/packages/core/solidity/package.json @@ -1,6 +1,6 @@ { "name": "@openzeppelin/wizard", - "version": "0.9.0", + "version": "0.10.0", "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/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index a137854cb..2b50dbacf 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## 0.4.0 (2025-11-03) + +- Update `@openzeppelin/contracts` and `@openzeppelin/contracts-upgradeable` dependencies to 5.5.0 ([#681](https://github.com/OpenZeppelin/contracts-wizard/pull/681)) + - **Breaking changes**: + - Solidity account signer: `ERC7702` option is renamed as `EIP7702`. Imported contract `SignerERC7702` is renamed as `SignerEIP7702`. + - Solidity upgradeable contracts: `Initializable` and `UUPSUpgradeable` are imported from `@openzeppelin/contracts` instead of `@openzeppelin/contracts-upgradeable`. + +- **Breaking changes**: Solidity Stablecoin and RWA: Change `limitations` option to `restrictions`. Replace ERC20Allowlist and ERC20Blocklist with ERC20Restricted. ([#715](https://github.com/OpenZeppelin/contracts-wizard/pull/715)) +- Updated dependencies [[`880b9b8`](https://github.com/OpenZeppelin/contracts-wizard/commit/880b9b84c2d179a48372befe83f3693e9526f6f7), [`b49e056`](https://github.com/OpenZeppelin/contracts-wizard/commit/b49e0568724ab355633dcada70bcaf9cc938374a)]: + - @openzeppelin/wizard-common@0.2.0 + - @openzeppelin/wizard@0.10.0 + ## 0.3.0 (2025-10-29) - **Breaking changes**: Solidity: Use namespaced storage instead of state variables when upgradeability is enabled. ([#704](https://github.com/OpenZeppelin/contracts-wizard/pull/704)) diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 32c54b8e7..9d535a8e7 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@openzeppelin/contracts-mcp", - "version": "0.3.0", + "version": "0.4.0", "description": "OpenZeppelin Contracts MCP Server", "license": "AGPL-3.0-only", "repository": "https://github.com/OpenZeppelin/contracts-wizard", @@ -26,8 +26,8 @@ }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.1", - "@openzeppelin/wizard-common": "^0.1.2", - "@openzeppelin/wizard": "^0.9.0", + "@openzeppelin/wizard-common": "^0.2.0", + "@openzeppelin/wizard": "^0.10.0", "@openzeppelin/wizard-stylus": "^0.2.0", "@openzeppelin/wizard-stellar": "^0.4.2", "@openzeppelin/wizard-cairo": "^2.1.0"