Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/add-account-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
'@openzeppelin/wizard': patch
---

Add `account` contract types for ERC-4337. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486))
Add `account` contract types for ERC-4337. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486), [#523](https://github.com/OpenZeppelin/contracts-wizard/pull/523), [#527](https://github.com/OpenZeppelin/contracts-wizard/pull/527))
- **Potentially breaking changes**:
- Update pragma versions to 0.8.27. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486))
7 changes: 7 additions & 0 deletions .changeset/tame-feet-stick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@openzeppelin/wizard': patch
---

Simplify Community Contracts imports. ([#537](https://github.com/OpenZeppelin/contracts-wizard/pull/537))
- **Potentially breaking changes**:
- Changes import path format for `@openzeppelin/community-contracts`
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ runs:
cache: yarn

- name: Install dependencies
run: yarn --frozen-lockfile --prefer-offline
run: yarn --frozen-lockfile --prefer-offline --network-concurrency 1
shell: bash