Skip to content

Commit

Permalink
chore: version packages (#168)
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 20, 2024
1 parent 8fc49f5 commit 8e42ce5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-phones-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-bees-sneeze.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.6

### Patch Changes

- [#167](https://github.com/wevm/frog/pull/167) [`8fc49f5`](https://github.com/wevm/frog/commit/8fc49f5be89f074c31233adbbb2ade829ca7f41c) Thanks [@tmm](https://github.com/tmm)! - Fixed devtools edge deployment

## 0.1.5

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

## 0.7.1

### Patch Changes

- [#167](https://github.com/wevm/frog/pull/167) [`8fc49f5`](https://github.com/wevm/frog/commit/8fc49f5be89f074c31233adbbb2ade829ca7f41c) Thanks [@tmm](https://github.com/tmm)! - Fixed devtools edge deployment

- [#167](https://github.com/wevm/frog/pull/167) [`8fc49f5`](https://github.com/wevm/frog/commit/8fc49f5be89f074c31233adbbb2ade829ca7f41c) Thanks [@tmm](https://github.com/tmm)! - Fixed optional frame `post_url` handling

## 0.7.0

### Minor 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.7.0",
"version": "0.7.1",
"type": "module",
"module": "_lib/index.js",
"types": "_lib/index.d.ts",
Expand Down Expand Up @@ -100,7 +100,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.7.0'
export const version = '0.7.1'

0 comments on commit 8e42ce5

Please sign in to comment.