Skip to content

Commit 00d22e6

Browse files
Release v3.1.17 (#818)
# Changelog - ## 🎉 Features - feat: time series support for CMR data ([#1747](NASA-IMPACT/veda-ui#1747)) - ## 🚀 Improvements - chore: Develop custom layer example ([#1757](NASA-IMPACT/veda-ui#1757)) - chore: Deprecate mosaic endpoint ([#1773](NASA-IMPACT/veda-ui#1773)) - ci: Send warning when release terminated with no commit ([#1779](NASA-IMPACT/veda-ui#1779)) - ## 📊 Dataset Updates - fix: Do not show configurable colormap for wms, wmts datasets ([#1769](NASA-IMPACT/veda-ui#1769)) - fix: update banner credit for CarbonTracker dataset ([#814](#814)) - ## 🐛 Fixes - fix: render extension logic ([#1772](NASA-IMPACT/veda-ui#1772)) - fix: Pin down react compare image ([#1785](NASA-IMPACT/veda-ui#1785)) - fix: newsletter subscription form ([#813](#813))
2 parents c277b96 + 2915af0 commit 00d22e6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

datasets/ct-ch4-monthgrid-v2023.data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ media:
2020
src: ::file ./media/ct-ch4-monthgrid-v2023-cover.jpg
2121
alt: Landfill
2222
author:
23-
name: Figure by Matt Ziminski and Youmi Oh
23+
name: Matt Ziminski and Youmi Oh
2424
url: https://gml.noaa.gov/ccgg/carbontracker-ch4/
2525
taxonomy:
2626
- name: Topics

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "veda-config",
33
"description": "Configuration for Veda",
4-
"version": "3.1.16",
4+
"version": "3.1.17",
55
"source": "./.veda/ui/app/index.html",
66
"license": "Apache-2.0",
77
"scripts": {

static/public/subscription/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset='UTF-8'>
55
<!-- Begin Constant Contact Active Forms -->
6-
<script> var _ctct_m = "659a6c1e1b34f5b0f7de2c2640663bee"; </script>
6+
<script> var _ctct_m = "ed1335acd531ca5fb0b3228ccc3095cc"; </script>
77
<script id="signupScript" src="//static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js" async defer></script>
88
<!-- End Constant Contact Active Forms -->
99
<link href="https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,100..900&amp;display=swap" rel="stylesheet">
@@ -17,18 +17,18 @@
1717
</div>
1818

1919
<!-- Begin Downtime Banner -->
20-
<div class="banner">
20+
<!-- <div class="banner">
2121
<h2>Newsletter Sign-Up Temporarily Unavailable</h2>
2222
<div class="banner-content">
2323
<p>
2424
We are unable to take new subscribers to our newsletter at this time. Our support team is aware of the issue and will make a new subscription form available here when service resumes. We apologize for the inconvenience.
2525
</p>
2626
</div>
27-
</div>
27+
</div> -->
2828
<!-- End Downtime Banner -->
2929

3030
<!-- Begin Constant Contact Inline Form Code -->
31-
<!-- <div class="ctct-inline-form" data-form-id="8c362d9d-9d4e-47b9-ac42-18110a8bbf18"></div> -->
31+
<div class="ctct-inline-form" data-form-id="a22597a8-95c8-41e4-a71a-568aeaca2dd3"></div>
3232
<!-- End Constant Contact Inline Form Code -->
3333
</div>
3434
</div>

0 commit comments

Comments
 (0)