Skip to content

Commit

Permalink
chore: version packages (#310)
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] committed May 9, 2024
1 parent 7fedd5a commit f1ba76b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-books-kiss.md

This file was deleted.

6 changes: 6 additions & 0 deletions src/CHANGELOG.md
@@ -1,5 +1,11 @@
# frog

## 0.9.3

### Patch Changes

- [#309](https://github.com/wevm/frog/pull/309) [`7fedd5a`](https://github.com/wevm/frog/commit/7fedd5ac6e3d1e76d9d6a0f2f5fff5225ecb19ec) Thanks [@tmm](https://github.com/tmm)! - Added gas limit for contract transactions

## 0.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,7 +1,7 @@
{
"name": "frog",
"description": "Framework for Farcaster Frames",
"version": "0.9.2",
"version": "0.9.3",
"type": "module",
"module": "_lib/index.js",
"types": "_lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
@@ -1 +1 @@
export const version = '0.9.2'
export const version = '0.9.3'

0 comments on commit f1ba76b

Please sign in to comment.