Skip to content

Commit 4fbcc44

Browse files
chore: version packages (#519)
* 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 afbedb0 commit 4fbcc44

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/lazy-wasps-punch.md

-5
This file was deleted.

src/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# frog
22

3+
## 0.18.2
4+
5+
### Patch Changes
6+
7+
- [#518](https://github.com/wevm/frog/pull/518) [`afbedb0`](https://github.com/wevm/frog/commit/afbedb04d5b5b7bf5632ac2aac19a3874b419aa8) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue where Composer Actions from mobile would not work. Got myself nerdsniped in a wrong direction.
8+
39
## 0.18.1
410

511
### Patch Changes

src/package.json

+1-1
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.18.1",
4+
"version": "0.18.2",
55
"type": "module",
66
"module": "_lib/index.js",
77
"types": "_lib/index.d.ts",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.18.1'
1+
export const version = '0.18.2'

0 commit comments

Comments
 (0)