Skip to content

Commit

Permalink
v2.0.12 (#515)
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.12

## πŸŽ‰ Features
- πŸ¦—

## πŸš€ Improvements
- Upgraded veda-ui to
[v5.7.0](https://github.com/NASA-IMPACT/veda-ui/releases/tag/v5.7.0)
- #509 
## πŸ› Fixes
- πŸ¦—
  • Loading branch information
paridhi-parajuli authored Sep 3, 2024
2 parents f3cf0ef + 6797d80 commit 799630f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions custom-pages/learn/learn-page-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,19 @@ export const NEWS_ITEMS = [
]

export const EVENT_ITEMS = sortByDateDesc([
{
name: 'Join the 2nd Annual Stakeholder Forum; Dec 4-5, 2024',
asLink : {
url: 'https://drive.google.com/file/d/1Mkz43d3iP4CfTuBeZXsoO1-fxBRGmmVq/view?usp=sharing'
},
media: {
src: new URL('./media/events/GHGC_Stakeholder_Forum_Announcement_Image.png', import.meta.url).href,
alt: 'GHGC Stakeholder Forum Announcement Image'
},
description: "This 2-day forum will focus on gathering input from the stakeholder community to inform the Center's priorities and future directions. Join us on Dec 4-5, 2024 in College Park, Maryland!",
startDate: '2024-12-04',
endDate: '2024-12-06'
},
{
name: 'Policy Speaker Series: An Overview of the Global Greenhouse Gas Watch (G3W)',
asLink : {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.11",
"version": "2.0.12",
"source": "./.veda/ui/app/index.html",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 799630f

Please sign in to comment.