Skip to content

Commit d85b3ba

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

5 files changed

Lines changed: 14 additions & 10 deletions

File tree

.changeset/proud-trees-sell.md

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

packages/core/stylus/CHANGELOG.md

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

33

4+
## 0.3.0 (2025-12-12)
5+
6+
- Refactor Stylus templates to match the official v0.3.0 release ([#753](https://github.com/OpenZeppelin/contracts-wizard/pull/753))
7+
- **Breaking changes**:
8+
- Requires OpenZeppelin Contracts for Stylus v0.3.0
9+
410
## 0.2.0 (2025-07-21)
511

612
- Refactor Stylus templates to match the official v0.2.0 release ([#584](https://github.com/OpenZeppelin/contracts-wizard/pull/584))

packages/core/stylus/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-stylus",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A boilerplate generator to get started with OpenZeppelin Contracts for Stylus",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",

packages/mcp/CHANGELOG.md

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

33

4+
## 0.4.6 (2025-12-12)
5+
6+
- Updated dependencies [[`ce60539`](https://github.com/OpenZeppelin/contracts-wizard/commit/ce6053924898e3ecbc8f80e05502786ddbc5e559)]:
7+
- @openzeppelin/wizard-stylus@0.3.0
8+
49
## 0.4.5 (2025-12-08)
510

611
- Fix dependency on @openzeppelin/wizard-uniswap-hooks ([#748](https://github.com/OpenZeppelin/contracts-wizard/pull/748))

packages/mcp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/contracts-mcp",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "OpenZeppelin Contracts MCP Server",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -26,7 +26,7 @@
2626
"@modelcontextprotocol/sdk": "^1.11.1",
2727
"@openzeppelin/wizard-common": "^0.3.3",
2828
"@openzeppelin/wizard": "^0.10.4",
29-
"@openzeppelin/wizard-stylus": "^0.2.0",
29+
"@openzeppelin/wizard-stylus": "^0.3.0",
3030
"@openzeppelin/wizard-stellar": "^0.4.4",
3131
"@openzeppelin/wizard-cairo": "^2.1.0",
3232
"@openzeppelin/wizard-uniswap-hooks": "^0.1.0"

0 commit comments

Comments
 (0)