Skip to content

Commit 6aaf011

Browse files
authored
Merge branch 'main' into issue/3021-add-mcp-folder
2 parents 40b1a6f + e6f371b commit 6aaf011

23 files changed

+226
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343

4444
- name: 🔧 Setup Bun
45-
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2
45+
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
4646
with:
4747
bun-version-file: ".bun-version"
4848

.github/workflows/icon-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
icons/
4242
4343
- name: 🔧 Setup Bun
44-
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2
44+
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
4545
with:
4646
bun-version-file: "main/.bun-version"
4747

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: ✅ Use App Token for the Bot which is allowed to create releases
16-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
16+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1717
id: app-token
1818
with:
1919
app-id: ${{ vars.BOT_APP_ID }}
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ steps.app-token.outputs.token }}
2828

2929
- name: 🔧 Setup Bun
30-
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2
30+
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
3131
with:
3232
bun-version-file: ".bun-version"
3333

@@ -85,9 +85,7 @@ jobs:
8585
extensionFile: ${{ env.EXTENSION_FILE }}
8686

8787
- name: 📦 Publish to NPM Registry
88-
run: |
89-
npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
90-
npm publish --provenance --access public
88+
run: npm publish --provenance --access public
9189

9290
- name: ⬆️ Upload VSIX to GitHub release
9391
run: |

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,53 @@
22

33
# Changelog
44

5+
## v5.33.1
6+
7+
[compare changes](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.33.0...v5.33.1)
8+
9+
### 🩹 Fixes
10+
11+
- **workflows:** Release to npm ([0e16f306](https://github.com/material-extensions/vscode-material-icon-theme/commit/0e16f306))
12+
13+
### ❤️ Contributors
14+
15+
- Philipp Kief ([@PKief](https://github.com/PKief))
16+
17+
## v5.33.0
18+
19+
[compare changes](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.32.0...v5.33.0)
20+
21+
### 🚀 Enhancements
22+
23+
- Add `tags` file icon ([#3375](https://github.com/material-extensions/vscode-material-icon-theme/pull/3375))
24+
- **icon:** Nginx folder icon ([#3197](https://github.com/material-extensions/vscode-material-icon-theme/pull/3197))
25+
- **icon:** Add R language folder icon ([#3387](https://github.com/material-extensions/vscode-material-icon-theme/pull/3387))
26+
- **icon:** Add json_schema file icon ([#3380](https://github.com/material-extensions/vscode-material-icon-theme/pull/3380))
27+
- **icon:** Add deprecated/scrap folder icon ([#3384](https://github.com/material-extensions/vscode-material-icon-theme/pull/3384))
28+
- Add `oxfmt.config.ts` to icons ([#3398](https://github.com/material-extensions/vscode-material-icon-theme/pull/3398))
29+
- **i18n:** Add Arabic translation ([#3401](https://github.com/material-extensions/vscode-material-icon-theme/pull/3401))
30+
- Add additional env icon file names ([f7de1c32](https://github.com/material-extensions/vscode-material-icon-theme/commit/f7de1c32))
31+
- Add rolldown icon ([#3411](https://github.com/material-extensions/vscode-material-icon-theme/pull/3411))
32+
- Update file icon patterns for Rspress and Rslint ([#3414](https://github.com/material-extensions/vscode-material-icon-theme/pull/3414))
33+
- Add folder and icon for skills ([#3367](https://github.com/material-extensions/vscode-material-icon-theme/pull/3367))
34+
35+
### 🩹 Fixes
36+
37+
- Add nuspec to nuget file extensions ([#3377](https://github.com/material-extensions/vscode-material-icon-theme/pull/3377))
38+
- Add wixproj to visualstudio file extensions ([#3383](https://github.com/material-extensions/vscode-material-icon-theme/pull/3383))
39+
40+
### ❤️ Contributors
41+
42+
- Vinicius Celestino De Oliveira Pereira ([@ViniDevBR](https://github.com/ViniDevBR))
43+
- Neverland ([@vant-ui](https://github.com/vant-ui))
44+
- Philipp Kief ([@PKief](https://github.com/PKief))
45+
- FireMoonStudio ([@FireMoonStudio](https://github.com/FireMoonStudio))
46+
- Roman ([@gameroman](https://github.com/gameroman))
47+
- Sayan Shankhari ([@SayanShankhari](https://github.com/SayanShankhari))
48+
- Hugo Sant'Anna ([@hugosantanna](https://github.com/hugosantanna))
49+
- LoryPelli ([@lorypelli](https://github.com/lorypelli))
50+
- Sean Fausett ([@gitfool](https://github.com/gitfool))
51+
552
## v5.32.0
653

754
[compare changes](https://github.com/material-extensions/vscode-material-icon-theme/compare/v5.31.0...v5.32.0)

icons/folder-nginx-open.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/folder-nginx.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/folder-r-open.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/folder-r.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/folder-skills-open.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/folder-skills.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)