Skip to content

Commit

Permalink
chore: version packages (#349)
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 Jun 11, 2024
1 parent 7ab81f0 commit b63d3f8
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-cups-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-pigs-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-students-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-rabbits-retire.md

This file was deleted.

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.11.7

### Patch Changes

- [#355](https://github.com/wevm/frog/pull/355) [`7d75e97`](https://github.com/wevm/frog/commit/7d75e9745f31f8dfe0ac34b38274ceb7cbe07b07) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed a bug where properties on UI elements having `0` value were not being set, such as `left="0"` and etc.

- [#354](https://github.com/wevm/frog/pull/354) [`e1d5597`](https://github.com/wevm/frog/commit/e1d5597fb98b2c4613d00b74ed7f3c11262d7591) Thanks [@dalechyn](https://github.com/dalechyn)! - Bumped `hono` and related packages versions.

- [#356](https://github.com/wevm/frog/pull/356) [`7ab81f0`](https://github.com/wevm/frog/commit/7ab81f05681af368892d6a45ef83ebab9224f2de) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue where other `Frog` instances routed via `.route` constructed an incorrect image URL due to the absence of `basePath`.

- [#348](https://github.com/wevm/frog/pull/348) [`8286f21`](https://github.com/wevm/frog/commit/8286f217959707f21926a17142122789ade6d2f5) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed a type issue where `margin*` and `letterSpacing` props in `Box` accepted only negative values.

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

0 comments on commit b63d3f8

Please sign in to comment.