This repository was archived by the owner on Aug 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ### Changes 3.1.0 (in development)
1+ ### Changes 3.1.0
22
33* Adapted to Cate Web API 3.1.x which changed in an
44 incompatible way. Dataset descriptors now have a ` data_type `
Original file line number Diff line number Diff line change 11{
22 "name" : " cate-app" ,
3- "version" : " 3.1.0-dev.2 " ,
3+ "version" : " 3.1.0" ,
44 "private" : true ,
55 "dependencies" : {
66 "@blueprintjs/core" : " ^3.30.1" ,
Original file line number Diff line number Diff line change 22// 1. with the version field in "../package.json".
33// 2. with CATE_PWA_VERSION in "./serviceWorker.ts"
44//
5- export const CATE_APP_VERSION = "3.1.0-dev.2 " ;
5+ export const CATE_APP_VERSION = "3.1.0" ;
66
77const DEFAULT_API_ENDPOINT_DEV = 'https://dev.catehub.brockmann-consult.de/api/v2/' ;
88const DEFAULT_API_ENDPOINT_PRODUCTION = 'https://catehub.climate.esa.int/api/v2' ;
Original file line number Diff line number Diff line change 1414// "./service-worker.js" file changes). Therefore we use a version number here,
1515// so we can force updates.
1616//
17- const CATE_PWA_VERSION = "3.1.0-dev.2 " ;
17+ const CATE_PWA_VERSION = "3.1.0" ;
1818
1919console . debug ( `Cate PWA version ${ CATE_PWA_VERSION } ` ) ;
2020
You can’t perform that action at this time.
0 commit comments