Skip to content

Commit

Permalink
chore: version packages (#443)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jul 25, 2024
1 parent a6c1438 commit 506d281
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-cougars-promise.md

This file was deleted.

6 changes: 6 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# frog

## 0.15.3

### Patch Changes

- [#442](https://github.com/wevm/frog/pull/442) [`a6c1438`](https://github.com/wevm/frog/commit/a6c14383b6c4b89da677e903b0a6dab5621c62de) Thanks [@dalechyn](https://github.com/dalechyn)! - Added support for Polygon in Frame Transactions.

## 0.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.15.2",
"version": "0.15.3",
"type": "module",
"module": "_lib/index.js",
"types": "_lib/index.d.ts",
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.15.2'
export const version = '0.15.3'

0 comments on commit 506d281

Please sign in to comment.