Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/heartbit-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

This is the core of the [HeartBit](https://github.com/fileverse/HeartBitSDK) functionality. It exposes the APIs that are crucial for implementing HeartBit functionalities.

HeartBits are provable, time-based onchain “Likes” that can be generated by simply engaging with your app, website, onchain media, Frame or OpenAction on Farcaster and Lens protocols!

## Getting Started

### Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/heartbit-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fileverse/heartbit-core",
"version": "2.4.0",
"version": "2.4.1",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/heartbit-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

A plug-and-play integration of the [HeartBit SDK](https://github.com/fileverse/HeartBitSDK), which is a wrapper around [HeartBitCore](https://github.com/fileverse/HeartBitSDK/tree/main/packages/heartbit-core).

HeartBits are provable, time-based onchain “Likes” that can be generated by simply engaging with your app, website, onchain media, Frame or OpenAction on Farcaster and Lens protocols!

## Getting Started

### Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/heartbit-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fileverse/heartbit-react",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down
Loading