Skip to content

Commit

Permalink
chore: version packages (#284)
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] committed Apr 28, 2024
1 parent 268ee0d commit 39d098d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-crabs-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-fishes-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-ladybugs-double.md

This file was deleted.

10 changes: 10 additions & 0 deletions src/CHANGELOG.md
@@ -1,5 +1,15 @@
# frog

## 0.8.7

### Patch Changes

- [#237](https://github.com/wevm/frog/pull/237) [`75f46a4`](https://github.com/wevm/frog/commit/75f46a4c75e2ded0fe7875481e996cdc05a366f7) Thanks [@dalechyn](https://github.com/dalechyn)! - Added root path support in `action` to jump into the root Frog instance via `'~'` symbol. Useful for code-splitting via `app.route`.

- [#287](https://github.com/wevm/frog/pull/287) [`268ee0d`](https://github.com/wevm/frog/commit/268ee0de2e0a310684b1f0a062fcf95a818a5f8c) Thanks [@dalechyn](https://github.com/dalechyn)! - Added degen chain support. [See more](https://warpcast.com/horsefacts.eth/0xd4fede11).

- [#257](https://github.com/wevm/frog/pull/257) [`0d41ddf`](https://github.com/wevm/frog/commit/0d41ddfd63397df502bf5e636609bf68e8c11ee9) Thanks [@dalechyn](https://github.com/dalechyn)! - Disabled watch process when frog CLI is called outside of a project directory.

## 0.8.6

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

0 comments on commit 39d098d

Please sign in to comment.