Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 1475c7e

Browse files
chore: version packages (#486)
* chore: version packages * Update src/package.json --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Vladyslav Dalechyn <[email protected]>
1 parent 34cfb2a commit 1475c7e

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/strong-needles-bake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/violet-radios-confess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# frog
22

3+
## 0.17.2
4+
5+
### Patch Changes
6+
7+
- [#484](https://github.com/wevm/frog/pull/484) [`34cfb2a`](https://github.com/wevm/frog/commit/34cfb2ade3e7d6db0612389d02e047b9c9da8979) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with parsing Composer Action data when verified is `false`.
8+
9+
- [#483](https://github.com/wevm/frog/pull/483) [`84c4330`](https://github.com/wevm/frog/commit/84c433077bab712c7a8a4c0b3e4e3c72dc5a2c67) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue where min/max height/width would not handle custom values.
10+
311
## 0.17.1
412

513
### Patch Changes

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frog",
33
"description": "Framework for Farcaster Frames",
4-
"version": "0.17.1",
4+
"version": "0.17.2",
55
"type": "module",
66
"module": "_lib/index.js",
77
"types": "_lib/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.17.1'
1+
export const version = '0.17.2'

0 commit comments

Comments
 (0)