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
7 changes: 0 additions & 7 deletions .changeset/bitter-dancers-lead.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/mighty-days-poke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pretty-showers-tap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-jeans-reply.md

This file was deleted.

12 changes: 11 additions & 1 deletion apps/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# connect

## 0.1.2
### Patch Changes

- Updated dependencies [cb54727]
- Updated dependencies [c0035eb]
- Updated dependencies [f8ccaed]
- Updated dependencies [a755f7c]
- @graphprotocol/hypergraph-react@0.3.0
- @graphprotocol/hypergraph@0.3.0

## 0.1.1
### Patch Changes

- Updated dependencies [8622688]
- @graphprotocol/hypergraph-react@1.0.0
- @graphprotocol/hypergraph-react@0.2.0
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

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

This line appears to be correcting a previous incorrect version reference from 1.0.0 to 0.2.0, but this correction may be inaccurate since the hypergraph-react package is being updated to 0.3.0 in this release. The changelog should reflect the actual version that was released.

Suggested change
- @graphprotocol/hypergraph-react@0.2.0
- @graphprotocol/hypergraph-react@0.3.0

Copilot uses AI. Check for mistakes.
- @graphprotocol/hypergraph@0.2.0

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

## 0.1.2
### Patch Changes

- Updated dependencies [cb54727]
- Updated dependencies [c0035eb]
- Updated dependencies [f8ccaed]
- @graphprotocol/hypergraph@0.3.0

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

## 0.3.0
### Minor Changes

- cb54727: rename Type.Text to Type.String
- c0035eb: rename Type.Checkbox to Type.Boolean

### Patch Changes

- f8ccaed: add Type.optional
- a755f7c: update default sync server url
- Updated dependencies [cb54727]
- Updated dependencies [c0035eb]
- Updated dependencies [f8ccaed]
- @graphprotocol/hypergraph@0.3.0

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

## 0.3.0
### Minor Changes

- cb54727: rename Type.Text to Type.String
- c0035eb: rename Type.Checkbox to Type.Boolean

### Patch Changes

- f8ccaed: add Type.optional

## 0.2.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.2.0",
"version": "0.3.0",
"description": "SDK for building performant, type-safe, local-first dapps on top of The Graph ecosystem knowledge graphs.",
"publishConfig": {
"access": "public",
Expand Down
Loading