Skip to content

Commit d0b1b84

Browse files
Prepare Release (#742)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Lau <[email protected]>
1 parent 7912a5e commit d0b1b84

File tree

10 files changed

+30
-20
lines changed

10 files changed

+30
-20
lines changed

.changeset/happy-queens-retire.md

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

.changeset/lovely-wings-bow.md

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

packages/common/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.3.3 (2025-11-28)
5+
6+
- Add support for Uniswap Hooks Wizard ([#628](https://github.com/OpenZeppelin/contracts-wizard/pull/628))
7+
48
## 0.3.2 (2025-11-26)
59

610
- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))

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.3.2",
3+
"version": "0.3.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",

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.4 (2025-11-28)
5+
6+
- Add support for Uniswap Hooks Wizard ([#628](https://github.com/OpenZeppelin/contracts-wizard/pull/628))
7+
48
## 0.10.3 (2025-11-26)
59

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

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.3",
3+
"version": "0.10.4",
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",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# Changelog
2+
3+
4+
## 0.1.0 (2025-11-28)
5+
6+
- Add support for Uniswap Hooks Wizard ([#628](https://github.com/OpenZeppelin/contracts-wizard/pull/628))
7+
- Fix package dependency ([#743](https://github.com/OpenZeppelin/contracts-wizard/pull/743))
8+
- Updated dependencies [[`985d5a4`](https://github.com/OpenZeppelin/contracts-wizard/commit/985d5a48ff513978e364ada8184dbf82f8676f49)]:
9+
- @openzeppelin/wizard@0.10.4

packages/core/uniswap-hooks/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-uniswap-hooks",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.1.0",
44
"description": "A boilerplate generator to get started with OpenZeppelin Contracts for Uniswap Hooks",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -22,7 +22,7 @@
2222
"test:watch": "ava --watch"
2323
},
2424
"dependencies": {
25-
"@openzeppelin/wizard": "^0.10.3"
25+
"@openzeppelin/wizard": "^0.10.4"
2626
},
2727
"devDependencies": {
2828
"@openzeppelin/contracts": "^5.5.0",

packages/mcp/CHANGELOG.md

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

33

4+
## 0.4.4 (2025-11-28)
5+
6+
- Add support for Uniswap Hooks Wizard ([#628](https://github.com/OpenZeppelin/contracts-wizard/pull/628))
7+
- Updated dependencies [[`985d5a4`](https://github.com/OpenZeppelin/contracts-wizard/commit/985d5a48ff513978e364ada8184dbf82f8676f49)]:
8+
- @openzeppelin/wizard@0.10.4
9+
- @openzeppelin/wizard-common@0.3.3
10+
411
## 0.4.3 (2025-11-26)
512

613
- Add tokenUri setting for stellar non fungible model ([#725](https://github.com/OpenZeppelin/contracts-wizard/pull/725))

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.4.3",
3+
"version": "0.4.4",
44
"description": "OpenZeppelin Contracts MCP Server",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -24,8 +24,8 @@
2424
},
2525
"dependencies": {
2626
"@modelcontextprotocol/sdk": "^1.11.1",
27-
"@openzeppelin/wizard-common": "^0.3.2",
28-
"@openzeppelin/wizard": "^0.10.3",
27+
"@openzeppelin/wizard-common": "^0.3.3",
28+
"@openzeppelin/wizard": "^0.10.4",
2929
"@openzeppelin/wizard-stylus": "^0.2.0",
3030
"@openzeppelin/wizard-stellar": "^0.4.4",
3131
"@openzeppelin/wizard-cairo": "^2.1.0"

0 commit comments

Comments
 (0)