Skip to content

Commit 02a034a

Browse files
committed
chore: update package version
Signed-off-by: Tomás Migone <[email protected]>
1 parent bce23cd commit 02a034a

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

packages/common-ts/CHANGELOG.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [2.0.4-testnet-scratch1] - 2022-08-30
8-
### Changed
9-
- Update to use @graphprotocol/contracts@2.0.4-testnet-scratch1
10-
11-
## [2.0.3-testnet-scratch1] - 2022-08-30
12-
### Fixed
13-
- Fixed a bug where L2 graph token would initialize with L1 address.
14-
15-
## [2.0.2-testnet-scratch1] - 2022-08-30
16-
### Fixed
17-
- Don't require L1Reservoir to be deployed (not deployed in scratch1)
18-
19-
## [2.0.1-testnet-scratch1] - 2022-08-29
7+
## [2.0.0-testnet] - 2022-11-09
208
### Changed
219
- Add support for L2 contracts
2210
- Add GraphChain utils
23-
- Update @graphprotocol/contracts to v2.0.2-testnet-scratch1
11+
- Update @graphprotocol/contracts to v2.0.0-testnet
2412

2513
## [Unreleased]
2614
### Changed

packages/common-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/common-ts",
3-
"version": "2.0.4-testnet-scratch1",
3+
"version": "2.0.0-testnet",
44
"description": "Common TypeScript library for Graph Protocol components",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"test:watch": "jest --watch --passWithNoTests --detectOpenHandles --verbose"
1717
},
1818
"dependencies": {
19-
"@graphprotocol/contracts": "^2.0.4-testnet-scratch1",
19+
"@graphprotocol/contracts": "^2.0.0-testnet",
2020
"@graphprotocol/pino-sentry-simple": "0.7.1",
2121
"@urql/core": "2.4.4",
2222
"@urql/exchange-execute": "1.2.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -647,10 +647,10 @@
647647
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
648648
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
649649

650-
"@graphprotocol/contracts@^2.0.4-testnet-scratch1":
651-
version "2.0.4-testnet-scratch1"
652-
resolved "https://registry.yarnpkg.com/@graphprotocol/contracts/-/contracts-2.0.4-testnet-scratch1.tgz#a9fae510eb0cbaafcbc55e0ebdff63b9281fffdb"
653-
integrity sha512-yRqwp3nxL9Cs+rKt6PxMualH2kF5n0gIDGtYifGYd/UDbb6hXV4lkhKds9es69SUa0EHs5bjILZh7ourwMSeTg==
650+
"@graphprotocol/contracts@^2.0.0-testnet":
651+
version "2.0.0-testnet"
652+
resolved "https://registry.yarnpkg.com/@graphprotocol/contracts/-/contracts-2.0.0-testnet.tgz#95f3156a03bffc754f523240bf47801a4cbc7eca"
653+
integrity sha512-ZJ/dxGeSnN4cFI7HGUcU2HBe7hZtNat/5UX2B4f27sQyfV9IJBcXy+6wBugn97rmZFPGj3yk7K1PMvJVVOFKpA==
654654
dependencies:
655655
ethers "^5.6.0"
656656

0 commit comments

Comments
 (0)