Skip to content

Commit 32ee227

Browse files
authored
fix: release (#1251)
1 parent cfa9a17 commit 32ee227

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/shy-islands-fail.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@fuel-wallet/connections": patch
3+
---
4+
5+
fix: remove unused peer dependency

.github/workflows/release-changeset.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,15 @@ jobs:
6060

6161
- name: Create Release Pull Request
6262
id: changesets
63-
uses: FuelLabs/changesets-action@main
63+
uses: FuelLabs/changesets-action@hf/fix/release
6464
with:
65-
publish: pnpm changeset:release
65+
publish: pnpm changeset tag
6666
commit: "ci(changesets): versioning packages"
6767
title: "ci(changesets): versioning packages"
6868
createGithubReleases: aggregate
6969
githubReleaseName: v${{ env.BUILD_VERSION }}
7070
githubTagName: v${{ env.BUILD_VERSION }}
71+
skipNpm: true
7172
env:
7273
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
7374

packages/connections/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"uuid": "^9.0.1"
3232
},
3333
"peerDependencies": {
34-
"@fuel-wallet/types": ">=0.16.3",
3534
"@fuels/connectors": ">=0.1.1",
3635
"fuels": ">=0.77.0"
3736
},

0 commit comments

Comments
 (0)