Skip to content

Commit

Permalink
release x.y.2 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CassOnMars committed Aug 29, 2024
1 parent 321658b commit 7f07e77
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/early-lizards-remember.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.15.2

### Patch Changes

- 321658b7: support streaming for sync/reconciliation

## 0.15.1

### Patch Changes
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.12.2

### Patch Changes

- 321658b7: support streaming for sync/reconciliation
- Updated dependencies [321658b7]
- @farcaster/core@0.15.2

## 0.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hub-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.9.2

### Patch Changes

- 321658b7: support streaming for sync/reconciliation
- Updated dependencies [321658b7]
- @farcaster/core@0.15.3

## 0.9.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -32,8 +32,8 @@
"ts-proto": "^1.146.0"
},
"dependencies": {
"@farcaster/core": "^0.15.1",
"@farcaster/core": "^0.15.2",
"@improbable-eng/grpc-web": "^0.15.0",
"rxjs": "^7.8.0"
}
}
}

0 comments on commit 7f07e77

Please sign in to comment.