Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1638)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 23, 2024
1 parent 1fb675c commit b9e7604
Show file tree
Hide file tree
Showing 20 changed files with 53 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-walls-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-lamps-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-trees-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-experts-fly.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/arweave-blocks-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"remove-local": "graph remove arweave-example --node http://localhost:8020"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.70.0",
"@graphprotocol/graph-ts": "0.35.0"
"@graphprotocol/graph-cli": "0.71.0",
"@graphprotocol/graph-ts": "0.35.1"
}
}
4 changes: 2 additions & 2 deletions examples/cosmos-block-filtering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"babel-register": "^6.26.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.70.0",
"@graphprotocol/graph-ts": "0.35.0",
"@graphprotocol/graph-cli": "0.71.0",
"@graphprotocol/graph-ts": "0.35.1",
"mustache": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/cosmos-osmosis-token-swaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-register": "^6.26.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.70.0",
"@graphprotocol/graph-ts": "0.35.0"
"@graphprotocol/graph-cli": "0.71.0",
"@graphprotocol/graph-ts": "0.35.1"
}
}
4 changes: 2 additions & 2 deletions examples/cosmos-validator-delegations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"babel-register": "^6.26.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.70.0",
"@graphprotocol/graph-ts": "0.35.0",
"@graphprotocol/graph-cli": "0.71.0",
"@graphprotocol/graph-ts": "0.35.1",
"mustache": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/cosmos-validator-rewards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"babel-register": "^6.26.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.70.0",
"@graphprotocol/graph-ts": "0.35.0",
"@graphprotocol/graph-cli": "0.71.0",
"@graphprotocol/graph-ts": "0.35.1",
"mustache": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/ethereum-basic-event-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"typescript": "^5.0.4"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.70.0",
"@graphprotocol/graph-ts": "0.35.0",
"@graphprotocol/graph-cli": "0.71.0",
"@graphprotocol/graph-ts": "0.35.1",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"apollo-fetch": "^0.7.0",
"hardhat": "^2.22.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/ethereum-gravatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.70.0",
"@graphprotocol/graph-ts": "0.35.0",
"@graphprotocol/graph-cli": "0.71.0",
"@graphprotocol/graph-ts": "0.35.1",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"hardhat": "^2.13.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/example-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"codegen": "../../packages/cli/bin/run codegen --output-dir src/types/ subgraph.yaml"
},
"devDependencies": {
"@graphprotocol/graph-ts": "0.35.0"
"@graphprotocol/graph-ts": "0.35.1"
}
}
4 changes: 2 additions & 2 deletions examples/matic-lens-protocol-posts-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.70.0",
"@graphprotocol/graph-ts": "0.35.0"
"@graphprotocol/graph-cli": "0.71.0",
"@graphprotocol/graph-ts": "0.35.1"
},
"devDependencies": {
"matchstick-as": "0.6.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/near-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.70.0",
"@graphprotocol/graph-ts": "0.35.0"
"@graphprotocol/graph-cli": "0.71.0",
"@graphprotocol/graph-ts": "0.35.1"
}
}
4 changes: 2 additions & 2 deletions examples/near-receipts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.70.0",
"@graphprotocol/graph-ts": "0.35.0"
"@graphprotocol/graph-cli": "0.71.0",
"@graphprotocol/graph-ts": "0.35.1"
}
}
2 changes: 1 addition & 1 deletion examples/substreams-powered-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"substreams:stream": "substreams run -e mainnet.eth.streamingfast.io:443 substreams.yaml graph_out -s 12292922 -t +10"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.70.0"
"@graphprotocol/graph-cli": "0.71.0"
}
}
21 changes: 21 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @graphprotocol/graph-cli

## 0.71.0

### Minor Changes

- [#1598](https://github.com/graphprotocol/graph-tooling/pull/1598)
[`7d4208a`](https://github.com/graphprotocol/graph-tooling/commit/7d4208aa1a1d376d7b230df7d86d9ec5864e18a8)
Thanks [@incrypto32](https://github.com/incrypto32)! - Allow topic filters in event handlers

### Patch Changes

- [#1634](https://github.com/graphprotocol/graph-tooling/pull/1634)
[`f256475`](https://github.com/graphprotocol/graph-tooling/commit/f2564757ba8007025f8745c9162ba4143ff58548)
Thanks [@joshuanazareth97](https://github.com/joshuanazareth97)! - Order list of evm chains in
graph init command

- [#1640](https://github.com/graphprotocol/graph-tooling/pull/1640)
[`1fb675c`](https://github.com/graphprotocol/graph-tooling/commit/1fb675ce51076c5edbdb64c116b0d7feed0d939a)
Thanks [@Shiyasmohd](https://github.com/Shiyasmohd)! - Added Etherscan like API url and Public RPC
endpoints for Polygon Amoy,Gnosis Chiado,Mode Mainnet, Mode Sepolia chains for fetching startBlock
and ABI

## 0.70.0

### Minor 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.70.0",
"version": "0.71.0",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphprotocol/graph-ts

## 0.35.1

### Patch Changes

- [#1637](https://github.com/graphprotocol/graph-tooling/pull/1637)
[`f0c583f`](https://github.com/graphprotocol/graph-tooling/commit/f0c583f00c90e917d87b707b5b7a892ad0da916f)
Thanks [@incrypto32](https://github.com/incrypto32)! - Update return type for ethereum.hasCode

## 0.35.0

### Minor 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.0",
"version": "0.35.1",
"description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
"main": "index.ts",
"module": "index.ts",
Expand Down

0 comments on commit b9e7604

Please sign in to comment.