Skip to content

Commit f7027fd

Browse files
committed
bump version
1 parent 604724b commit f7027fd

File tree

12 files changed

+41
-17
lines changed

12 files changed

+41
-17
lines changed

.changeset/wise-mugs-swim.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/yummy-beans-float.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/connect/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# connect
22

3+
## 0.2.9
4+
### Patch Changes
5+
6+
- Updated dependencies [604724b]
7+
- Updated dependencies [604724b]
8+
- @graphprotocol/hypergraph@0.6.4
9+
- @graphprotocol/hypergraph-react@0.7.0
10+
311
## 0.2.8
412
### Patch Changes
513

apps/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "connect",
33
"private": true,
4-
"version": "0.2.8",
4+
"version": "0.2.9",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --force",

apps/server-new/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# server-new
2+
3+
## 0.1.1
4+
### Patch Changes
5+
6+
- Updated dependencies [604724b]
7+
- @graphprotocol/hypergraph@0.6.4

apps/server-new/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-new",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# server
22

3+
## 0.1.12
4+
### Patch Changes
5+
6+
- Updated dependencies [604724b]
7+
- @graphprotocol/hypergraph@0.6.4
8+
39
## 0.1.11
410
### Patch Changes
511

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/hypergraph-react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphprotocol/hypergraph-react
22

3+
## 0.7.0
4+
### Minor Changes
5+
6+
- 604724b: remove useQueryEntity and add useEntity hook
7+
8+
### Patch Changes
9+
10+
- Updated dependencies [604724b]
11+
- @graphprotocol/hypergraph@0.6.4
12+
313
## 0.6.3
414
### Patch Changes
515

packages/hypergraph-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/hypergraph-react",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
44
"description": "React implementation and additional functionality, components, and hooks for the hypergraph SDK framework",
55
"keywords": [
66
"Web3",

0 commit comments

Comments
 (0)