Skip to content

Commit

Permalink
RELEASING: Releasing 3 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @farcaster/[email protected]
  [email protected]
  @farcaster/[email protected]

[skip ci]
  • Loading branch information
github-actions[bot] committed Jan 2, 2025
1 parent d92da04 commit cc0175e
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/real-cars-thank.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vanilla

## 0.0.6

### Patch Changes

- Updated dependencies [[`81eb169`](https://github.com/farcasterxyz/frames/commit/81eb1694a15e5704dd22ae5ceb1daceb81e79890)]:
- @farcaster/frame-sdk@0.0.24

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vanilla",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/frame-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farcaster/frame-kit

## 0.0.24

### Patch Changes

- [`81eb169`](https://github.com/farcasterxyz/frames/commit/81eb1694a15e5704dd22ae5ceb1daceb81e79890) Thanks [@deodad](https://github.com/deodad)! - fix webview listener for eip6963:announceProvider

## 0.0.23

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/frame-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/frame-sdk",
"version": "0.0.23",
"version": "0.0.24",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
Expand All @@ -10,7 +10,10 @@
"build:umd": "node scripts/build.js",
"typecheck": "tsc --noEmit"
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"devDependencies": {
"@farcaster/tsconfig": "workspace:*",
"esbuild": "^0.24.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/frame-wagmi-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/frame-wagmi-connector

## 0.0.10

### Patch Changes

- Updated dependencies [[`81eb169`](https://github.com/farcasterxyz/frames/commit/81eb1694a15e5704dd22ae5ceb1daceb81e79890)]:
- @farcaster/frame-sdk@0.0.24

## 0.0.9

### Patch Changes
Expand Down
9 changes: 6 additions & 3 deletions packages/frame-wagmi-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/frame-wagmi-connector",
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"main": "dist/index.js",
"scripts": {
Expand All @@ -9,7 +9,10 @@
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"devDependencies": {
"@farcaster/frame-sdk": "workspace:*",
"@farcaster/tsconfig": "workspace:*",
Expand All @@ -21,7 +24,7 @@
"access": "public"
},
"peerDependencies": {
"@farcaster/frame-sdk": "^0.0.23",
"@farcaster/frame-sdk": "^0.0.24",
"@wagmi/core": "^2.14.1",
"viem": "^2.21.55"
}
Expand Down

0 comments on commit cc0175e

Please sign in to comment.