Skip to content

Commit 4158004

Browse files
authored
Add changesets for existing PRs, fix build install dependencies step (#539)
1 parent 65f6c25 commit 4158004

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/add-account-contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
'@openzeppelin/wizard': patch
33
---
44

5-
Add `account` contract types for ERC-4337. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486))
5+
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))
66
- **Potentially breaking changes**:
77
- Update pragma versions to 0.8.27. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486))

.changeset/tame-feet-stick.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@openzeppelin/wizard': patch
3+
---
4+
5+
Simplify Community Contracts imports. ([#537](https://github.com/OpenZeppelin/contracts-wizard/pull/537))
6+
- **Potentially breaking changes**:
7+
- Changes import path format for `@openzeppelin/community-contracts`

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ runs:
99
cache: yarn
1010

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

0 commit comments

Comments
 (0)