Skip to content

Commit

Permalink
chore: update package version
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
  • Loading branch information
tmigone committed Nov 9, 2022
1 parent 56708ff commit a3ca070
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
16 changes: 2 additions & 14 deletions packages/common-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.4-testnet-scratch1] - 2022-08-30
### Changed
- Update to use @graphprotocol/contracts@2.0.4-testnet-scratch1

## [2.0.3-testnet-scratch1] - 2022-08-30
### Fixed
- Fixed a bug where L2 graph token would initialize with L1 address.

## [2.0.2-testnet-scratch1] - 2022-08-30
### Fixed
- Don't require L1Reservoir to be deployed (not deployed in scratch1)

## [2.0.1-testnet-scratch1] - 2022-08-29
## [2.0.0-testnet] - 2022-11-09
### Changed
- Add support for L2 contracts
- Add GraphChain utils
- Update @graphprotocol/contracts to v2.0.2-testnet-scratch1
- Update @graphprotocol/contracts to v2.0.0-testnet

## [Unreleased]
### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/common-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/common-ts",
"version": "2.0.4-testnet-scratch1",
"version": "2.0.0-testnet",
"description": "Common TypeScript library for Graph Protocol components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"test:watch": "jest --watch --passWithNoTests --detectOpenHandles --verbose"
},
"dependencies": {
"@graphprotocol/contracts": "^2.0.4-testnet-scratch1",
"@graphprotocol/contracts": "^2.0.0-testnet",
"@graphprotocol/pino-sentry-simple": "0.7.1",
"@urql/core": "2.4.4",
"@urql/exchange-execute": "1.2.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -647,10 +647,10 @@
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

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

Expand Down

0 comments on commit a3ca070

Please sign in to comment.