Skip to content

Commit d653f94

Browse files
Prepare Release (#775)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Lau <ericglau@outlook.com>
1 parent 17d9de8 commit d653f94

11 files changed

Lines changed: 37 additions & 30 deletions

File tree

.changeset/bitter-days-like.md

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

.changeset/dull-llamas-find.md

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

.changeset/floppy-berries-work.md

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

packages/common/CHANGELOG.md

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

33

4+
## 0.4.3 (2026-02-17)
5+
6+
- Cairo: added AI prompt descriptions for: ([#774](https://github.com/OpenZeppelin/contracts-wizard/pull/774))
7+
- ERC6909
8+
- ERC20Wrapper
9+
- ERC1155Supply, ERC1155URIStorage
10+
- ERC721Wrapper, ERC721URIStorage
11+
12+
- Add support for Confidential Contracts Wizard ([#652](https://github.com/OpenZeppelin/contracts-wizard/pull/652))
13+
414
## 0.4.2 (2026-01-29)
515

616
- Modify tooltip descriptions regarding default implementations to fit the changes introduced with v0.6.0 ([#768](https://github.com/OpenZeppelin/contracts-wizard/pull/768))

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.4.2",
3+
"version": "0.4.3",
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",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Changelog
22

3+
4+
## 0.1.0 (2026-02-17)
5+
6+
- Add support for Confidential Contracts Wizard ([#652](https://github.com/OpenZeppelin/contracts-wizard/pull/652))
7+
- Require Node.js 22 ([#652](https://github.com/OpenZeppelin/contracts-wizard/pull/652))
8+
- Updated dependencies [[`17d9de8`](https://github.com/OpenZeppelin/contracts-wizard/commit/17d9de8054d8d783e1a1619798dda83828eb1ae1)]:
9+
- @openzeppelin/wizard@0.10.6

packages/core/confidential/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/wizard-confidential",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.1.0",
44
"description": "A boilerplate generator to get started with OpenZeppelin Confidential Contracts",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -22,7 +22,7 @@
2222
"update-env": "rm ./src/environments/hardhat/package-lock.json && npm install --package-lock-only --prefix ./src/environments/hardhat"
2323
},
2424
"dependencies": {
25-
"@openzeppelin/wizard": "^0.10.3"
25+
"@openzeppelin/wizard": "^0.10.6"
2626
},
2727
"devDependencies": {
2828
"@fhevm/hardhat-plugin": "^0.3.0-1",

packages/core/solidity/CHANGELOG.md

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

33

4+
## 0.10.6 (2026-02-17)
5+
6+
- Add support for Confidential Contracts Wizard ([#652](https://github.com/OpenZeppelin/contracts-wizard/pull/652))
7+
48
## 0.10.5 (2026-01-27)
59

610
- Fix missing dependency for get-versioned-remappings with Webpack ([#766](https://github.com/OpenZeppelin/contracts-wizard/pull/766))

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.10.5",
3+
"version": "0.10.6",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

4+
## 0.5.3 (2026-02-17)
5+
6+
- Add support for Confidential Contracts Wizard ([#652](https://github.com/OpenZeppelin/contracts-wizard/pull/652))
7+
- Updated dependencies [[`79b4aeb`](https://github.com/OpenZeppelin/contracts-wizard/commit/79b4aeb49acc89f30d22199b54161f31f97a73d8), [`17d9de8`](https://github.com/OpenZeppelin/contracts-wizard/commit/17d9de8054d8d783e1a1619798dda83828eb1ae1), [`17d9de8`](https://github.com/OpenZeppelin/contracts-wizard/commit/17d9de8054d8d783e1a1619798dda83828eb1ae1)]:
8+
- @openzeppelin/wizard-common@0.4.3
9+
- @openzeppelin/wizard-confidential@0.1.0
10+
- @openzeppelin/wizard@0.10.6
11+
412
## 0.5.2 (2026-01-29)
513

614
- Updated dependencies [[`86fe280`](https://github.com/OpenZeppelin/contracts-wizard/commit/86fe2803341f09331577b3b1b0bba84a3cd1c617)]:

0 commit comments

Comments
 (0)