Skip to content

Commit c09b56b

Browse files
Revert "chore(release): update monorepo packages versions" (#1843) [no ci]
This reverts commit b9d1441.
1 parent b9d1441 commit c09b56b

9 files changed

+34
-44
lines changed

.changeset/green-islands-wink.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphprotocol/graph-cli': minor
3+
'@graphprotocol/graph-ts': minor
4+
---
5+
6+
Update all dependencies

.changeset/heavy-socks-cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/graph-cli': patch
3+
---
4+
5+
Fix `graph add` flag parameters parsing

.changeset/new-gorillas-scream.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@graphprotocol/graph-cli': minor
3+
---
4+
5+
- add networks registry support
6+
- improve `graph init` flow
7+
- filter through the networks as you type
8+
- more information about the networks
9+
- remove unnecessary options depending on the selection
10+
- ESC key to go back
11+
- allow specifying ipfs/url for substreams package

.changeset/short-keys-boil.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/graph-cli': patch
3+
---
4+
5+
fix bug with clashing \_id field name in schema

.changeset/swift-jobs-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/graph-cli': patch
3+
---
4+
5+
fix generated example entity id uniqueness

packages/cli/CHANGELOG.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,5 @@
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-
11-
- [#1788](https://github.com/graphprotocol/graph-tooling/pull/1788)
12-
[`edb601d`](https://github.com/graphprotocol/graph-tooling/commit/edb601dbe29e3bab1ae356b4c94d4356f84929d6)
13-
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - - add networks registry support
14-
- improve `graph init` flow
15-
- filter through the networks as you type
16-
- more information about the networks
17-
- remove unnecessary options depending on the selection
18-
- ESC key to go back
19-
- allow specifying ipfs/url for substreams package
20-
21-
### Patch Changes
22-
23-
- [#1778](https://github.com/graphprotocol/graph-tooling/pull/1778)
24-
[`5900f09`](https://github.com/graphprotocol/graph-tooling/commit/5900f0948711285018b639219d1b33536c2ac69e)
25-
Thanks [@briceyan](https://github.com/briceyan)! - Fix `graph add` flag parameters parsing
26-
27-
- [#1810](https://github.com/graphprotocol/graph-tooling/pull/1810)
28-
[`c301481`](https://github.com/graphprotocol/graph-tooling/commit/c301481d4350e3eb89074d3d0407520222bd810b)
29-
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with clashing \_id field name
30-
in schema
31-
32-
- [#1835](https://github.com/graphprotocol/graph-tooling/pull/1835)
33-
[`299c75b`](https://github.com/graphprotocol/graph-tooling/commit/299c75b4649a452aabc8933460e04f21bf1c3058)
34-
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix generated example entity id
35-
uniqueness
36-
373
## 0.91.1
384

395
### 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.92.0",
3+
"version": "0.91.1",
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: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
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-
113
## 0.36.0
124

135
### 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.37.0",
3+
"version": "0.36.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)