Skip to content

Commit

Permalink
chore: version packages (#204)
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 Mar 27, 2024
1 parent ce460c9 commit b346122
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-houses-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-cougars-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-news-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-trainers-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-plums-repeat.md

This file was deleted.

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

## 0.1.7

### Patch Changes

- [#32](https://github.com/wevm/frog/pull/32) [`d27259c`](https://github.com/wevm/frog/commit/d27259ce59fcca5e1c650947bd9d6987816d9257) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed incorrect url shown for `next` and `vercel` templates at the completion of `create-frog`.

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion create-frog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-frog",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"bin": {
"create-frog": "./_lib/bin.js"
Expand Down
12 changes: 12 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# frog

## 0.7.14

### Patch Changes

- [#207](https://github.com/wevm/frog/pull/207) [`3d2f001`](https://github.com/wevm/frog/commit/3d2f0014413abde5e6c76191c5cb44d5ecfa6e8c) Thanks [@tmm](https://github.com/tmm)! - Fixed `<Button>` to use `post_url` internally instead of `target`.

- [#187](https://github.com/wevm/frog/pull/187) [`15ece3a`](https://github.com/wevm/frog/commit/15ece3a6b35909be1a4644e2926ce9358bb9779c) Thanks [@ggomaeng](https://github.com/ggomaeng)! - Added attribution option to transaction parameters

- [#206](https://github.com/wevm/frog/pull/206) [`365da14`](https://github.com/wevm/frog/commit/365da149e76bb46fe8a3b756f1d838e0364d3275) Thanks [@tmm](https://github.com/tmm)! - Added devtools support for transaction button post_url.

- [#200](https://github.com/wevm/frog/pull/200) [`8b2398c`](https://github.com/wevm/frog/commit/8b2398cdb2300a9d288f35762ddf354faa8a1600) Thanks [@ggomaeng](https://github.com/ggomaeng)! - Prioritized devtools route over dynamic path if it exists.

## 0.7.13

### 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.7.13",
"version": "0.7.14",
"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.7.13'
export const version = '0.7.14'

0 comments on commit b346122

Please sign in to comment.