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 f8d484d commit f497c00
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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.14

### Patch Changes

- f8d484d: New SDK version @ 2024-12-02 00:08:53 UTC

## 0.5.13

### 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.5.13",
"version": "0.5.14",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions sdk/client/RoycoClient.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import type { Database } from "@/sdk/types/data";
import type { RPC_API_KEYS_OBJECT_TYPE } from "@/sdk/types";

Expand Down

0 comments on commit f497c00

Please sign in to comment.