Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Apr 8, 2022
2 parents 20a5178 + 5079812 commit 6347b72
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [7.1.1] - 2022-04-08

- Fix in menu item with `stopPropagation` not defined.

## [7.1.0] - 2022-04-07 - [Release notes](https://beta.frontmatter.codes/updates/v7.1.0)

### 🎨 Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Front Matter",
"description": "Front Matter is a CMS that runs within Visual Studio Code. It gives you the power and control of a full-blown CMS while also providing you the flexibility and speed of the static site generator of your choice like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...",
"icon": "assets/frontmatter-teal-128x128.png",
"version": "7.1.0",
"version": "7.1.1",
"preview": false,
"publisher": "eliostruyf",
"galleryBanner": {
Expand Down Expand Up @@ -1828,4 +1828,4 @@
"dependencies": {
"node-fetch": "^2.6.7"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const ContentActions: React.FunctionComponent<IContentActionsProps> = ({
<MenuItems widthClass='w-40' marginTopClass='mt-6'>
<MenuItem
title={`View`}
onClick={onView} />
onClick={(value, e) => onView(e)} />

{ customScriptActions }

Expand Down

0 comments on commit 6347b72

Please sign in to comment.