Skip to content

Commit 5a3ec86

Browse files
chore(release): update monorepo packages versions (#1613)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d132f9c commit 5a3ec86

File tree

18 files changed

+47
-35
lines changed

18 files changed

+47
-35
lines changed

.changeset/cold-shoes-thank.md

-6
This file was deleted.

.changeset/young-rockets-develop.md

-5
This file was deleted.

examples/arweave-blocks-transactions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"remove-local": "graph remove arweave-example --node http://localhost:8020"
2020
},
2121
"devDependencies": {
22-
"@graphprotocol/graph-cli": "0.68.5",
23-
"@graphprotocol/graph-ts": "0.33.0"
22+
"@graphprotocol/graph-cli": "0.69.0",
23+
"@graphprotocol/graph-ts": "0.34.0"
2424
}
2525
}

examples/cosmos-block-filtering/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"babel-register": "^6.26.0"
2525
},
2626
"devDependencies": {
27-
"@graphprotocol/graph-cli": "0.68.5",
28-
"@graphprotocol/graph-ts": "0.33.0",
27+
"@graphprotocol/graph-cli": "0.69.0",
28+
"@graphprotocol/graph-ts": "0.34.0",
2929
"mustache": "^4.2.0"
3030
}
3131
}

examples/cosmos-osmosis-token-swaps/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"babel-register": "^6.26.0"
2323
},
2424
"devDependencies": {
25-
"@graphprotocol/graph-cli": "0.68.5",
26-
"@graphprotocol/graph-ts": "0.33.0"
25+
"@graphprotocol/graph-cli": "0.69.0",
26+
"@graphprotocol/graph-ts": "0.34.0"
2727
}
2828
}

examples/cosmos-validator-delegations/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"babel-register": "^6.26.0"
2626
},
2727
"devDependencies": {
28-
"@graphprotocol/graph-cli": "0.68.5",
29-
"@graphprotocol/graph-ts": "0.33.0",
28+
"@graphprotocol/graph-cli": "0.69.0",
29+
"@graphprotocol/graph-ts": "0.34.0",
3030
"mustache": "^4.2.0"
3131
}
3232
}

examples/cosmos-validator-rewards/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"babel-register": "^6.26.0"
2525
},
2626
"devDependencies": {
27-
"@graphprotocol/graph-cli": "0.68.5",
28-
"@graphprotocol/graph-ts": "0.33.0",
27+
"@graphprotocol/graph-cli": "0.69.0",
28+
"@graphprotocol/graph-ts": "0.34.0",
2929
"mustache": "^4.2.0"
3030
}
3131
}

examples/ethereum-basic-event-handlers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"typescript": "^5.0.4"
3232
},
3333
"devDependencies": {
34-
"@graphprotocol/graph-cli": "0.68.5",
35-
"@graphprotocol/graph-ts": "0.33.0",
34+
"@graphprotocol/graph-cli": "0.69.0",
35+
"@graphprotocol/graph-ts": "0.34.0",
3636
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
3737
"apollo-fetch": "^0.7.0",
3838
"hardhat": "^2.22.1"

examples/ethereum-gravatar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020"
1919
},
2020
"devDependencies": {
21-
"@graphprotocol/graph-cli": "0.68.5",
22-
"@graphprotocol/graph-ts": "0.33.0",
21+
"@graphprotocol/graph-cli": "0.69.0",
22+
"@graphprotocol/graph-ts": "0.34.0",
2323
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
2424
"hardhat": "^2.13.1"
2525
}

examples/example-subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"codegen": "../../packages/cli/bin/run codegen --output-dir src/types/ subgraph.yaml"
1414
},
1515
"devDependencies": {
16-
"@graphprotocol/graph-ts": "0.33.0"
16+
"@graphprotocol/graph-ts": "0.34.0"
1717
}
1818
}

examples/matic-lens-protocol-posts-subgraph/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"test": "graph test"
1414
},
1515
"dependencies": {
16-
"@graphprotocol/graph-cli": "0.68.5",
17-
"@graphprotocol/graph-ts": "0.33.0"
16+
"@graphprotocol/graph-cli": "0.69.0",
17+
"@graphprotocol/graph-ts": "0.34.0"
1818
},
1919
"devDependencies": {
2020
"matchstick-as": "0.6.0"

examples/near-blocks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/graph-cli": "0.68.5",
21-
"@graphprotocol/graph-ts": "0.33.0"
20+
"@graphprotocol/graph-cli": "0.69.0",
21+
"@graphprotocol/graph-ts": "0.34.0"
2222
}
2323
}

examples/near-receipts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/graph-cli": "0.68.5",
21-
"@graphprotocol/graph-ts": "0.33.0"
20+
"@graphprotocol/graph-cli": "0.69.0",
21+
"@graphprotocol/graph-ts": "0.34.0"
2222
}
2323
}

examples/substreams-powered-subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"substreams:stream": "substreams run -e mainnet.eth.streamingfast.io:443 substreams.yaml graph_out -s 12292922 -t +10"
2020
},
2121
"devDependencies": {
22-
"@graphprotocol/graph-cli": "0.68.5"
22+
"@graphprotocol/graph-cli": "0.69.0"
2323
}
2424
}

packages/cli/CHANGELOG.md

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

3+
## 0.69.0
4+
5+
### Minor Changes
6+
7+
- [#1522](https://github.com/graphprotocol/graph-tooling/pull/1522)
8+
[`d132f9c`](https://github.com/graphprotocol/graph-tooling/commit/d132f9c9f6ea5283e40a8d913f3abefe5a8ad5f8)
9+
Thanks [@dotansimha](https://github.com/dotansimha)! - Added support for handling GraphQL
10+
`Timestamp` scalar as `i64` (AssemblyScript)
11+
12+
- [#1610](https://github.com/graphprotocol/graph-tooling/pull/1610)
13+
[`fc03add`](https://github.com/graphprotocol/graph-tooling/commit/fc03add1a8510afa49110481b486c8fa56f8c19f)
14+
Thanks [@yehia67](https://github.com/yehia67)! - Generate `docker-compose.yml` with `graph init`
15+
command
16+
317
## 0.68.5
418

519
### Patch 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.68.5",
3+
"version": "0.69.0",
44
"description": "CLI for building for and deploying to The Graph",
55
"license": "(Apache-2.0 OR MIT)",
66
"engines": {

packages/ts/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphprotocol/graph-ts
22

3+
## 0.34.0
4+
5+
### Minor Changes
6+
7+
- [#1522](https://github.com/graphprotocol/graph-tooling/pull/1522)
8+
[`d132f9c`](https://github.com/graphprotocol/graph-tooling/commit/d132f9c9f6ea5283e40a8d913f3abefe5a8ad5f8)
9+
Thanks [@dotansimha](https://github.com/dotansimha)! - Added support for handling GraphQL
10+
`Timestamp` scalar as `i64` (AssemblyScript)
11+
312
## 0.33.0
413

514
### Minor Changes

packages/ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/graph-ts",
3-
"version": "0.33.0",
3+
"version": "0.34.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)