mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-04-18 03:00:22 -04:00
changeset version (#481)
This commit is contained in:
committed by
GitHub
parent
d49fd11944
commit
fbcd9e3967
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@farcaster/utils': minor
|
||||
'@farcaster/js': minor
|
||||
---
|
||||
|
||||
migrate to protobufs
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@farcaster/protobufs': patch
|
||||
---
|
||||
|
||||
feat: add job.proto schema
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@farcaster/utils': patch
|
||||
'@farcaster/protobufs': patch
|
||||
'@farcaster/hub': patch
|
||||
---
|
||||
|
||||
feat: add protobufs IdRegistryEvent and SignerStore
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@farcaster/utils': patch
|
||||
'@farcaster/protobufs': patch
|
||||
---
|
||||
|
||||
add NameRegistryEvent schema and utils
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@farcaster/utils': patch
|
||||
'@farcaster/protobufs': patch
|
||||
'@farcaster/utils': patch
|
||||
---
|
||||
|
||||
feat: start @farcaster/protobufs for protobufs schema and static code and @farcaster/protoutils for protobufs version of utils package
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@farcaster/utils': patch
|
||||
---
|
||||
|
||||
force addresses and hashes to be fixed size in validations
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@farcaster/js': patch
|
||||
---
|
||||
|
||||
replace flatbuffers with protobufs
|
||||
@@ -1,5 +1,19 @@
|
||||
# @farcaster/hub
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b43fade: feat: add protobufs IdRegistryEvent and SignerStore
|
||||
- Updated dependencies [58738a4]
|
||||
- Updated dependencies [526bd17]
|
||||
- Updated dependencies [b43fade]
|
||||
- Updated dependencies [ae7639c]
|
||||
- Updated dependencies [cd84f7c]
|
||||
- Updated dependencies [2e32983]
|
||||
- @farcaster/utils@0.2.0
|
||||
- @farcaster/protobufs@0.1.1
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/hub",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Farcaster Hub",
|
||||
"author": "",
|
||||
"license": "",
|
||||
@@ -42,8 +42,8 @@
|
||||
"@chainsafe/libp2p-gossipsub": "^4.1.1",
|
||||
"@chainsafe/libp2p-noise": "^8.0.2",
|
||||
"@grpc/grpc-js": "^1.7.3",
|
||||
"@farcaster/protobufs": "0.1.0",
|
||||
"@farcaster/utils": "0.1.5",
|
||||
"@farcaster/protobufs": "0.1.1",
|
||||
"@farcaster/utils": "0.2.0",
|
||||
"@libp2p/interface-connection": "^3.0.2",
|
||||
"@libp2p/interface-peer-id": "^1.0.4",
|
||||
"@libp2p/interface-peer-info": "^1.0.3",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @farcaster/js
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 58738a4: migrate to protobufs
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a26d8ff: replace flatbuffers with protobufs
|
||||
- Updated dependencies [58738a4]
|
||||
- Updated dependencies [526bd17]
|
||||
- Updated dependencies [b43fade]
|
||||
- Updated dependencies [ae7639c]
|
||||
- Updated dependencies [cd84f7c]
|
||||
- Updated dependencies [2e32983]
|
||||
- @farcaster/utils@0.2.0
|
||||
- @farcaster/protobufs@0.1.1
|
||||
|
||||
## 0.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/js",
|
||||
"version": "0.1.6",
|
||||
"version": "0.2.0",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@@ -16,8 +16,8 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@farcaster/protobufs": "0.1.0",
|
||||
"@farcaster/utils": "0.1.5",
|
||||
"@farcaster/protobufs": "0.1.1",
|
||||
"@farcaster/utils": "0.2.0",
|
||||
"ethers": "^5.7.2",
|
||||
"flatbuffers": "^22.11.23",
|
||||
"neverthrow": "^6.0.0"
|
||||
|
||||
10
packages/protobufs/CHANGELOG.md
Normal file
10
packages/protobufs/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# @farcaster/protobufs
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 526bd17: feat: add job.proto schema
|
||||
- b43fade: feat: add protobufs IdRegistryEvent and SignerStore
|
||||
- ae7639c: add NameRegistryEvent schema and utils
|
||||
- cd84f7c: feat: start @farcaster/protobufs for protobufs schema and static code and @farcaster/protoutils for protobufs version of utils package
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/protobufs",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
||||
19
packages/utils/CHANGELOG.md
Normal file
19
packages/utils/CHANGELOG.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# @farcaster/utils
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 58738a4: migrate to protobufs
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b43fade: feat: add protobufs IdRegistryEvent and SignerStore
|
||||
- ae7639c: add NameRegistryEvent schema and utils
|
||||
- cd84f7c: feat: start @farcaster/protobufs for protobufs schema and static code and @farcaster/protoutils for protobufs version of utils package
|
||||
- 2e32983: force addresses and hashes to be fixed size in validations
|
||||
- Updated dependencies [526bd17]
|
||||
- Updated dependencies [b43fade]
|
||||
- Updated dependencies [ae7639c]
|
||||
- Updated dependencies [cd84f7c]
|
||||
- @farcaster/protobufs@0.1.1
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@farcaster/utils",
|
||||
"version": "0.1.5",
|
||||
"version": "0.2.0",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
@@ -17,7 +17,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "^7.6.0",
|
||||
"@farcaster/protobufs": "0.1.0",
|
||||
"@farcaster/protobufs": "0.1.1",
|
||||
"@noble/ed25519": "^1.7.1",
|
||||
"@noble/hashes": "^1.1.5",
|
||||
"ethers": "^5.7.2",
|
||||
|
||||
Reference in New Issue
Block a user