We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3fed6 commit 2af1736Copy full SHA for 2af1736
packages/core/stylus/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.2.0-alpha.4 (2025-03-10)
4
+
5
+- **Breaking changes**:
6
+ - Use OpenZeppelin Contracts for Stylus v0.2.0-alpha.4. ([#478](https://github.com/OpenZeppelin/contracts-wizard/pull/478))
7
8
## 0.2.0-alpha.3 (2025-03-04)
9
10
- Initial version. ([#470](https://github.com/OpenZeppelin/contracts-wizard/pull/470))
packages/core/stylus/package.json
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/wizard-stylus",
- "version": "0.2.0-alpha.3",
+ "version": "0.2.0-alpha.4",
"description": "A boilerplate generator to get started with OpenZeppelin Contracts for Stylus",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
0 commit comments