Skip to content

Commit bf920ec

Browse files
committed
build: publish v1.10.0
1 parent d6f4ee3 commit bf920ec

File tree

8 files changed

+172
-156
lines changed

8 files changed

+172
-156
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ jobs:
3333
run: pnpm release:package
3434

3535
- name: Publish to VS Code Marketplace
36+
continue-on-error: true
3637
run: |
3738
pnpm vsce publish --no-dependencies --pat ${{ secrets.VSCE_TOKEN }}
3839
3940
- name: Publish to Open VSX
41+
continue-on-error: true
4042
run: |
4143
pnpm ovsx publish eyecons-$(pnpm pkg get version | tr -d '"').vsix -p ${{ secrets.OVSX_TOKEN }}
4244

assets/gruvbox-dark.webp

6.16 KB
Loading

assets/monokai-pro.webp

5.84 KB
Loading

assets/nord.webp

5.5 KB
Loading

assets/vitesse-dark.webp

6.19 KB
Loading

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v1.10.0
4+
5+
[compare changes](https://github.com/azat-io/eyecons/compare/v1.9.1...v1.10.0)
6+
7+
### 🚀 Features
8+
9+
- Add claude icon ([4246e09](https://github.com/azat-io/eyecons/commit/4246e09))
10+
- Add token-limit icon ([98554a9](https://github.com/azat-io/eyecons/commit/98554a9))
11+
- Add cspell icon ([d6f4ee3](https://github.com/azat-io/eyecons/commit/d6f4ee3))
12+
13+
### ❤️ Contributors
14+
15+
- Azat S. ([@azat-io](https://github.com/azat-io))
16+
317
## v1.9.1
418

519
[compare changes](https://github.com/azat-io/eyecons/compare/v1.9.0...v1.9.1)

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eyecons",
33
"displayName": "Eyecons",
4-
"version": "1.9.1",
4+
"version": "1.10.0",
55
"description": "Advanced VS Code icon theme with adaptive icon colors that match the editor’s color theme",
66
"categories": [
77
"Themes",
@@ -34,7 +34,7 @@
3434
"docs:deploy": "netlify deploy --build",
3535
"docs:dev": "vite --open --host --mode ssr --config vite.config.documentation.ts",
3636
"docs:preview": "pnpm run docs:clean && qwik build preview && vite preview --open --config vite.config.documentation.ts",
37-
"release": "pnpm release:check && pnpm release:version && pnpm release:prepare && pnpm release:git ",
37+
"release": "pnpm release:check && pnpm release:version && pnpm release:prepare && pnpm release:git",
3838
"release:check": "pnpm test && pnpm run build && pnpm scripts:preview && git add ./assets/",
3939
"release:git": "pnpm release:git:add && pnpm release:git:commit && pnpm release:git:tag && pnpm release:git:push",
4040
"release:git:add": "git add .",
@@ -163,15 +163,15 @@
163163
"devDependencies": {
164164
"@azat-io/eslint-config": "^2.39.0",
165165
"@azat-io/stylelint-config": "^1.1.0",
166-
"@builder.io/qwik": "^1.14.1",
167-
"@builder.io/qwik-city": "^1.14.1",
166+
"@builder.io/qwik": "^1.15.0",
167+
"@builder.io/qwik-city": "^1.15.0",
168168
"@commitlint/cli": "^19.8.1",
169169
"@commitlint/config-conventional": "^19.8.1",
170170
"@humanwhocodes/crosspost": "^0.15.0",
171171
"@humanwhocodes/social-changelog": "^0.4.0",
172172
"@texel/color": "^1.1.10",
173173
"@types/node": "^24.0.15",
174-
"@types/vscode": "^1.102.0",
174+
"@types/vscode": "^1.90.0",
175175
"@vitest/coverage-v8": "^3.2.4",
176176
"@vscode/vsce": "^3.6.0",
177177
"browserslist": "^4.25.1",

pnpm-lock.yaml

Lines changed: 151 additions & 151 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)