Skip to content

Commit 6883165

Browse files
chore(release): update monorepo packages versions (#1587)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0075f06 commit 6883165

File tree

14 files changed

+20
-17
lines changed

14 files changed

+20
-17
lines changed

.changeset/four-baboons-ring.md

-5
This file was deleted.

examples/arweave-blocks-transactions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
},
2121
"devDependencies": {
2222
"@graphprotocol/graph-cli": "0.68.0",
23-
"@graphprotocol/graph-ts": "0.32.0"
23+
"@graphprotocol/graph-ts": "0.33.0"
2424
}
2525
}

examples/cosmos-block-filtering/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@graphprotocol/graph-cli": "0.68.0",
28-
"@graphprotocol/graph-ts": "0.32.0",
28+
"@graphprotocol/graph-ts": "0.33.0",
2929
"mustache": "^4.2.0"
3030
}
3131
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
},
2424
"devDependencies": {
2525
"@graphprotocol/graph-cli": "0.68.0",
26-
"@graphprotocol/graph-ts": "0.32.0"
26+
"@graphprotocol/graph-ts": "0.33.0"
2727
}
2828
}

examples/cosmos-validator-delegations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@graphprotocol/graph-cli": "0.68.0",
29-
"@graphprotocol/graph-ts": "0.32.0",
29+
"@graphprotocol/graph-ts": "0.33.0",
3030
"mustache": "^4.2.0"
3131
}
3232
}

examples/cosmos-validator-rewards/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@graphprotocol/graph-cli": "0.68.0",
28-
"@graphprotocol/graph-ts": "0.32.0",
28+
"@graphprotocol/graph-ts": "0.33.0",
2929
"mustache": "^4.2.0"
3030
}
3131
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@graphprotocol/graph-cli": "0.68.0",
35-
"@graphprotocol/graph-ts": "0.32.0",
35+
"@graphprotocol/graph-ts": "0.33.0",
3636
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
3737
"apollo-fetch": "^0.7.0",
3838
"hardhat": "^2.13.1"

examples/ethereum-gravatar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@graphprotocol/graph-cli": "0.68.0",
22-
"@graphprotocol/graph-ts": "0.32.0",
22+
"@graphprotocol/graph-ts": "0.33.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.32.0"
16+
"@graphprotocol/graph-ts": "0.33.0"
1717
}
1818
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@graphprotocol/graph-cli": "0.68.0",
17-
"@graphprotocol/graph-ts": "0.32.0"
17+
"@graphprotocol/graph-ts": "0.33.0"
1818
},
1919
"devDependencies": {
2020
"matchstick-as": "0.6.0"

examples/near-blocks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/graph-cli": "0.68.0",
21-
"@graphprotocol/graph-ts": "0.32.0"
21+
"@graphprotocol/graph-ts": "0.33.0"
2222
}
2323
}

examples/near-receipts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/graph-cli": "0.68.0",
21-
"@graphprotocol/graph-ts": "0.32.0"
21+
"@graphprotocol/graph-ts": "0.33.0"
2222
}
2323
}

packages/ts/CHANGELOG.md

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

3+
## 0.33.0
4+
5+
### Minor Changes
6+
7+
- [#1584](https://github.com/graphprotocol/graph-tooling/pull/1584)
8+
[`0075f06`](https://github.com/graphprotocol/graph-tooling/commit/0075f06ddaa6d37606e42e1c12d11d19674d00ad)
9+
Thanks [@incrypto32](https://github.com/incrypto32)! - Added getBalance call to ethereum API
10+
311
## 0.32.0
412

513
### 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.32.0",
3+
"version": "0.33.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)