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
6 changes: 0 additions & 6 deletions .changeset/fair-weeks-double.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/lovely-beans-stick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-eagles-crash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-ghosts-clean.md

This file was deleted.

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

## 0.1.3
### Patch Changes

- f4fd295: update grc-20 library
- Updated dependencies [b37483e]
- Updated dependencies [f4fd295]
- Updated dependencies [3f91e84]
- @graphprotocol/[email protected]
- @graphprotocol/[email protected]

## 0.1.2

### 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.1.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"dev": "vite --force",
Expand Down
7 changes: 7 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# server

## 0.1.3
### Patch Changes

- Updated dependencies [b37483e]
- Updated dependencies [f4fd295]
- @graphprotocol/[email protected]

## 0.1.2
### 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.2",
"version": "0.1.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/hypergraph-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphprotocol/hypergraph-react

## 0.3.1
### Patch Changes

- f4fd295: update grc-20 library
- 3f91e84: Add usePublishToPublicSpace hook
- Updated dependencies [b37483e]
- Updated dependencies [f4fd295]
- @graphprotocol/[email protected]

## 0.3.0
### Minor 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.3.0",
"version": "0.3.1",
"description": "React implementation and additional functionality, components, and hooks for the hypergraph SDK framework",
"keywords": [
"Web3",
Expand Down
6 changes: 6 additions & 0 deletions packages/hypergraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/hypergraph

## 0.3.1
### Patch Changes

- b37483e: export Id (re-exported from grc-20)
- f4fd295: update grc-20 library

## 0.3.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.3.0",
"version": "0.3.1",
"description": "SDK for building performant, type-safe, local-first dapps on top of The Graph ecosystem knowledge graphs.",
"publishConfig": {
"bin": {
Expand Down
5 changes: 5 additions & 0 deletions packages/typesync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @graphprotocol/typesync

## 0.1.1
### Patch Changes

- f4fd295: update grc-20 library

## 0.1.0
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/typesync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/typesync",
"version": "0.1.0",
"version": "0.1.1",
"description": "Package for generating the mappings used within the hypergraph ecosystem that is used to query for entities on the Knowledge Graph by the grc-20 id's.",
"publishConfig": {
"access": "public",
Expand Down
Loading