Skip to content

Commit

Permalink
chore: Cut patch release for core and hub-nodejs (farcasterxyz#1231)
Browse files Browse the repository at this point in the history
This removes Rust for now, until we have prebuilt packages for multiple
architectures.
  • Loading branch information
sds authored Aug 8, 2023
1 parent cfec776 commit 4f9bc9c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-sheep-tell.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.12.1

### Patch Changes

- cfec7767: fix: Disable the rust code path to make it pureJS for now

## 0.12.0

### Minor 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.12.0",
"version": "0.12.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/hub-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/hub-nodejs

## 0.10.1

### Patch Changes

- Updated dependencies [cfec7767]
- @farcaster/core@0.12.1

## 0.10.0

### Minor 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.0",
"version": "0.10.1",
"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.12.0",
"@farcaster/core": "0.12.1",
"@grpc/grpc-js": "~1.8.21",
"@noble/hashes": "^1.3.0",
"neverthrow": "^6.0.0"
Expand Down

0 comments on commit 4f9bc9c

Please sign in to comment.