Skip to content

Commit 8a35c93

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

File tree

8 files changed

+34
-22
lines changed

8 files changed

+34
-22
lines changed

.changeset/cuddly-bats-swim.md

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

.changeset/lazy-seals-cover.md

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

packages/common/CHANGELOG.md

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

33

4+
## 0.2.0 (2025-11-03)
5+
6+
- **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))
7+
- Update `@openzeppelin/contracts` and `@openzeppelin/contracts-upgradeable` dependencies to 5.5.0 ([#681](https://github.com/OpenZeppelin/contracts-wizard/pull/681))
8+
- **Breaking changes**:
9+
- Solidity account signer: `ERC7702` option is renamed as `EIP7702`. Imported contract `SignerERC7702` is renamed as `SignerEIP7702`.
10+
- Solidity upgradeable contracts: `Initializable` and `UUPSUpgradeable` are imported from `@openzeppelin/contracts` instead of `@openzeppelin/contracts-upgradeable`.
11+
412
## 0.1.2 (2025-10-29)
513

614
- Add AI descriptions for AccessControl in Cairo-alpha ([#698](https://github.com/OpenZeppelin/contracts-wizard/pull/698))

packages/common/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-common",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Common library for OpenZeppelin Contracts Wizard components. Used internally.",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",

packages/core/solidity/CHANGELOG.md

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

33

4+
## 0.10.0 (2025-11-03)
5+
6+
- Update `@openzeppelin/contracts` and `@openzeppelin/contracts-upgradeable` dependencies to 5.5.0 ([#681](https://github.com/OpenZeppelin/contracts-wizard/pull/681))
7+
- **Breaking changes**:
8+
- Solidity account signer: `ERC7702` option is renamed as `EIP7702`. Imported contract `SignerERC7702` is renamed as `SignerEIP7702`.
9+
- Solidity upgradeable contracts: `Initializable` and `UUPSUpgradeable` are imported from `@openzeppelin/contracts` instead of `@openzeppelin/contracts-upgradeable`.
10+
11+
- **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))
12+
413
## 0.9.0 (2025-10-29)
514

615
- **Breaking changes**: Use namespaced storage instead of state variables when upgradeability is enabled. ([#704](https://github.com/OpenZeppelin/contracts-wizard/pull/704))

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.9.0",
3+
"version": "0.10.0",
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/mcp/CHANGELOG.md

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

33

4+
## 0.4.0 (2025-11-03)
5+
6+
- Update `@openzeppelin/contracts` and `@openzeppelin/contracts-upgradeable` dependencies to 5.5.0 ([#681](https://github.com/OpenZeppelin/contracts-wizard/pull/681))
7+
- **Breaking changes**:
8+
- Solidity account signer: `ERC7702` option is renamed as `EIP7702`. Imported contract `SignerERC7702` is renamed as `SignerEIP7702`.
9+
- Solidity upgradeable contracts: `Initializable` and `UUPSUpgradeable` are imported from `@openzeppelin/contracts` instead of `@openzeppelin/contracts-upgradeable`.
10+
11+
- **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))
12+
- Updated dependencies [[`880b9b8`](https://github.com/OpenZeppelin/contracts-wizard/commit/880b9b84c2d179a48372befe83f3693e9526f6f7), [`b49e056`](https://github.com/OpenZeppelin/contracts-wizard/commit/b49e0568724ab355633dcada70bcaf9cc938374a)]:
13+
- @openzeppelin/wizard-common@0.2.0
14+
- @openzeppelin/wizard@0.10.0
15+
416
## 0.3.0 (2025-10-29)
517

618
- **Breaking changes**: Solidity: Use namespaced storage instead of state variables when upgradeability is enabled. ([#704](https://github.com/OpenZeppelin/contracts-wizard/pull/704))

packages/mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/contracts-mcp",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "OpenZeppelin Contracts MCP Server",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -26,8 +26,8 @@
2626
},
2727
"dependencies": {
2828
"@modelcontextprotocol/sdk": "^1.11.1",
29-
"@openzeppelin/wizard-common": "^0.1.2",
30-
"@openzeppelin/wizard": "^0.9.0",
29+
"@openzeppelin/wizard-common": "^0.2.0",
30+
"@openzeppelin/wizard": "^0.10.0",
3131
"@openzeppelin/wizard-stylus": "^0.2.0",
3232
"@openzeppelin/wizard-stellar": "^0.4.2",
3333
"@openzeppelin/wizard-cairo": "^2.1.0"

0 commit comments

Comments
 (0)