Skip to content

Commit c699dfd

Browse files
committed
bump version
1 parent c7ed371 commit c699dfd

File tree

10 files changed

+32
-18
lines changed

10 files changed

+32
-18
lines changed

.changeset/modern-cougars-notice.md

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

.changeset/plain-eggs-joke.md

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

apps/connect/CHANGELOG.md

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

3+
## 0.2.11
4+
### Patch Changes
5+
6+
- 55a6403: upgrade grc-20 dependency
7+
- Updated dependencies [55a6403]
8+
- Updated dependencies [b7cc2fa]
9+
- @graphprotocol/hypergraph-react@0.7.2
10+
- @graphprotocol/hypergraph@0.6.6
11+
312
## 0.2.10
413
### Patch Changes
514

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.10",
4+
"version": "0.2.11",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --force",

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.3
4+
### Patch Changes
5+
6+
- Updated dependencies [55a6403]
7+
- @graphprotocol/hypergraph@0.6.6
8+
39
## 0.1.2
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.2",
3+
"version": "0.1.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/hypergraph-react/CHANGELOG.md

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

3+
## 0.7.2
4+
### Patch Changes
5+
6+
- 55a6403: upgrade grc-20 dependency
7+
- b7cc2fa: add privy auth based createSpace hooks
8+
- Updated dependencies [55a6403]
9+
- @graphprotocol/hypergraph@0.6.6
10+
311
## 0.7.1
412
### Patch Changes
513

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.7.1",
3+
"version": "0.7.2",
44
"description": "React implementation and additional functionality, components, and hooks for the hypergraph SDK framework",
55
"keywords": [
66
"Web3",

packages/hypergraph/CHANGELOG.md

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

3+
## 0.6.6
4+
### Patch Changes
5+
6+
- 55a6403: upgrade grc-20 dependency
7+
38
## 0.6.5
49
### Patch Changes
510

packages/hypergraph/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",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"description": "SDK for building performant, type-safe, local-first dapps on top of The Graph ecosystem knowledge graphs.",
55
"publishConfig": {
66
"bin": {

0 commit comments

Comments
 (0)