Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jan 28, 2018
1 parent 3affa36 commit fbb03ce
Show file tree
Hide file tree
Showing 7 changed files with 237 additions and 177 deletions.
180 changes: 100 additions & 80 deletions CHANGELOG.md

Large diffs are not rendered by default.

Binary file modified images/fileIcons.png
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
209 changes: 124 additions & 85 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "material-icon-theme",
"displayName": "Material Icon Theme",
"description": "Material Design Icons for Visual Studio Code",
"version": "3.2.1",
"version": "3.2.2",
"publisher": "PKief",
"engines": {
"vscode": "^1.5.0"
Expand Down Expand Up @@ -144,19 +144,19 @@
},
"dependencies": {
"lodash.merge": "^4.6.0",
"opn": "^5.1.0",
"semver": "^5.4.1"
"opn": "^5.2.0",
"semver": "^5.5.0"
},
"devDependencies": {
"@types/mocha": "^2.2.45",
"@types/node": "^8.5.5",
"@types/puppeteer": "^0.13.8",
"@types/mocha": "^2.2.47",
"@types/node": "^9.4.0",
"@types/puppeteer": "^1.0.0",
"bithound": "^1.7.0",
"mocha": "^4.1.0",
"puppeteer": "^0.13.0",
"mocha": "^5.0.0",
"puppeteer": "^1.0.0",
"rimraf": "^2.6.2",
"ts-node": "^4.1.0",
"tslint": "^5.8.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2",
"vscode": "^1.1.10"
}
Expand Down
4 changes: 2 additions & 2 deletions scripts/preview/index.ts
Expand Up @@ -25,5 +25,5 @@ const folderThemes = filterDuplicates(folderIcons.map(theme => {
return [].concat(...folders);
}).reduce((a, b) => a.concat(b))).map(i => ({ iconName: i, label: i.replace('folder-', '') }));

generatePreview('fileIcons', basicFileIcons, 5, []);
generatePreview('folderIcons', folderThemes, 5, ['folder-font', 'folder', 'folder-expo']);
generatePreview('fileIcons', basicFileIcons, 5, ['key', 'virtual']);
generatePreview('folderIcons', folderThemes, 5, ['folder', 'folder-expo']);

0 comments on commit fbb03ce

Please sign in to comment.