Skip to content

Commit e885c90

Browse files
authored
Merge pull request #5 from ericglau/changeset-release/master
Update Versions for Release
2 parents 7c03b36 + 5b2620c commit e885c90

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.changeset/add-account-contract.md

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

.changeset/remove-redundant-overrides.md

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

packages/core/solidity/CHANGELOG.md

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

3+
4+
## 0.5.5 (2025-04-25)
5+
6+
- Add `account` contract types for ERC-4337. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486))
7+
8+
- **Potentially breaking changes**:
9+
- Update pragma versions to 0.8.27. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486))
10+
11+
- Remove redundant overrides in Governor. ([#522](https://github.com/OpenZeppelin/contracts-wizard/pull/522))
12+
313
## 0.5.4 (2025-04-01)
414

515
- Add validation for ERC20 premint field. ([#488](https://github.com/OpenZeppelin/contracts-wizard/pull/488))
@@ -8,7 +18,7 @@
818
## 0.5.3 (2025-03-13)
919

1020
- Add ERC20 Cross-Chain Bridging, SuperchainERC20. ([#436](https://github.com/OpenZeppelin/contracts-wizard/pull/436))
11-
**Note:** Cross-Chain Bridging is experimental and may be subject to change.
21+
**Note:** Cross-Chain Bridging is experimental and may be subject to change.
1222

1323
- **Potentially breaking changes**:
1424
- Change order of constructor argument `recipient` when using `premint`.
@@ -38,11 +48,12 @@
3848
## 0.4.5 (2024-11-18)
3949

4050
- Add `stablecoin` and `realWorldAsset` contract types. ([#404](https://github.com/OpenZeppelin/contracts-wizard/pull/404))
41-
**Note:** `stablecoin` and `realWorldAsset` are experimental and may be subject to change.
51+
**Note:** `stablecoin` and `realWorldAsset` are experimental and may be subject to change.
4252

4353
## 0.4.4 (2024-10-23)
4454

4555
### Potentially breaking changes
56+
4657
- Update pragma versions to 0.8.22. ([#401](https://github.com/OpenZeppelin/contracts-wizard/pull/401))
4758

4859
## 0.4.3 (2024-04-08)
@@ -60,6 +71,7 @@
6071
## 0.4.0 (2023-10-05)
6172

6273
### Breaking changes
74+
6375
- Update to OpenZeppelin Contracts 5.0. ([#284](https://github.com/OpenZeppelin/contracts-wizard/pull/284))
6476
- Require constructor or initializer arguments for initial owner or role assignments if using access control.
6577
- Use token-specific pausable extensions.

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": "@ericglau/wizard-test",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
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",

0 commit comments

Comments
 (0)