Skip to content

Commit 9ec297b

Browse files
authored
publish(hypergraph | hypergraph-react): publish hypergraph 0.6.0 and hypergraph-react 0.6.0 (#475)
1 parent cbc98ed commit 9ec297b

9 files changed

Lines changed: 35 additions & 17 deletions

File tree

.changeset/tame-horses-try.md

Lines changed: 0 additions & 13 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.5
4+
### Patch Changes
5+
6+
- Updated dependencies [cbc98ed]
7+
- @graphprotocol/hypergraph@0.6.0
8+
39
## 0.2.4
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.4",
4+
"version": "0.2.5",
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.8
4+
### Patch Changes
5+
6+
- Updated dependencies [cbc98ed]
7+
- @graphprotocol/hypergraph@0.6.0
8+
39
## 0.1.7
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.7",
3+
"version": "0.1.8",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/hypergraph-react/CHANGELOG.md

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

3+
## 0.6.0
4+
### Patch Changes
5+
6+
- Updated dependencies [cbc98ed]
7+
- @graphprotocol/hypergraph@0.6.0
8+
39
## 0.5.0
410
### Patch Changes
511

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.5.0",
3+
"version": "0.6.0",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @graphprotocol/hypergraph
22

3+
## 0.6.0
4+
### Minor Changes
5+
6+
- cbc98ed: Introduced a cli tool and typesync studio UI to let users graphically visualize, update, and publish their hypergraph schemas.
7+
8+
1. install the latest `@graphprotocol/hypergraph` version: `pnpm add @graphprotocol/hypergraph@latest`
9+
2. add a script to your `package.json` to open the typesync studio: `"typesync": "hg typesync --open"`
10+
3. open your browser to http://localhost:3000
11+
4. view your current Hypergraph app schema, parsed from your `schema.ts` file
12+
5. update your schema, view existing types and properties on the Knowledge Graph. add types and properties.
13+
6. sync your schema updates to your schema.ts file
14+
7. publish your schema to the Knowledge Graph.
15+
316
## 0.5.0
417
### Minor Changes
518

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.5.0-alpha.3",
3+
"version": "0.6.0",
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)