Skip to content

Commit

Permalink
Bump version to 5.1.1 - Including a fix for tag wrap style, map inter…
Browse files Browse the repository at this point in the history
…activity (hot fix for 5.1.0) (#1009)

**Related Ticket:**

### Description of Changes
- Fix the overflowing card on new E&A page modal
- Fix for Block map interactivity

### Notes & Questions About Changes
- I also included the update of patch version in the pr

### Validation / Testing
- Check if the descriptions of changes are reflected.
  • Loading branch information
hanbyul-here authored Jun 21, 2024
2 parents 2f63ecf + 75f0a63 commit 7b672a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const HorizontalCardStyles = css`
#tags {
display: flex;
flex-wrap: wrap;
gap: ${glsp(0.5)};
}
`;
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/components/common/map/map-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function MapComponent({
projection,
mapRef,
onMapLoad,
interactive
interactive = true
}: {
controls: ReactElement[];
isCompared?: boolean;
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-ui",
"description": "Dashboard",
"version": "5.1.0",
"version": "5.1.1",
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org/"
Expand Down

0 comments on commit 7b672a2

Please sign in to comment.