Skip to content

Commit

Permalink
try removing yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mindapivessa committed Dec 7, 2024
2 parents d9ace65 + 67d20d1 commit b1517d3
Show file tree
Hide file tree
Showing 129 changed files with 289 additions and 17,594 deletions.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "coinbase/onchainkit" }],
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
Expand All @@ -9,3 +9,4 @@
"updateInternalDependencies": "patch",
"ignore": []
}

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
2 changes: 1 addition & 1 deletion create-onchain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-onchain",
"description": "Instantly create onchain applications with OnchainKit.",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT",
"scripts": {
"build": "bun run clean && bun run build:esm+types",
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 b1517d3

Please sign in to comment.