Skip to content

Commit de2e491

Browse files
chore(release): update monorepo packages versions (#1907)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 14ac25c commit de2e491

8 files changed

+40
-31
lines changed

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

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

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

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

.changeset/afraid-cycles-act.md

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

.changeset/flat-spiders-grin.md

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

.changeset/spotty-geckos-wonder.md

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

.changeset/tricky-pumas-sip.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.95.0
4+
5+
### Minor Changes
6+
7+
- [#1899](https://github.com/graphprotocol/graph-tooling/pull/1899)
8+
[`8cdaf31`](https://github.com/graphprotocol/graph-tooling/commit/8cdaf31e78c7fb7bf7ef4f5380d0c72b2a05b08d)
9+
Thanks [@0237h](https://github.com/0237h)! - Add support for Sourcify contract information lookup
10+
11+
### Patch Changes
12+
13+
- [#1910](https://github.com/graphprotocol/graph-tooling/pull/1910)
14+
[`15384e6`](https://github.com/graphprotocol/graph-tooling/commit/15384e6bd8af6ba2ad07e9eb5a637d148fb39867)
15+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
16+
17+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/undici/v/7.2.3) (from
18+
`7.1.1`, in `dependencies`)
19+
20+
- [#1914](https://github.com/graphprotocol/graph-tooling/pull/1914)
21+
[`e63b483`](https://github.com/graphprotocol/graph-tooling/commit/e63b483612e74587b3d33b7ce6d5f3264096820f)
22+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - dependencies updates:
23+
24+
- Removed dependency
25+
[`binary-install@^1.1.0` ↗︎](https://www.npmjs.com/package/binary-install/v/1.1.0) (from
26+
`dependencies`)
27+
28+
- [#1914](https://github.com/graphprotocol/graph-tooling/pull/1914)
29+
[`e63b483`](https://github.com/graphprotocol/graph-tooling/commit/e63b483612e74587b3d33b7ce6d5f3264096820f)
30+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with graph test #1904
31+
32+
- [#1903](https://github.com/graphprotocol/graph-tooling/pull/1903)
33+
[`bcaad5e`](https://github.com/graphprotocol/graph-tooling/commit/bcaad5e077e485224c06842491145d05215f4c0e)
34+
Thanks [@0237h](https://github.com/0237h)! - Fix `import.meta.url` not being parsed as path
35+
properly
36+
37+
- [#1918](https://github.com/graphprotocol/graph-tooling/pull/1918)
38+
[`14ac25c`](https://github.com/graphprotocol/graph-tooling/commit/14ac25c1f08134d15410dad215cad8a9e941a105)
39+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with loud errors in
40+
`graph test`
41+
342
## 0.94.0
443

544
### Minor 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.94.0",
3+
"version": "0.95.0",
44
"type": "module",
55
"description": "CLI for building for and deploying to The Graph",
66
"repository": {

0 commit comments

Comments
 (0)