Skip to content

Commit 0aab703

Browse files
committed
chore(release): update monorepo packages versions
1 parent 42f3803 commit 0aab703

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

.changeset/@graphprotocol_graph-cli-2041-dependencies.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/easy-ideas-kick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-cows-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphprotocol/graph-cli
22

3+
## 0.98.0
4+
5+
### Minor Changes
6+
7+
- [#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)
8+
9+
### Patch Changes
10+
11+
- [#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:
12+
- Added dependency [`decompress@^4.2.1` ↗︎](https://www.npmjs.com/package/decompress/v/4.2.1) (to `dependencies`)
13+
- Added dependency [`progress@^2.0.3` ↗︎](https://www.npmjs.com/package/progress/v/2.0.3) (to `dependencies`)
14+
315
## 0.97.1
416

517
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/graph-cli",
3-
"version": "0.97.1",
3+
"version": "0.98.0",
44
"type": "module",
55
"description": "CLI for building for and deploying to The Graph",
66
"repository": {

packages/ts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/graph-ts
22

3+
## 0.38.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.38.1
410

511
### Patch Changes

packages/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/graph-ts",
3-
"version": "0.38.1",
3+
"version": "0.38.2",
44
"description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)