Skip to content

Commit

Permalink
chore: release new package version (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
horsefacts authored Nov 27, 2023
1 parent ab245ce commit 7c9cee6
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/violet-emus-poke.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farcaster/core

## 0.13.2

### Patch Changes

- ab245ce5: Add EIP-712 helpers

## 0.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/core",
"version": "0.13.1",
"version": "0.13.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/hub-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farcaster/hub-nodejs

## 0.10.18

### Patch Changes

- ab245ce5: Add EIP-712 helpers
- Updated dependencies [ab245ce5]
- @farcaster/core@0.13.2

## 0.10.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hub-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/hub-nodejs",
"version": "0.10.17",
"version": "0.10.18",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
],
"license": "MIT",
"dependencies": {
"@farcaster/core": "0.13.1",
"@farcaster/core": "0.13.2",
"@grpc/grpc-js": "~1.8.21",
"@noble/hashes": "^1.3.0",
"neverthrow": "^6.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/hub-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farcaster/hub-web

## 0.7.1

### Patch Changes

- ab245ce5: Add EIP-712 helpers
- Updated dependencies [ab245ce5]
- @farcaster/core@0.13.2

## 0.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hub-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/hub-web",
"version": "0.7.0",
"version": "0.7.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"ts-proto": "^1.146.0"
},
"dependencies": {
"@farcaster/core": "^0.13.0",
"@farcaster/core": "^0.13.2",
"@improbable-eng/grpc-web": "^0.15.0",
"rxjs": "^7.8.0"
}
Expand Down

0 comments on commit 7c9cee6

Please sign in to comment.