Skip to content

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Sep 9, 2020
1 parent 6e2c223 commit 7732247
Show file tree
Hide file tree
Showing 7 changed files with 1,814 additions and 1,607 deletions.
283 changes: 256 additions & 27 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.
3,106 changes: 1,542 additions & 1,564 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 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": "4.2.0",
"version": "4.3.0",
"publisher": "PKief",
"engines": {
"vscode": "^1.31.0"
Expand Down Expand Up @@ -207,24 +207,24 @@
"semver": "7.3.2"
},
"devDependencies": {
"@types/glob": "^7.1.2",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.13",
"@types/puppeteer": "^3.0.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.4",
"@types/puppeteer": "^3.0.2",
"@types/vscode": "~1.31.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.2.0",
"eslint": "^7.8.1",
"glob": "^7.1.6",
"mocha": "^8.1.1",
"puppeteer": "^4.0.0",
"mocha": "^8.1.3",
"puppeteer": "^5.2.1",
"rimraf": "^3.0.2",
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.5",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"vscode-test": "^1.4.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}
2 changes: 1 addition & 1 deletion src/scripts/preview/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ const folderThemes = filterDuplicates(folderIcons.map(theme => {
}).reduce((a, b) => a.concat(b))).map(i => ({ iconName: i, label: i.replace('folder-', '') }));

generatePreview('fileIcons', basicFileIcons, 5, ['virtual', 'video']);
generatePreview('folderIcons', folderThemes, 5, ['folder-wakatime', 'folder-phpmailer']);
generatePreview('folderIcons', folderThemes, 5, ['folder-wakatime']);

0 comments on commit 7732247

Please sign in to comment.