Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/tame-horses-try.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# connect

## 0.2.5
### Patch Changes

- Updated dependencies [cbc98ed]
- @graphprotocol/[email protected]

## 0.2.4
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion apps/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "connect",
"private": true,
"version": "0.2.4",
"version": "0.2.5",
"type": "module",
"scripts": {
"dev": "vite --force",
Expand Down
6 changes: 6 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# server

## 0.1.8
### Patch Changes

- Updated dependencies [cbc98ed]
- @graphprotocol/[email protected]

## 0.1.7
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/hypergraph-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/hypergraph-react

## 0.6.0
### Patch Changes

- Updated dependencies [cbc98ed]
- @graphprotocol/[email protected]

## 0.5.0
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/hypergraph-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/hypergraph-react",
"version": "0.5.0",
"version": "0.6.0",
"description": "React implementation and additional functionality, components, and hooks for the hypergraph SDK framework",
"keywords": [
"Web3",
Expand Down
13 changes: 13 additions & 0 deletions packages/hypergraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphprotocol/hypergraph

## 0.6.0
### Minor Changes

- cbc98ed: Introduced a cli tool and typesync studio UI to let users graphically visualize, update, and publish their hypergraph schemas.

1. install the latest `@graphprotocol/hypergraph` version: `pnpm add @graphprotocol/hypergraph@latest`
2. add a script to your `package.json` to open the typesync studio: `"typesync": "hg typesync --open"`
3. open your browser to http://localhost:3000
4. view your current Hypergraph app schema, parsed from your `schema.ts` file
5. update your schema, view existing types and properties on the Knowledge Graph. add types and properties.
6. sync your schema updates to your schema.ts file
7. publish your schema to the Knowledge Graph.

## 0.5.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/hypergraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/hypergraph",
"version": "0.5.0-alpha.3",
"version": "0.6.0",
"description": "SDK for building performant, type-safe, local-first dapps on top of The Graph ecosystem knowledge graphs.",
"publishConfig": {
"bin": {
Expand Down
Loading