Skip to content

Commit 77dd608

Browse files
committed
Merge branch 'main' of github.com:hugomrdias/filecoin
* 'main' of github.com:hugomrdias/filecoin: chore(main): release iso-filecoin 7.4.6 (#366) chore(deps): bump actions/setup-node from 4 to 6 (#365)
2 parents a8e6569 + 85216db commit 77dd608

9 files changed

Lines changed: 15 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/iso-filecoin": "7.4.5",
2+
"packages/iso-filecoin": "7.4.6",
33
"packages/iso-filecoin-react": "2.2.0",
44
"packages/iso-filecoin-wallets": "1.2.0"
55
}

.github/workflows/iso-filecoin-react.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: pnpm/action-setup@v4
2727
with:
2828
version: latest
29-
- uses: actions/setup-node@v4
29+
- uses: actions/setup-node@v6
3030
with:
3131
node-version: lts/*
3232
cache: pnpm

.github/workflows/iso-filecoin-wallets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: pnpm/action-setup@v4
2727
with:
2828
version: latest
29-
- uses: actions/setup-node@v4
29+
- uses: actions/setup-node@v6
3030
with:
3131
node-version: lts/*
3232
cache: pnpm

.github/workflows/iso-filecoin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: pnpm/action-setup@v4
2424
with:
2525
version: latest
26-
- uses: actions/setup-node@v4
26+
- uses: actions/setup-node@v6
2727
with:
2828
node-version: lts/*
2929
cache: pnpm

.github/workflows/publish-filsnap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: pnpm/action-setup@v4
1414
with:
1515
version: latest
16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version: lts/*
1919
cache: pnpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: pnpm/action-setup@v4
4141
with:
4242
version: latest
43-
- uses: actions/setup-node@v4
43+
- uses: actions/setup-node@v6
4444
with:
4545
node-version: lts/*
4646
registry-url: 'https://registry.npmjs.org'

.github/workflows/reusable-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: pnpm/action-setup@v4
2424
with:
2525
version: latest
26-
- uses: actions/setup-node@v4
26+
- uses: actions/setup-node@v6
2727
with:
2828
node-version: lts/*
2929
registry-url: 'https://registry.npmjs.org'

packages/iso-filecoin/CHANGELOG.md

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

3+
## [7.4.6](https://github.com/hugomrdias/filecoin/compare/iso-filecoin-v7.4.5...iso-filecoin-v7.4.6) (2025-11-12)
4+
5+
6+
### Bug Fixes
7+
8+
* update zod ([55df871](https://github.com/hugomrdias/filecoin/commit/55df871813ade26d430f421768f99d89aa4bb6ab))
9+
310
## [7.4.5](https://github.com/hugomrdias/filecoin/compare/iso-filecoin-v7.4.4...iso-filecoin-v7.4.5) (2025-10-14)
411

512

packages/iso-filecoin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iso-filecoin",
33
"type": "module",
4-
"version": "7.4.5",
4+
"version": "7.4.6",
55
"description": "Isomorphic filecoin abstractions for RPC, signatures, address, token and wallet",
66
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)