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 4, 2024
1 parent 805ca6e commit bdf8fd2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 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.7.4

### Patch Changes

- 805ca6e: New SDK version @ 2024-12-04 19:02:18 UTC

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.7.3",
"version": "0.7.4",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
entry: [
"sdk/index.tsx",
"sdk/client/index.tsx",
"sdk/constants/index.tsx",
"sdk/constants/index.ts",
"sdk/contracts/index.ts",
"sdk/hooks/index.tsx",
"sdk/market/index.tsx",
Expand Down

0 comments on commit bdf8fd2

Please sign in to comment.