Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stephancill committed Sep 25, 2024
1 parent 9b97405 commit b2f70cb
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-experts-suffer.md

This file was deleted.

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

## 0.1.39

### Patch Changes

- chore: bump package versions

## 0.1.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-frames/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-frames",
"version": "0.1.38",
"version": "0.1.39",
"type": "module",
"bin": "bin.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@farcaster/core": "^0.14.7",
"@frames.js/render": "^0.3.11",
"@frames.js/render": "^0.3.12",
"@primer/octicons-react": "^19.9.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frames.js/render

## 0.3.12

### Patch Changes

- 9b97405: feat: pass buttons' props separately to FrameButtonContainer

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frames.js/render",
"version": "0.3.11",
"version": "0.3.12",
"type": "module",
"main": "./dist/index.cjs",
"types": "index.d.cts",
Expand Down

0 comments on commit b2f70cb

Please sign in to comment.