Skip to content

Commit

Permalink
chore: version packages (#451)
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 <vlad.dalechin@gmail.com>
  • Loading branch information
3 people committed Jul 26, 2024
1 parent 368a2a9 commit df0d913
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-peas-vanish.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.6

### Patch Changes

- [#450](https://github.com/wevm/frog/pull/450) [`368a2a9`](https://github.com/wevm/frog/commit/368a2a92f82713fe0dd109b2543fcd952eb195d5) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue where using `Button.Reset` would lead to "Cannot destructure property 'property' of 'intent.props' as it is undefined." error.

## 0.15.5

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

0 comments on commit df0d913

Please sign in to comment.