Skip to content

Commit

Permalink
chore: version packages (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 22, 2024
1 parent 0016cc2 commit 302bef8
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-timers-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-pianos-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-hairs-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-drinks-brush.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.8

### Patch Changes

- [#425](https://github.com/wevm/frog/pull/425) [`ab1a969`](https://github.com/wevm/frog/commit/ab1a969659f3d9d170f2f463ab6e51a286f3973f) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with absent `title` in templates that led to a typing error.

## 0.1.7

### 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.7",
"version": "0.1.8",
"type": "module",
"bin": {
"create-frog": "./_lib/bin.js"
Expand Down
10 changes: 10 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# frog

## 0.14.5

### Patch Changes

- [#430](https://github.com/wevm/frog/pull/430) [`0016cc2`](https://github.com/wevm/frog/commit/0016cc2bac752350b7538f21b67032776ef90a88) Thanks [@dalechyn](https://github.com/dalechyn)! - Changed default value for `verify` to be `process.env.NODE_ENV === 'production'` as many newcomers have been hitting issues with that, and in fact nobody wants to pay warps for frame tests.

- [#427](https://github.com/wevm/frog/pull/427) [`ae57791`](https://github.com/wevm/frog/commit/ae57791dc15260f11746916ebb568450f1ef0a83) Thanks [@dalechyn](https://github.com/dalechyn)! - Added access to `previousState` and `previousButtonValues` in Image Handler.

- [#396](https://github.com/wevm/frog/pull/396) [`d763d1a`](https://github.com/wevm/frog/commit/d763d1a8289790447c5e26813c25a3a87eb9be8a) Thanks [@dalechyn](https://github.com/dalechyn)! - Added support for Composer Actions. [See More](https://warpcast.notion.site/Draft-Composer-Actions-7f2b8739ee8447cc8a6b518c234b1eeb).

## 0.14.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.14.4",
"version": "0.14.5",
"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.14.4'
export const version = '0.14.5'

0 comments on commit 302bef8

Please sign in to comment.