Skip to content

Commit

Permalink
chore: version packages (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 15, 2024
1 parent fd162d2 commit 1e5b2c6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .changeset/fifty-kiwis-taste.md

This file was deleted.

17 changes: 17 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# frog

## 0.10.0

### Minor Changes

- [`2aac5d5`](https://github.com/wevm/frog/commit/2aac5d54d73c329f1fe0e56aeff46d0ad23e12c8) Thanks [@tmm](https://github.com/tmm)! - Removed `frog` hub. Use `neynar` along with the `'NEYNAR_FROG_FM'` dev API key instead.

```diff
import { Frog } from 'frog'
- import { frog } from 'frog/hubs'
+ import { neynar } from 'frog/hubs'

export const app = new Frog({
- hub: frog(),
+ hub: neynar({ apiKey: 'NEYNAR_FROG_FM' }),
})
```

## 0.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frog",
"description": "Framework for Farcaster Frames",
"version": "0.9.4",
"version": "0.10.0",
"type": "module",
"module": "_lib/index.js",
"types": "_lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.9.4'
export const version = '0.10.0'

0 comments on commit 1e5b2c6

Please sign in to comment.