mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
Release 1.1.1
This commit is contained in:
parent
ddfaa991f4
commit
cffc6a666a
25
CHANGELOG.md
25
CHANGELOG.md
@ -4,8 +4,31 @@ All notable changes to this project will be documented in this file. Dates are d
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [v1.1.1](https://github.com/oceanprotocol/ocean-subgraph/compare/v1.1.0...v1.1.1)
|
||||
|
||||
- add moonbeamalpha [`#85`](https://github.com/oceanprotocol/ocean-subgraph/pull/85)
|
||||
- Bug/fix non ocean pools [`#75`](https://github.com/oceanprotocol/ocean-subgraph/pull/75)
|
||||
- use main barge [`#84`](https://github.com/oceanprotocol/ocean-subgraph/pull/84)
|
||||
- Bump release-it from 14.5.0 to 14.6.1 [`#80`](https://github.com/oceanprotocol/ocean-subgraph/pull/80)
|
||||
- Bump @typescript-eslint/parser from 4.18.0 to 4.22.0 [`#82`](https://github.com/oceanprotocol/ocean-subgraph/pull/82)
|
||||
- Bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.22.0 [`#81`](https://github.com/oceanprotocol/ocean-subgraph/pull/81)
|
||||
- Bump typescript from 4.2.3 to 4.2.4 [`#79`](https://github.com/oceanprotocol/ocean-subgraph/pull/79)
|
||||
- Bump eslint from 7.22.0 to 7.24.0 [`#78`](https://github.com/oceanprotocol/ocean-subgraph/pull/78)
|
||||
- add integration tests [`#74`](https://github.com/oceanprotocol/ocean-subgraph/pull/74)
|
||||
- add block to dt orders [`#62`](https://github.com/oceanprotocol/ocean-subgraph/pull/62)
|
||||
- Bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.19.0 [`#63`](https://github.com/oceanprotocol/ocean-subgraph/pull/63)
|
||||
- Bump release-it from 14.4.1 to 14.5.0 [`#60`](https://github.com/oceanprotocol/ocean-subgraph/pull/60)
|
||||
- Bump @typescript-eslint/parser from 4.17.0 to 4.18.0 [`#58`](https://github.com/oceanprotocol/ocean-subgraph/pull/58)
|
||||
- Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 [`#57`](https://github.com/oceanprotocol/ocean-subgraph/pull/57)
|
||||
- Bump eslint from 7.21.0 to 7.22.0 [`#56`](https://github.com/oceanprotocol/ocean-subgraph/pull/56)
|
||||
- Bump @typescript-eslint/parser from 4.16.1 to 4.17.0 [`#55`](https://github.com/oceanprotocol/ocean-subgraph/pull/55)
|
||||
- add FixedRateExchange [`#53`](https://github.com/oceanprotocol/ocean-subgraph/pull/53)
|
||||
- Bump typescript from 4.2.2 to 4.2.3 [`#51`](https://github.com/oceanprotocol/ocean-subgraph/pull/51)
|
||||
|
||||
#### [v1.1.0](https://github.com/oceanprotocol/ocean-subgraph/compare/v1.0.0...v1.1.0)
|
||||
|
||||
> 4 March 2021
|
||||
|
||||
- Bump @typescript-eslint/parser from 4.15.2 to 4.16.1 [`#48`](https://github.com/oceanprotocol/ocean-subgraph/pull/48)
|
||||
- Bump @graphprotocol/graph-cli from 0.19.0 to 0.20.0 [`#44`](https://github.com/oceanprotocol/ocean-subgraph/pull/44)
|
||||
- Bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 [`#50`](https://github.com/oceanprotocol/ocean-subgraph/pull/50)
|
||||
@ -34,7 +57,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- Activate dependabot, build tweaks, green CI [`#6`](https://github.com/oceanprotocol/ocean-subgraph/pull/6)
|
||||
- add subgraph config for rinkeby and ropsten testnets, set ocean address based on detected network name [`a2bc631`](https://github.com/oceanprotocol/ocean-subgraph/commit/a2bc63178cb92d40f815802fb59e4c17859c90c3)
|
||||
- Update the readme file. [`5d829e6`](https://github.com/oceanprotocol/ocean-subgraph/commit/5d829e6fcd511d49eee0d9d7b2ba4eeefe87bdbe)
|
||||
- revert debug changes. [`7a0f2b6`](https://github.com/oceanprotocol/ocean-subgraph/commit/7a0f2b61134c150a60d8c5aabaf5a032636949b2)
|
||||
- Release 1.1.0 [`6253894`](https://github.com/oceanprotocol/ocean-subgraph/commit/625389490e0c83d07d0d8866f7d462d1d61e6e1a)
|
||||
|
||||
#### v1.0.0
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ocean-subgraph",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ocean-subgraph",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"scripts": {
|
||||
"start": "",
|
||||
"bargesetup": "node ./scripts/generatebargesubgraph.js",
|
||||
|
Loading…
Reference in New Issue
Block a user