Skip to content

Commit

Permalink
chore: Remove Farcaster Frames support (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer authored Dec 5, 2024
1 parent 49c4e59 commit 82df21e
Show file tree
Hide file tree
Showing 114 changed files with 24 additions and 17,247 deletions.
5 changes: 5 additions & 0 deletions .changeset/funny-cheetahs-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@coinbase/onchainkit': minor
---

-**chore**: Removed `Farcaster Frames`. Deprecating `Framegear`, `Frames`, `XMTP`, and `Neynar` support. By @cpcramer #1693
16 changes: 0 additions & 16 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ root:
- changed-files:
- any-glob-to-any-file: '*'

framegear:
- changed-files:
- any-glob-to-any-file: framegear/**

documentation:
- changed-files:
- any-glob-to-any-file: site/**
Expand All @@ -14,14 +10,6 @@ documentation:
- changed-files:
- any-glob-to-any-file: src/core/**

'pkg: farcaster':
- changed-files:
- any-glob-to-any-file: src/farcaster/**

'pkg: frame':
- changed-files:
- any-glob-to-any-file: src/frame/**

'pkg: fund':
- changed-files:
- any-glob-to-any-file: src/fund/**
Expand Down Expand Up @@ -53,7 +41,3 @@ documentation:
'pkg: wallet':
- changed-files:
- any-glob-to-any-file: src/wallet/**

'pkg: xmtp':
- changed-files:
- any-glob-to-any-file: src/xmtp/**
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Kit Install dependencies
run: |
yarn install
cd ./framegear && yarn install && cd ..
- name: Kit Test
# When fails, please check your tests
Expand Down
1 change: 0 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"coverage",
"dist",
"esm",
"framegear",
"create-onchain"
]
}
Expand Down
3 changes: 0 additions & 3 deletions framegear/.eslintrc.json

This file was deleted.

36 changes: 0 additions & 36 deletions framegear/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions framegear/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions framegear/app/api/getFrame/route.ts

This file was deleted.

29 changes: 0 additions & 29 deletions framegear/app/api/postFrame/route.ts

This file was deleted.

29 changes: 0 additions & 29 deletions framegear/app/globals.css

This file was deleted.

Binary file removed framegear/app/icon.png
Binary file not shown.
22 changes: 0 additions & 22 deletions framegear/app/layout.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions framegear/app/page.tsx

This file was deleted.

Loading

0 comments on commit 82df21e

Please sign in to comment.