Skip to content

Commit

Permalink
Merge pull request #856 from estruyf/beta
Browse files Browse the repository at this point in the history
10.4.1
  • Loading branch information
estruyf authored Sep 27, 2024
2 parents 13e58d2 + 017a2d7 commit 788d024
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"no-throw-literal": "error",
"no-unused-expressions": "error",
"curly": "error",
"class-methods-use-this": "warn"
"class-methods-use-this": "warn",
"no-console": "warn"
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [10.4.1] - 2024-09-27

- [#855](https://github.com/estruyf/vscode-front-matter/issues/855): Fix in panel sections

## [10.4.0] - 2024-09-25 - [Release notes](https://beta.frontmatter.codes/updates/v10.4.0)

### ✨ New features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Front Matter CMS",
"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, Docusaurus, NextJs, Gatsby, and many more...",
"icon": "assets/frontmatter-teal-128x128.png",
"version": "10.4.0",
"version": "10.4.1",
"preview": false,
"publisher": "eliostruyf",
"galleryBanner": {
Expand Down
1 change: 0 additions & 1 deletion src/panelWebView/components/Collapsible.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const Collapsible: React.FunctionComponent<ICollapsibleProps> = ({
}

const prevState: any = Messenger.getState();
console.log(collapseKey, prevState[collapseKey]);

if (
!prevState ||
Expand Down

0 comments on commit 788d024

Please sign in to comment.