Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASING: Releasing 7 package(s) #84

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"commit": true,
"fixed": [],
"linked": [],
"skipCI": false,
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
Expand Down
5 changes: 0 additions & 5 deletions .changeset/happy-olives-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-queens-bow.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/pretty-files-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-hornets-poke.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/seven-rabbits-stare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-dancers-tickle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wet-socks-approve.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- [#68](https://github.com/farcasterxyz/frames/pull/68) [`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f) Thanks [@deodad](https://github.com/deodad)! - update dependencies

- [`0006dde`](https://github.com/farcasterxyz/frames/commit/0006dde9b1ad9046962f02178daa4cc7529f1df8) Thanks [@deodad](https://github.com/deodad)! - support eip6963

- Updated dependencies [[`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f), [`ad850ba`](https://github.com/farcasterxyz/frames/commit/ad850ba7f17601c462e3a7b3d41ace784436d27e), [`b7624a6`](https://github.com/farcasterxyz/frames/commit/b7624a69fac63f4a533848ec470430c66d8b03e2), [`4cf0e2d`](https://github.com/farcasterxyz/frames/commit/4cf0e2d5fbf6cb577351e49df78bb946823e72be), [`0006dde`](https://github.com/farcasterxyz/frames/commit/0006dde9b1ad9046962f02178daa4cc7529f1df8)]:
- @farcaster/[email protected]
- @farcaster/[email protected]

## 0.0.4

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

## 0.0.22

### Patch Changes

- [#70](https://github.com/farcasterxyz/frames/pull/70) [`2ada8e7`](https://github.com/farcasterxyz/frames/commit/2ada8e7b06dcc2b7b43363ffa619c0d19726a2f7) Thanks [@deodad](https://github.com/deodad)! - standardized naming in SignIn module

- [#68](https://github.com/farcasterxyz/frames/pull/68) [`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f) Thanks [@deodad](https://github.com/deodad)! - update dependencies

- [#66](https://github.com/farcasterxyz/frames/pull/66) [`b7624a6`](https://github.com/farcasterxyz/frames/commit/b7624a69fac63f4a533848ec470430c66d8b03e2) Thanks [@deodad](https://github.com/deodad)! - remove unused devDependencies

- [#71](https://github.com/farcasterxyz/frames/pull/71) [`4cf0e2d`](https://github.com/farcasterxyz/frames/commit/4cf0e2d5fbf6cb577351e49df78bb946823e72be) Thanks [@deodad](https://github.com/deodad)! - refactor AddFrame into module

- [`0006dde`](https://github.com/farcasterxyz/frames/commit/0006dde9b1ad9046962f02178daa4cc7529f1df8) Thanks [@deodad](https://github.com/deodad)! - support eip6963

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.21",
"version": "0.0.22",
"main": "dist/index.js",
"module": "esm/index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/frame-host-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @farcaster/frame-host

## 0.0.17

### Patch Changes

- [#68](https://github.com/farcasterxyz/frames/pull/68) [`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f) Thanks [@deodad](https://github.com/deodad)! - update dependencies

- Updated dependencies [[`2ada8e7`](https://github.com/farcasterxyz/frames/commit/2ada8e7b06dcc2b7b43363ffa619c0d19726a2f7), [`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f), [`ad850ba`](https://github.com/farcasterxyz/frames/commit/ad850ba7f17601c462e3a7b3d41ace784436d27e), [`b7624a6`](https://github.com/farcasterxyz/frames/commit/b7624a69fac63f4a533848ec470430c66d8b03e2), [`4cf0e2d`](https://github.com/farcasterxyz/frames/commit/4cf0e2d5fbf6cb577351e49df78bb946823e72be), [`0006dde`](https://github.com/farcasterxyz/frames/commit/0006dde9b1ad9046962f02178daa4cc7529f1df8)]:
- @farcaster/[email protected]
- @farcaster/[email protected]

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frame-host-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/frame-host-react-native",
"version": "0.0.16",
"version": "0.0.17",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
Expand Down
13 changes: 13 additions & 0 deletions packages/frame-host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @farcaster/frame-host

## 0.0.22

### Patch Changes

- [#68](https://github.com/farcasterxyz/frames/pull/68) [`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f) Thanks [@deodad](https://github.com/deodad)! - update dependencies

- [#81](https://github.com/farcasterxyz/frames/pull/81) [`ad850ba`](https://github.com/farcasterxyz/frames/commit/ad850ba7f17601c462e3a7b3d41ace784436d27e) Thanks [@deodad](https://github.com/deodad)! - add missing react peerDependency

- [#71](https://github.com/farcasterxyz/frames/pull/71) [`4cf0e2d`](https://github.com/farcasterxyz/frames/commit/4cf0e2d5fbf6cb577351e49df78bb946823e72be) Thanks [@deodad](https://github.com/deodad)! - refactor AddFrame into module

- Updated dependencies [[`2ada8e7`](https://github.com/farcasterxyz/frames/commit/2ada8e7b06dcc2b7b43363ffa619c0d19726a2f7), [`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f), [`b7624a6`](https://github.com/farcasterxyz/frames/commit/b7624a69fac63f4a533848ec470430c66d8b03e2), [`4cf0e2d`](https://github.com/farcasterxyz/frames/commit/4cf0e2d5fbf6cb577351e49df78bb946823e72be), [`0006dde`](https://github.com/farcasterxyz/frames/commit/0006dde9b1ad9046962f02178daa4cc7529f1df8)]:
- @farcaster/[email protected]

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frame-host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/frame-host",
"version": "0.0.21",
"version": "0.0.22",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
Expand Down
13 changes: 13 additions & 0 deletions packages/frame-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @farcaster/frame-node

## 0.0.11

### Patch Changes

- [#59](https://github.com/farcasterxyz/frames/pull/59) [`507da38`](https://github.com/farcasterxyz/frames/commit/507da38b26340827c3d6958c7ef66ae07faa4cdd) Thanks [@deodad](https://github.com/deodad)! - add zod dependency

- [#68](https://github.com/farcasterxyz/frames/pull/68) [`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f) Thanks [@deodad](https://github.com/deodad)! - update dependencies

- [#66](https://github.com/farcasterxyz/frames/pull/66) [`b7624a6`](https://github.com/farcasterxyz/frames/commit/b7624a69fac63f4a533848ec470430c66d8b03e2) Thanks [@deodad](https://github.com/deodad)! - remove unused devDependencies

- Updated dependencies [[`2ada8e7`](https://github.com/farcasterxyz/frames/commit/2ada8e7b06dcc2b7b43363ffa619c0d19726a2f7), [`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f), [`b7624a6`](https://github.com/farcasterxyz/frames/commit/b7624a69fac63f4a533848ec470430c66d8b03e2), [`4cf0e2d`](https://github.com/farcasterxyz/frames/commit/4cf0e2d5fbf6cb577351e49df78bb946823e72be), [`0006dde`](https://github.com/farcasterxyz/frames/commit/0006dde9b1ad9046962f02178daa4cc7529f1df8)]:
- @farcaster/[email protected]

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"version": "0.0.11",
"main": "dist/index.js",
"module": "esm/index.js",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/frame-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @farcaster/frame-kit

## 0.0.23

### Patch Changes

- [#68](https://github.com/farcasterxyz/frames/pull/68) [`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f) Thanks [@deodad](https://github.com/deodad)! - update dependencies

- [#66](https://github.com/farcasterxyz/frames/pull/66) [`b7624a6`](https://github.com/farcasterxyz/frames/commit/b7624a69fac63f4a533848ec470430c66d8b03e2) Thanks [@deodad](https://github.com/deodad)! - remove unused devDependencies

- [#71](https://github.com/farcasterxyz/frames/pull/71) [`4cf0e2d`](https://github.com/farcasterxyz/frames/commit/4cf0e2d5fbf6cb577351e49df78bb946823e72be) Thanks [@deodad](https://github.com/deodad)! - refactor AddFrame into module

- [`0006dde`](https://github.com/farcasterxyz/frames/commit/0006dde9b1ad9046962f02178daa4cc7529f1df8) Thanks [@deodad](https://github.com/deodad)! - support eip6963

- Updated dependencies [[`2ada8e7`](https://github.com/farcasterxyz/frames/commit/2ada8e7b06dcc2b7b43363ffa619c0d19726a2f7), [`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f), [`b7624a6`](https://github.com/farcasterxyz/frames/commit/b7624a69fac63f4a533848ec470430c66d8b03e2), [`4cf0e2d`](https://github.com/farcasterxyz/frames/commit/4cf0e2d5fbf6cb577351e49df78bb946823e72be), [`0006dde`](https://github.com/farcasterxyz/frames/commit/0006dde9b1ad9046962f02178daa4cc7529f1df8)]:
- @farcaster/[email protected]

## 0.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.22",
"version": "0.0.23",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
Expand Down
11 changes: 11 additions & 0 deletions packages/frame-wagmi-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @farcaster/frame-wagmi-connector

## 0.0.9

### Patch Changes

- [#68](https://github.com/farcasterxyz/frames/pull/68) [`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f) Thanks [@deodad](https://github.com/deodad)! - update dependencies

- [#66](https://github.com/farcasterxyz/frames/pull/66) [`b7624a6`](https://github.com/farcasterxyz/frames/commit/b7624a69fac63f4a533848ec470430c66d8b03e2) Thanks [@deodad](https://github.com/deodad)! - remove unused devDependencies

- Updated dependencies [[`937fc7c`](https://github.com/farcasterxyz/frames/commit/937fc7cecd66412077f790c92b12750b7ac3a99f), [`b7624a6`](https://github.com/farcasterxyz/frames/commit/b7624a69fac63f4a533848ec470430c66d8b03e2), [`4cf0e2d`](https://github.com/farcasterxyz/frames/commit/4cf0e2d5fbf6cb577351e49df78bb946823e72be), [`0006dde`](https://github.com/farcasterxyz/frames/commit/0006dde9b1ad9046962f02178daa4cc7529f1df8)]:
- @farcaster/[email protected]

## 0.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "0.0.9",
"type": "module",
"main": "dist/index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"access": "public"
},
"peerDependencies": {
"@farcaster/frame-sdk": "^0.0.22",
"@farcaster/frame-sdk": "^0.0.23",
"@wagmi/core": "^2.14.1",
"viem": "^2.21.55"
}
Expand Down
Loading