Skip to content
Open
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/@graphprotocol_graph-cli-2041-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/easy-ideas-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-cows-tie.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphprotocol/graph-cli

## 0.98.0

### Minor Changes

- [#2041](https://github.com/graphprotocol/graph-tooling/pull/2041) [`42f3803`](https://github.com/graphprotocol/graph-tooling/commit/42f3803346cb7a35f4a37be6eee2f255c9332d90) Thanks [@incrypto32](https://github.com/incrypto32)! - Add a new command to install graph-node dev binary (gnd)

### Patch Changes

- [#2041](https://github.com/graphprotocol/graph-tooling/pull/2041) [`42f3803`](https://github.com/graphprotocol/graph-tooling/commit/42f3803346cb7a35f4a37be6eee2f255c9332d90) Thanks [@incrypto32](https://github.com/incrypto32)! - dependencies updates:
- Added dependency [`decompress@^4.2.1` ↗︎](https://www.npmjs.com/package/decompress/v/4.2.1) (to `dependencies`)
- Added dependency [`progress@^2.0.3` ↗︎](https://www.npmjs.com/package/progress/v/2.0.3) (to `dependencies`)

## 0.97.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-cli",
"version": "0.97.1",
"version": "0.98.0",
"type": "module",
"description": "CLI for building for and deploying to The Graph",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/graph-ts

## 0.38.2

### Patch Changes

- [#2008](https://github.com/graphprotocol/graph-tooling/pull/2008) [`b9b911e`](https://github.com/graphprotocol/graph-tooling/commit/b9b911e67a5fd404696c1e3d2e68539b1f478724) Thanks [@PaulRBerg](https://github.com/PaulRBerg)! - fixed log namespace reference

## 0.38.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-ts",
"version": "0.38.1",
"version": "0.38.2",
"description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
"repository": {
"type": "git",
Expand Down