Skip to content

Commit

Permalink
Release v2.0.9 (#452)
Browse files Browse the repository at this point in the history
_The PR name should be the version to be deployed (ex: v1.0.1)_

- [x] Bump the version in the package.json or equivalent.

---

# Changelog v2.0.9

## 🎉 Features
- 🦗

## 🚀 Improvements
- Upgrade to Veda Ui v5.3.1 [See changes](
https://github.com/NASA-IMPACT/veda-ui/releases/tag/v5.3.1)
- Modify the exploration tutorial video title

## 📊 Dataset Updates
- 🦗

## 🐛 Fixes
- 🦗
  • Loading branch information
paridhi-parajuli authored Jul 24, 2024
2 parents e4891d8 + 9d65a98 commit 5a378ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 63 files
+2 −1 .gitignore
+26 −0 .npmignore
+4 −3 .parcelrc
+4 −0 .parcelrc-lib
+13 −0 .sassrc.js
+1 −1 app/scripts/components/analysis/page-hero-analysis.tsx
+4 −2 app/scripts/components/analysis/results/chart-card.tsx
+1 −1 app/scripts/components/common/blocks/scrollytelling/index.tsx
+2 −2 app/scripts/components/common/card-sources.tsx
+3 −2 app/scripts/components/common/catalog/catalog-card.tsx
+28 −7 app/scripts/components/common/catalog/catalog-content.tsx
+2 −2 app/scripts/components/common/catalog/filters-control.tsx
+2 −2 app/scripts/components/common/catalog/index.tsx
+7 −6 app/scripts/components/common/catalog/prepare-datasets.ts
+2 −2 app/scripts/components/common/dataset-classification.tsx
+86 −0 app/scripts/components/common/datepicker/index.scss
+91 −0 app/scripts/components/common/datepicker/index.tsx
+1 −1 app/scripts/components/common/featured-slider-section.tsx
+50 −0 app/scripts/components/common/layout-root/context.tsx
+5 −69 app/scripts/components/common/layout-root/index.tsx
+16 −0 app/scripts/components/common/layout-root/useSlidingStickyHeaderProps.ts
+1 −1 app/scripts/components/common/mdx-content.js
+1 −1 app/scripts/components/common/nav-wrapper.js
+1 −1 app/scripts/components/common/page-overrides.tsx
+4 −1 app/scripts/components/data-catalog/container.tsx
+2 −3 app/scripts/components/datasets/s-explore/index.tsx
+1 −1 app/scripts/components/datasets/s-explore/panel-date-widget.tsx
+4 −1 app/scripts/components/datasets/s-overview/index.tsx
+2 −1 app/scripts/components/development/index.tsx
+137 −144 app/scripts/components/exploration/components/timeline/timeline-controls.tsx
+56 −0 app/scripts/components/exploration/components/timeline/timeline-datepicker.tsx
+17 −7 app/scripts/components/exploration/components/timeline/timeline-head.tsx
+18 −19 app/scripts/components/exploration/data-utils.ts
+1 −0 app/scripts/components/exploration/index.tsx
+1 −0 app/scripts/components/exploration/types.d.ts.ts
+2 −1 app/scripts/components/home/index.tsx
+2 −2 app/scripts/components/sandbox/exploration-map/index.js
+11 −11 app/scripts/components/stories/hub/index.tsx
+2 −1 app/scripts/components/stories/single/index.tsx
+2 −4 app/scripts/components/uhoh/fatal-error.js
+2 −2 app/scripts/context/layer-data.tsx
+5 −5 app/scripts/data-layer/datasets.tsx
+31 −0 app/scripts/index.ts
+7 −6 app/scripts/main.tsx
+14 −0 app/scripts/styles/_uswds-theme.scss
+1 −1 app/scripts/styles/hug/index.ts
+1 −0 app/scripts/styles/styles.scss
+2 −0 app/scripts/styles/theme.ts
+5 −0 app/scripts/theme-provider.tsx
+276 −0 app/scripts/types/veda.ts
+1 −1 app/scripts/utils/routes.ts
+4 −3 app/scripts/utils/url.ts
+0 −160 app/scripts/utils/veda-data.ts
+50 −0 app/scripts/utils/veda-data/index.ts
+50 −0 app/scripts/utils/veda-data/mdx.ts
+71 −0 app/scripts/utils/veda-data/taxonomies.ts
+17 −5 gulpfile.js
+10 −10 mock/datasets/data-from-ghg.data.mdx
+39 −10 package.json
+60 −0 parcel-resolver-alias/index.js
+8 −0 postcss.config.js
+4 −1 tsconfig.json
+1,773 −461 yarn.lock
2 changes: 1 addition & 1 deletion custom-pages/learn/learn-page-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const TUTORIAL_ITEMS = [
endDate: ''
},
{
name: 'Introduction to the Exploration Environment',
name: 'How to Explore Data',
asLink : {
url: 'https://www.youtube.com/watch?v=S2XL5WT9W4g'
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "veda-config",
"description": "Configuration for Veda",
"version": "2.0.8",
"version": "2.0.9",
"source": "./.veda/ui/app/index.html",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 5a378ca

Please sign in to comment.