Skip to content

Commit

Permalink
feat(npm): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
githubotoro committed Dec 2, 2024
1 parent eab664f commit 4b2f609
Show file tree
Hide file tree
Showing 4 changed files with 2,458 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/automated-patch-release.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# royco

## 0.5.26

### Patch Changes

- eab664f: New SDK version @ 2024-12-02 22:33:47 UTC

## 0.5.25

### Patch Changes
Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "royco",
"description": "SDK for building frontends on top of Royco Protocol",
"version": "0.5.25",
"version": "0.5.26",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -72,11 +72,6 @@
"require": "./dist/utils/index.js"
}
},
"peerDependencies": {
"@supabase/postgrest-js": "^1.15.4",
"@wagmi/core": "^2.10.3",
"wagmi": "^2.8.1"
},
"dependencies": {
"@changesets/cli": "^2.27.1",
"@radix-ui/react-icons": "^1.3.0",
Expand Down Expand Up @@ -113,6 +108,8 @@
"tsup": "^8.0.2",
"tsx": "^4.19.2",
"typescript": "^5.4.5",
"viem": "^2.10.5"
"viem": "^2.10.5",
"wagmi": "^2.8.1",
"@wagmi/core": "^2.10.3"
}
}
Loading

0 comments on commit 4b2f609

Please sign in to comment.