Skip to content

Commit

Permalink
chore: version packages (#54)
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 3, 2024
1 parent 4b5dcea commit 839b36c
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-ducks-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-penguins-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-melons-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-berries-repair.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.3

### Patch Changes

- [`bf6140d`](https://github.com/wevm/frog/commit/bf6140d971f9cfae9d09f86e6aec7c5044377e2e) Thanks [@jxom](https://github.com/jxom)! - Added static file serving to templates.

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.2.7

### Patch Changes

- [`bf6140d`](https://github.com/wevm/frog/commit/bf6140d971f9cfae9d09f86e6aec7c5044377e2e) Thanks [@jxom](https://github.com/jxom)! - Added `--staticDir` parameter to `frog dev` CLI command.

- [#49](https://github.com/wevm/frog/pull/49) [`79bb79d`](https://github.com/wevm/frog/commit/79bb79d9644851009c2c9700f7c42b26649f5fbd) Thanks [@tmm](https://github.com/tmm)! - Fixed Button.Redirect behavior

- [`15de099`](https://github.com/wevm/frog/commit/15de099ad936f3e1a336696a8ae084690aab7150) Thanks [@jxom](https://github.com/jxom)! - Updated `hono-og` & added `bun` export property.

## 0.2.6

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions 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.2.6",
"version": "0.2.7",
"type": "module",
"module": "_lib/index.js",
"types": "_lib/index.d.ts",
Expand Down Expand Up @@ -75,7 +75,10 @@
"license": "MIT",
"homepage": "https://frog.fm",
"repository": "wevm/frog",
"authors": ["awkweb.eth", "jxom.eth"],
"authors": [
"awkweb.eth",
"jxom.eth"
],
"funding": [
{
"type": "github",
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.2.6'
export const version = '0.2.7'

0 comments on commit 839b36c

Please sign in to comment.