Skip to content

Commit 564882f

Browse files
committed
bump version
1 parent 1d29c53 commit 564882f

9 files changed

Lines changed: 25 additions & 11 deletions

File tree

.changeset/cuddly-guests-hug.md

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

apps/connect/CHANGELOG.md

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

3+
## 0.2.12
4+
### Patch Changes
5+
6+
- Updated dependencies [1d29c53]
7+
- @graphprotocol/hypergraph-react@0.7.3
8+
39
## 0.2.11
410
### Patch Changes
511

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

packages/create-hypergraph/CHANGELOG.md

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

3+
## 0.5.6
4+
### Patch Changes
5+
6+
- 1d29c53: improve processConnectAuthSuccess behaviour
7+
38
## 0.5.5
49
### Patch Changes
510

packages/create-hypergraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-hypergraph",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "CLI toolchain to scaffold a Hypergraph-enabled application with a given template.",
55
"type": "module",
66
"bin": {

packages/hypergraph-react/CHANGELOG.md

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

3+
## 0.7.3
4+
### Patch Changes
5+
6+
- 1d29c53: improve processConnectAuthSuccess behaviour
7+
38
## 0.7.2
49
### Patch Changes
510

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.2",
3+
"version": "0.7.3",
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.7.3
4+
### Patch Changes
5+
6+
- Catch up with hypergraph-react version
7+
38
## 0.6.6
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.6",
3+
"version": "0.7.3",
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)