diff --git a/.changeset/empty-rivers-talk.md b/.changeset/empty-rivers-talk.md deleted file mode 100644 index c74c8377..00000000 --- a/.changeset/empty-rivers-talk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@graphprotocol/hypergraph-react": patch ---- - -Update variable types of usePublishToPublicSpace function to accept and instance of an Entity and not the Entity type - \ No newline at end of file diff --git a/apps/connect/CHANGELOG.md b/apps/connect/CHANGELOG.md index a074a76a..c9df9059 100644 --- a/apps/connect/CHANGELOG.md +++ b/apps/connect/CHANGELOG.md @@ -1,5 +1,11 @@ # connect +## 0.2.3 +### Patch Changes + +- Updated dependencies [d7b4fe0] + - @graphprotocol/hypergraph-react@0.4.3 + ## 0.2.2 ### Patch Changes diff --git a/apps/connect/package.json b/apps/connect/package.json index e0c70530..b3f5e7a3 100644 --- a/apps/connect/package.json +++ b/apps/connect/package.json @@ -1,7 +1,7 @@ { "name": "connect", "private": true, - "version": "0.2.2", + "version": "0.2.3", "type": "module", "scripts": { "dev": "vite --force", diff --git a/packages/hypergraph-react/CHANGELOG.md b/packages/hypergraph-react/CHANGELOG.md index 90329cf4..bd7b325b 100644 --- a/packages/hypergraph-react/CHANGELOG.md +++ b/packages/hypergraph-react/CHANGELOG.md @@ -1,5 +1,10 @@ # @graphprotocol/hypergraph-react +## 0.4.3 +### Patch Changes + +- d7b4fe0: Update variable types of usePublishToPublicSpace function to accept and instance of an Entity and not the Entity type + ## 0.4.2 ### Patch Changes diff --git a/packages/hypergraph-react/package.json b/packages/hypergraph-react/package.json index 7aac4637..b3234f1c 100644 --- a/packages/hypergraph-react/package.json +++ b/packages/hypergraph-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/hypergraph-react", - "version": "0.4.2", + "version": "0.4.3", "description": "React implementation and additional functionality, components, and hooks for the hypergraph SDK framework", "keywords": [ "Web3",