Skip to content

Commit

Permalink
RELEASING: Releasing 7 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2025
1 parent 5b8367c commit 08ce588
Show file tree
Hide file tree
Showing 15 changed files with 89 additions and 24 deletions.
10 changes: 0 additions & 10 deletions .changeset/poor-clouds-smell.md

This file was deleted.

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

## 0.0.7

### Patch Changes

- Updated dependencies []:
- @farcaster/frame-host@0.0.23
- @farcaster/frame-sdk@0.0.25

## 0.0.6

### 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.6",
"version": "0.0.7",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
11 changes: 11 additions & 0 deletions packages/frame-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @farcaster/frame-core

## 0.0.23

### Patch Changes

- [#88](https://github.com/farcasterxyz/frames/pull/88) [`5b8367c`](https://github.com/farcasterxyz/frames/commit/5b8367c37186c7bb9691ae0f7336c5203098239f) Thanks [@deodad](https://github.com/deodad)! - - added ChannelLocationContext type
- export all context types under Context name
- made naming of context types consistent and simpler
- FrameLocationContextCastEmbed -> CastEmbedLocationContext
- FrameLocationContextNotification -> NotificationLocationContext
- FrameLocationContextLauncher -> LauncherNotificationContext

## 0.0.22

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/frame-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/frame-core",
"version": "0.0.22",
"version": "0.0.23",
"main": "dist/index.js",
"module": "esm/index.js",
"scripts": {
Expand All @@ -11,7 +11,11 @@
"build:esm": "tsc -p tsconfig.json",
"typecheck": "tsc --noEmit"
},
"files": ["dist", "esm", "src"],
"files": [
"dist",
"esm",
"src"
],
"devDependencies": {
"@farcaster/tsconfig": "workspace:*",
"typescript": "^5.7.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/frame-host-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farcaster/frame-host

## 0.0.18

### Patch Changes

- Updated dependencies [[`5b8367c`](https://github.com/farcasterxyz/frames/commit/5b8367c37186c7bb9691ae0f7336c5203098239f)]:
- @farcaster/frame-core@0.0.23
- @farcaster/frame-host@0.0.23

## 0.0.17

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/frame-host-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "@farcaster/frame-host-react-native",
"version": "0.0.17",
"version": "0.0.18",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"devDependencies": {
"@farcaster/tsconfig": "workspace:*",
"@types/react": "^18.3.18",
Expand Down
7 changes: 7 additions & 0 deletions packages/frame-host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/frame-host

## 0.0.23

### Patch Changes

- Updated dependencies [[`5b8367c`](https://github.com/farcasterxyz/frames/commit/5b8367c37186c7bb9691ae0f7336c5203098239f)]:
- @farcaster/frame-core@0.0.23

## 0.0.22

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/frame-host/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "@farcaster/frame-host",
"version": "0.0.22",
"version": "0.0.23",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"devDependencies": {
"@farcaster/tsconfig": "workspace:*",
"@types/react": "^18.3.18",
Expand Down
7 changes: 7 additions & 0 deletions packages/frame-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/frame-node

## 0.0.12

### Patch Changes

- Updated dependencies [[`5b8367c`](https://github.com/farcasterxyz/frames/commit/5b8367c37186c7bb9691ae0f7336c5203098239f)]:
- @farcaster/frame-core@0.0.23

## 0.0.11

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/frame-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/frame-node",
"version": "0.0.11",
"version": "0.0.12",
"main": "dist/index.js",
"module": "esm/index.js",
"scripts": {
Expand All @@ -14,7 +14,11 @@
"test:watch": "vitest",
"test:coverage": "vitest --coverage"
},
"files": ["dist", "esm", "src"],
"files": [
"dist",
"esm",
"src"
],
"devDependencies": {
"@farcaster/tsconfig": "workspace:*",
"@types/node": "^22.10.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/frame-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/frame-kit

## 0.0.25

### Patch Changes

- Updated dependencies [[`5b8367c`](https://github.com/farcasterxyz/frames/commit/5b8367c37186c7bb9691ae0f7336c5203098239f)]:
- @farcaster/frame-core@0.0.23

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.12

### Patch Changes

- Updated dependencies []:
- @farcaster/frame-sdk@0.0.25

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.24",
"@farcaster/frame-sdk": "^0.0.25",
"@wagmi/core": "^2.14.1",
"viem": "^2.21.55"
}
Expand Down

0 comments on commit 08ce588

Please sign in to comment.