Skip to content

Commit 158f89d

Browse files
authored
chore(typesync): publish hypergraph 0.6.3 with typesync-studio removed url type (#516)
1 parent 2baa671 commit 158f89d

File tree

13 files changed

+40
-20
lines changed

13 files changed

+40
-20
lines changed

.changeset/many-times-wash.md

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

.changeset/poor-moons-hunt.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.8
4+
### Patch Changes
5+
6+
- Updated dependencies [0546a02]
7+
- Updated dependencies [2baa671]
8+
- @graphprotocol/hypergraph-react@0.6.3
9+
- @graphprotocol/hypergraph@0.6.3
10+
311
## 0.2.7
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.7",
4+
"version": "0.2.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --force",

apps/server/CHANGELOG.md

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

3+
## 0.1.11
4+
### Patch Changes
5+
6+
- Updated dependencies [0546a02]
7+
- Updated dependencies [2baa671]
8+
- @graphprotocol/hypergraph@0.6.3
9+
310
## 0.1.10
411
### Patch Changes
512

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.10",
3+
"version": "0.1.11",
44
"private": true,
55
"type": "module",
66
"scripts": {

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.3
4+
### Patch Changes
5+
6+
- 0546a02: upgrade dependencies
7+
38
## 0.5.2
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.2",
3+
"version": "0.5.3",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphprotocol/hypergraph-react
22

3+
## 0.6.3
4+
### Patch Changes
5+
6+
- 0546a02: upgrade dependencies
7+
- Updated dependencies [0546a02]
8+
- Updated dependencies [2baa671]
9+
- @graphprotocol/hypergraph@0.6.3
10+
311
## 0.6.2
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.6.2",
3+
"version": "0.6.3",
44
"description": "React implementation and additional functionality, components, and hooks for the hypergraph SDK framework",
55
"keywords": [
66
"Web3",

0 commit comments

Comments
 (0)