Skip to content

Commit

Permalink
chore(release): v5.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent 2cef2a6 commit 7918c28
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

# Changelog

## v5.14.1

[compare changes](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.14.0...v5.14.1)

### 🩹 Fixes

- Add changelog of v5.14.0 ([25fcdc1b](https://github.com/material-extensions/vscode-material-icon-theme/commit/25fcdc1b))
- **workflows:** Ensure similar formatting with pipeline ([#2705](https://github.com/material-extensions/vscode-material-icon-theme/pull/2705))
- **workflows:** Changelog generation in release process ([#2704](https://github.com/material-extensions/vscode-material-icon-theme/pull/2704))

### ❤️ Contributors

- Philipp Kief ([@PKief](http://github.com/PKief))

## v5.13.0...v5.14.0

[compare changes](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.13.0...v5.14.0)
Expand Down
Binary file modified images/contributors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/fileIcons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/folderIcons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 31 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "material-icon-theme",
"displayName": "Material Icon Theme",
"description": "Material Design Icons for Visual Studio Code",
"version": "5.14.0",
"version": "5.14.1",
"license": "MIT",
"scripts": {
"precompile": "rimraf dist && bun run verify",
Expand Down Expand Up @@ -53,16 +53,29 @@
"color": "#1e1e1e",
"theme": "dark"
},
"categories": ["Themes"],
"keywords": ["icons", "theme", "material", "icon-theme", "customization"],
"extensionKind": ["ui", "workspace"],
"categories": [
"Themes"
],
"keywords": [
"icons",
"theme",
"material",
"icon-theme",
"customization"
],
"extensionKind": [
"ui",
"workspace"
],
"capabilities": {
"untrustedWorkspaces": {
"supported": true
},
"virtualWorkspaces": true
},
"activationEvents": ["onStartupFinished"],
"activationEvents": [
"onStartupFinished"
],
"main": "./dist/extension/desktop/extension.cjs",
"browser": "./dist/extension/web/extension.cjs",
"module": "./dist/module/index.cjs",
Expand Down Expand Up @@ -217,7 +230,9 @@
},
"activeForPacks": {
"type": "array",
"default": ["angular"],
"default": [
"angular"
],
"description": "%configuration.customClones.activeForPacks%",
"items": {
"type": "string",
Expand Down Expand Up @@ -292,7 +307,11 @@
"%configuration.folders.theme.classic%",
"%configuration.folders.theme.none%"
],
"enum": ["specific", "classic", "none"]
"enum": [
"specific",
"classic",
"none"
]
},
"material-icon-theme.folders.color": {
"type": "string",
Expand Down Expand Up @@ -333,7 +352,11 @@
"material-icon-theme.logLevel": {
"type": "string",
"default": "info",
"enum": ["info", "error", "debug"],
"enum": [
"info",
"error",
"debug"
],
"description": "%configuration.logLevel%"
}
}
Expand Down

0 comments on commit 7918c28

Please sign in to comment.