Skip to content

Commit

Permalink
Merge branch 'dev' into 0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Jan 24, 2024
2 parents b26dbf7 + 5300b7e commit 708ffa6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-cougars-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@node-real/walletkit": patch
---

Update dependencies
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Enter pre mode
if: github.ref_name == 'alpha' || github.ref_name == '0.x-alpha'
run: |
pnpm ci:enter | exit 0
- name: Exit pre mode
if: github.ref_name == 'main' || github.ref_name == '0.x'
run: |
pnpm ci:exit | exit 0
- name: Create and publish versions
uses: changesets/action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"build": "pnpm --F @node-real/walletkit build",
"dev:docs": "pnpm --F @node-real/walletkit build:watch & pnpm --F website dev",
"build:docs": "pnpm build && pnpm --F website build",
"pre:enter": "pnpm changeset pre enter alpha",
"pre:exit": "pnpm changeset pre exit",
"ci:enter": "pnpm changeset pre enter alpha",
"ci:exit": "pnpm changeset pre exit",
"ci:version": "pnpm changeset version && cp README.md packages/walletkit/README.md",
"ci:publish": "pnpm changeset publish"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/walletkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"wagmi": "^0"
},
"devDependencies": {
"@particle-network/auth": "^1.2.2",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
Expand All @@ -59,6 +58,7 @@
"wagmi": "^0.12.19"
},
"dependencies": {
"@particle-network/auth": "^1.2.2",
"@particle-network/provider": "^1.2.1",
"qrcode": "^1.5.3"
}
Expand Down

0 comments on commit 708ffa6

Please sign in to comment.