Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1780)
Browse files Browse the repository at this point in the history
Hide IPFS flag for subgraph datasource feature

Feature is not ready yet do hide from command help.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and 0237h committed Dec 5, 2024
1 parent e8218ee commit 425d77f
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/quick-bats-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-crews-study.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphprotocol/graph-cli

## 0.91.0

### Minor Changes

- [#1754](https://github.com/graphprotocol/graph-tooling/pull/1754)
[`2050bf6`](https://github.com/graphprotocol/graph-tooling/commit/2050bf6259c19bd86a7446410c7e124dfaddf4cd)
Thanks [@incrypto32](https://github.com/incrypto32)! - Add support for subgraph datasource and
associated types.

- [#1781](https://github.com/graphprotocol/graph-tooling/pull/1781)
[`e8218ee`](https://github.com/graphprotocol/graph-tooling/commit/e8218eedec4292a95957efc5cadcbcf5280c0375)
Thanks [@alinobrasil](https://github.com/alinobrasil)! - added rpc and api urls for
botanix-testnet

## 0.90.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-cli",
"version": "0.90.1",
"version": "0.91.0",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/commands/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default class CodegenCommand extends Command {
summary: 'IPFS node to use for fetching subgraph data.',
char: 'i',
default: DEFAULT_IPFS_URL,
hidden: true
}),
'uncrashable-config': Flags.file({
summary: 'Directory for uncrashable config.',
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export default class InitCommand extends Command {
summary: 'IPFS node to use for fetching subgraph data.',
char: 'i',
default: DEFAULT_IPFS_URL,
hidden: true
}),
};

Expand Down
9 changes: 9 additions & 0 deletions packages/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphprotocol/graph-ts

## 0.36.0

### Minor Changes

- [#1754](https://github.com/graphprotocol/graph-tooling/pull/1754)
[`2050bf6`](https://github.com/graphprotocol/graph-tooling/commit/2050bf6259c19bd86a7446410c7e124dfaddf4cd)
Thanks [@incrypto32](https://github.com/incrypto32)! - Add support for subgraph datasource and
associated types.

## 0.35.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-ts",
"version": "0.35.1",
"version": "0.36.0",
"description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
"main": "index.ts",
"module": "index.ts",
Expand Down

0 comments on commit 425d77f

Please sign in to comment.