diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a02fe0..467789ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v4.0.0 (2025-04-29) + +* Remove Earthdata login button and user orders page. + # v3.1.0 (2025-04-15) * Updates to cloud collections must have Harmony services available to be diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 500dd52a..c4db7546 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -35,12 +35,6 @@ so accept the risk and continue if your web browser blocks the request. > get the API URL from a drupal-provided variable to support injection of the > current URL in non-NSIDC hosted DAT (when we move to earthdata landing pages) -> [!WARNING] -> The advice below does not work for the EDL login interaction on a local -> machine. Develop against a drupal VM for testing all interactions (see below) -You also need to run a proxy to Hermes: npx http-server -p 3000 -P https://nsidc.org/apps/orders/api -See the config in webpack.config.cjs. Would like to proxy directly to Hermes URL, but couldn't get that to work. - ## Developer VM (no Drupal) $ npm run build:dev # Build with source maps for development environment, and development diff --git a/README.md b/README.md index c810c919..a80dbdfd 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ given data collection. ## Development notes -See [`DEVELOPMENT.md`](https://bitbucket.org/nsidc/everest-ui/src/master/DEVELOPMENT.md). +See [`DEVELOPMENT.md`](./DEVELOPMENT.md). diff --git a/package-lock.json b/package-lock.json index a6d82b79..317da346 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nsidc/data-access-tools", - "version": "3.1.0", + "version": "4.0.0-alpha.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 36d86a46..8f5dd52e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@nsidc/data-access-tools", - "version": "3.1.0", - "description": "UI to order NASA data and track order history.", - "repository": "https://bitbucket.org/nsidc/everest-ui", + "version": "4.0.0-alpha.1", + "description": "UI to order NASA data.", + "repository": "https://github.com/nsidc/data-access-tool-ui", "files": [ "dist", "CHANGELOG", diff --git a/public/index.html b/public/index.html index 2e56cbaa..f5a78b8a 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,6 @@