Skip to content

Commit 0d66ecc

Browse files
chore(release): update monorepo packages versions
1 parent 7faa309 commit 0d66ecc

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

.changeset/green-islands-wink.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.92.0
4+
5+
### Minor Changes
6+
7+
- [#1775](https://github.com/graphprotocol/graph-tooling/pull/1775)
8+
[`7faa309`](https://github.com/graphprotocol/graph-tooling/commit/7faa3098b2e6c61f09fc81b8b2d333e66b0080d1)
9+
Thanks [@0237h](https://github.com/0237h)! - Update all dependencies
10+
311
## 0.91.1
412

513
### 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.91.1",
3+
"version": "0.92.0",
44
"type": "module",
55
"description": "CLI for building for and deploying to The Graph",
66
"license": "(Apache-2.0 OR MIT)",

packages/ts/CHANGELOG.md

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

3+
## 0.37.0
4+
5+
### Minor Changes
6+
7+
- [#1775](https://github.com/graphprotocol/graph-tooling/pull/1775)
8+
[`7faa309`](https://github.com/graphprotocol/graph-tooling/commit/7faa3098b2e6c61f09fc81b8b2d333e66b0080d1)
9+
Thanks [@0237h](https://github.com/0237h)! - Update all dependencies
10+
311
## 0.36.0
412

513
### Minor 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.36.0",
3+
"version": "0.37.0",
44
"description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
55
"main": "index.ts",
66
"module": "index.ts",

0 commit comments

Comments
 (0)