File tree Expand file tree Collapse file tree 8 files changed +47
-21
lines changed
Expand file tree Collapse file tree 8 files changed +47
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## 0.4.0 (2026-01-10)
5+
6+ - Add support for ` with_components ` macro. ([ #703 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/703 ) )
7+ - Add AccessControlDefaultAdminRules. ([ #698 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/698 ) )
8+
9+ - ** Breaking changes** :
10+ - Use OpenZeppelin Contracts for Cairo v3.0.0. ([ #757 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/757 ) )
11+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.3. ([ #688 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/688 ) )
12+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.2. ([ #663 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/663 ) )
13+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.1. ([ #638 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/638 ) )
14+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.0. ([ #623 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/623 ) )
15+
416## 0.3.3 (2025-11-28)
517
618- Add support for Uniswap Hooks Wizard ([ #628 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/628 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @openzeppelin/wizard-common" ,
3- "version" : " 0.3.3 " ,
3+ "version" : " 0.4.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" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+
4+ ## 3.0.0 (2026-01-10)
5+
6+ - Add support for ` with_components ` macro. ([ #703 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/703 ) )
7+ - Add AccessControlDefaultAdminRules. ([ #698 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/698 ) )
8+
9+ - ** Breaking changes** :
10+ - Use OpenZeppelin Contracts for Cairo v3.0.0. ([ #757 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/757 ) )
11+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.3. ([ #688 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/688 ) )
12+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.2. ([ #663 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/663 ) )
13+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.1. ([ #638 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/638 ) )
14+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.0. ([ #623 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/623 ) )
15+
316## 2.1.0 (2025-09-16)
417
518- Support decimals customization for ERC20 Cairo contracts ([ #654 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/654 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @openzeppelin/wizard-cairo" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 3.0 .0" ,
44 "description" : " A boilerplate generator to get started with OpenZeppelin Contracts for Cairo" ,
55 "license" : " AGPL-3.0-only" ,
66 "repository" : " https://github.com/OpenZeppelin/contracts-wizard" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 3.0.0 (2026-01-09 )
3+ ## 3.0.0 (2026-01-10 )
44
55- Add support for ` with_components ` macro. ([ #703 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/703 ) )
66- Add AccessControlDefaultAdminRules. ([ #698 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/698 ) )
Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## 0.5.0 (2026-01-10)
5+
6+ - Add support for ` with_components ` macro. ([ #703 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/703 ) )
7+ - Add AccessControlDefaultAdminRules. ([ #698 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/698 ) )
8+
9+ - ** Breaking changes** :
10+ - Use OpenZeppelin Contracts for Cairo v3.0.0. ([ #757 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/757 ) )
11+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.3. ([ #688 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/688 ) )
12+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.2. ([ #663 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/663 ) )
13+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.1. ([ #638 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/638 ) )
14+ - Use OpenZeppelin Contracts for Cairo v3.0.0-alpha.0. ([ #623 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/623 ) )
15+
16+ - Updated dependencies [[ ` 53c042a ` ] ( https://github.com/OpenZeppelin/contracts-wizard/commit/53c042af852097bace639b47ec2fbfc813e38ac9 )] :
17+ - @openzeppelin/wizard-cairo @3.0.0
18+ - @openzeppelin/wizard-common @0.4.0
19+
420## 0.4.6 (2025-12-12)
521
622- Updated dependencies [[ ` ce60539 ` ] ( https://github.com/OpenZeppelin/contracts-wizard/commit/ce6053924898e3ecbc8f80e05502786ddbc5e559 )] :
Original file line number Diff line number Diff line change 11{
22 "name" : " @openzeppelin/contracts-mcp" ,
3- "version" : " 0.4.6 " ,
3+ "version" : " 0.5.0 " ,
44 "description" : " OpenZeppelin Contracts MCP Server" ,
55 "license" : " AGPL-3.0-only" ,
66 "repository" : " https://github.com/OpenZeppelin/contracts-wizard" ,
2424 },
2525 "dependencies" : {
2626 "@modelcontextprotocol/sdk" : " ^1.11.1" ,
27- "@openzeppelin/wizard-common" : " ^0.3.3 " ,
27+ "@openzeppelin/wizard-common" : " ^0.4.0 " ,
2828 "@openzeppelin/wizard" : " ^0.10.4" ,
2929 "@openzeppelin/wizard-stylus" : " ^0.3.0" ,
3030 "@openzeppelin/wizard-stellar" : " ^0.4.4" ,
31- "@openzeppelin/wizard-cairo" : " ^2.1 .0" ,
31+ "@openzeppelin/wizard-cairo" : " ^3.0 .0" ,
3232 "@openzeppelin/wizard-uniswap-hooks" : " ^0.1.0"
3333 },
3434 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments