Skip to content

Commit 6933f06

Browse files
authored
Merge branch 'master' into remix-encoding-fix
2 parents 5b531a5 + 0f075b6 commit 6933f06

File tree

19 files changed

+45
-52
lines changed

19 files changed

+45
-52
lines changed

.changeset/kind-poems-pull.md

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

.changeset/lovely-groups-run.md

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

.changeset/odd-ants-hunt.md

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

.changeset/sad-nails-smash.md

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

.changeset/sour-hats-grow.md

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

.changeset/swift-eels-repair.md

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Set up rust toolchain
108108
if: matrix.package == 'stellar' && matrix.variant == 'compile'
109-
uses: actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48 #v1.13.0
109+
uses: actions-rust-lang/setup-rust-toolchain@2fcdc490d667999e01ddbbf0f2823181beef6b39 # v1.15.0
110110
with:
111111
toolchain: stable, nightly
112112
components: clippy, rustfmt, llvm-tools-preview

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ If linting errors or warnings occur, run `yarn lint --fix` to attempt to auto-fi
4848
From the root directory:
4949
- ```yarn format:{check|write}```
5050

51-
If formatting errors or warnings occurs when running `yarn format:check`, run `yarn format:write` to attempt to auto-fix issues.
52-
It is recommended to use automatic formatter in your code editor or run this command before making your merge request as formatting error will fail CI.
51+
If formatting errors or warnings occur when running `yarn format:check`, run `yarn format:write` to attempt to auto-fix issues.
52+
It is recommended to use an automatic formatter in your code editor or run this command before making your merge request as formatting errors will fail CI.
5353

5454
### Running the UI
5555
From the `packages/ui` directory:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint": "^9.33.0",
3636
"eslint-config-prettier": "^10.1.1",
3737
"eslint-plugin-prettier": "^5.2.6",
38-
"eslint-plugin-unicorn": "^60.0.0",
38+
"eslint-plugin-unicorn": "^61.0.0",
3939
"prettier": "^3.5.3",
4040
"prettier-plugin-svelte": "^3.3.3",
4141
"typescript": "^5.7.3",

packages/common/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.1.1 (2025-09-16)
5+
6+
- Update Solidity Account prompt ([#609](https://github.com/OpenZeppelin/contracts-wizard/pull/609))
7+
- Support decimals customization for ERC20 Cairo contracts ([#654](https://github.com/OpenZeppelin/contracts-wizard/pull/654))
8+
49
## 0.1.0 (2025-08-15)
510

611
- Bump minor version for semantic versioning stability ([#631](https://github.com/OpenZeppelin/contracts-wizard/pull/631))

0 commit comments

Comments
 (0)