Skip to content

Commit

Permalink
chore: version packages (#261)
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 15, 2024
1 parent d44b6d9 commit 786e45f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-baboons-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-spoons-cheat.md

This file was deleted.

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

## 0.8.3

### Patch Changes

- [#256](https://github.com/wevm/frog/pull/256) [`02f03ff`](https://github.com/wevm/frog/commit/02f03ffe3be670b4ff55217fa2cbeccf776ea18e) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed a regression in local environments with templates other than `next` used where port was deleted when `X-Forwarded-Host` was not present that resulted in a malformed `postUrl` and `image` url values in the rendered frame meta tags.

- [#254](https://github.com/wevm/frog/pull/254) [`e38c898`](https://github.com/wevm/frog/commit/e38c8986a8ec5af84ea80fee3fcdf8e078996e0b) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with local devtools with nextjs template that sets `x-forwarded-host` header to `localhost` which previously deleted the port and ended up creating incorrect link.

## 0.8.2

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

0 comments on commit 786e45f

Please sign in to comment.