We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f3a24 commit 19eda65Copy full SHA for 19eda65
3 files changed
.changeset/eager-paths-brush.md
packages/core/solidity/CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
4
+## 0.10.5 (2026-01-27)
5
+
6
+- Fix missing dependency for get-versioned-remappings with Webpack ([#766](https://github.com/OpenZeppelin/contracts-wizard/pull/766))
7
8
## 0.10.4 (2025-11-28)
9
10
- Add support for Uniswap Hooks Wizard ([#628](https://github.com/OpenZeppelin/contracts-wizard/pull/628))
packages/core/solidity/package.json
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard",
- "version": "0.10.4",
+ "version": "0.10.5",
"description": "A boilerplate generator to get started with OpenZeppelin Contracts",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
0 commit comments