Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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/hungry-monkeys-shine.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-teams-dig.md

This file was deleted.

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

## 0.2.6
### Patch Changes

- Updated dependencies [8ab0100]
- Updated dependencies [c476388]
- @graphprotocol/hypergraph@0.6.1
- @graphprotocol/hypergraph-react@0.6.1

## 0.2.5
### 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.5",
"version": "0.2.6",
"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.9
### Patch Changes

- Updated dependencies [8ab0100]
- @graphprotocol/[email protected]

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

## 0.6.1
### Patch Changes

- c476388: fix type for useQuery filter option to allwo for or/not operators
- Updated dependencies [8ab0100]
- @graphprotocol/hypergraph@0.6.1

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

## 0.6.1
### Patch Changes

- 8ab0100: fixes loading the initial schema in typesync

## 0.6.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.6.0",
"version": "0.6.1",
"description": "SDK for building performant, type-safe, local-first dapps on top of The Graph ecosystem knowledge graphs.",
"publishConfig": {
"bin": {
Expand Down
1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ packages:
- apps/*
- apps/create-hypergraph/template-*
- packages/*
- packages/*/*
Copy link
Collaborator Author

@nikgraf nikgraf Aug 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cmwhited I had to take out this line again. Otherwise changeset version did not work anymore for the two packages. Why did you add it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see now … because of typesync studio. We definitely need to rearchitecture next week and create a flat structure.

typesync-studio and the templates cause plenty of monorepo issues -> docker build and changesets

- docs

onlyBuiltDependencies:
Expand Down
Loading