Skip to content

Commit 5237e9d

Browse files
chore(release): update monorepo packages versions (#1975)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 09b6be6 commit 5237e9d

14 files changed

+39
-63
lines changed

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

-7
This file was deleted.

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

-5
This file was deleted.

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

-5
This file was deleted.

.changeset/flat-hairs-study.md

-5
This file was deleted.

.changeset/nervous-garlics-cover.md

-5
This file was deleted.

.changeset/new-rules-bake.md

-5
This file was deleted.

.changeset/plenty-dancers-trade.md

-5
This file was deleted.

.changeset/purple-files-think.md

-5
This file was deleted.

.changeset/red-roses-speak.md

-5
This file was deleted.

.changeset/short-coins-deny.md

-5
This file was deleted.

.changeset/sweet-spoons-accept.md

-5
This file was deleted.

.changeset/tangy-pants-buy.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# @graphprotocol/graph-cli
22

3+
## 0.97.0
4+
5+
### Minor Changes
6+
7+
- [#1993](https://github.com/graphprotocol/graph-tooling/pull/1993) [`3e04952`](https://github.com/graphprotocol/graph-tooling/commit/3e04952766d15bc73b5d1aed6bf7fe915c37863b) Thanks [@incrypto32](https://github.com/incrypto32)! - Composed subgraphs are modified to only accept immutable entites as triggers from a source subgraph
8+
9+
- [#1994](https://github.com/graphprotocol/graph-tooling/pull/1994) [`2946073`](https://github.com/graphprotocol/graph-tooling/commit/2946073875048e0fe41536ad982a118ef826bb6b) Thanks [@isum](https://github.com/isum)! - require immutable flag on entities
10+
11+
### Patch Changes
12+
13+
- [#1956](https://github.com/graphprotocol/graph-tooling/pull/1956) [`59ad5f0`](https://github.com/graphprotocol/graph-tooling/commit/59ad5f06f45cd8d9842156d58f5047040f2cc1dd) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
14+
15+
- Updated dependency [`@oclif/[email protected]` ↗︎](https://www.npmjs.com/package/@oclif/core/v/4.2.8) (from `4.2.6`, in `dependencies`)
16+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/docker-compose/v/1.1.1) (from `1.1.0`, in `dependencies`)
17+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/prettier/v/3.5.2) (from `3.4.2`, in `dependencies`)
18+
19+
- [#1978](https://github.com/graphprotocol/graph-tooling/pull/1978) [`d360f11`](https://github.com/graphprotocol/graph-tooling/commit/d360f11328d32d11246ce5101a168081fedb720a) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
20+
21+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/undici/v/7.4.0) (from `7.3.0`, in `dependencies`)
22+
23+
- [#1979](https://github.com/graphprotocol/graph-tooling/pull/1979) [`3f78ac2`](https://github.com/graphprotocol/graph-tooling/commit/3f78ac20925af23df24afec2966d26fc002e3195) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
24+
25+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/prettier/v/3.5.3) (from `3.5.2`, in `dependencies`)
26+
27+
- [#1969](https://github.com/graphprotocol/graph-tooling/pull/1969) [`5ffce65`](https://github.com/graphprotocol/graph-tooling/commit/5ffce651d11a68b8eae743785311eac74c8da563) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - handle sized arrays in abi when changetype
28+
29+
- [#1967](https://github.com/graphprotocol/graph-tooling/pull/1967) [`388ee5a`](https://github.com/graphprotocol/graph-tooling/commit/388ee5a52a150bcd1ce544278f85242ea0498dcf) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - show sourcify fetch status
30+
31+
- [#1934](https://github.com/graphprotocol/graph-tooling/pull/1934) [`30f2aa5`](https://github.com/graphprotocol/graph-tooling/commit/30f2aa500db1b708f38ba6ee7ce7b0e7660cc40b) Thanks [@shiyasmohd](https://github.com/shiyasmohd)! - fix: generate types for mappings when int8 is used as id
32+
33+
- [#1977](https://github.com/graphprotocol/graph-tooling/pull/1977) [`030a7f0`](https://github.com/graphprotocol/graph-tooling/commit/030a7f0d12b7fc178f1e6543e8795511e90b9bc3) Thanks [@idalithb](https://github.com/idalithb)! - Added subgraph composition examples
34+
35+
- [#1971](https://github.com/graphprotocol/graph-tooling/pull/1971) [`4e2b689`](https://github.com/graphprotocol/graph-tooling/commit/4e2b689d90e91b40b6bb4b0af76e42973582ebf7) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - `graph codegen`: fix bug with id field clash in example entity
36+
37+
- [#1966](https://github.com/graphprotocol/graph-tooling/pull/1966) [`84b0d21`](https://github.com/graphprotocol/graph-tooling/commit/84b0d21f60da67295d41f096211d31cd0cd432cb) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - handle invalid characters in contract name #1883
38+
39+
- [#1974](https://github.com/graphprotocol/graph-tooling/pull/1974) [`31c25e7`](https://github.com/graphprotocol/graph-tooling/commit/31c25e74569035209e768332556ad358cb11258d) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - handle non-standard Etherscan API responses, i.e. kaia
40+
341
## 0.96.0
442

543
### Minor Changes

packages/cli/package.json

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

0 commit comments

Comments
 (0)