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
8 changes: 0 additions & 8 deletions .changeset/many-times-wash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/poor-moons-hunt.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.8
### Patch Changes

- Updated dependencies [0546a02]
- Updated dependencies [2baa671]
- @graphprotocol/[email protected]
- @graphprotocol/[email protected]

## 0.2.7
### 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.7",
"version": "0.2.8",
"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.11
### Patch Changes

- Updated dependencies [0546a02]
- Updated dependencies [2baa671]
- @graphprotocol/[email protected]

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

## 0.5.3
### Patch Changes

- 0546a02: upgrade dependencies

## 0.5.2
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/create-hypergraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-hypergraph",
"version": "0.5.2",
"version": "0.5.3",
"description": "CLI toolchain to scaffold a Hypergraph-enabled application with a given template.",
"type": "module",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/hypergraph-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphprotocol/hypergraph-react

## 0.6.3
### Patch Changes

- 0546a02: upgrade dependencies
- Updated dependencies [0546a02]
- Updated dependencies [2baa671]
- @graphprotocol/[email protected]

## 0.6.2
### 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.2",
"version": "0.6.3",
"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.6.3
### Patch Changes

- 0546a02: upgrade dependencies
- 2baa671: Removed Url from the TypeSelect in typesync-studio

## 0.6.2
### Patch 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.2",
"version": "0.6.3",
"description": "SDK for building performant, type-safe, local-first dapps on top of The Graph ecosystem knowledge graphs.",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hypergraph/src/cli/Cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ const hypergraph = Command.make('hypergraph').pipe(

export const run = Command.run(hypergraph, {
name: 'hypergraph',
version: '0.6.2',
version: '0.6.3',
});
Loading