Skip to content

Commit

Permalink
release: 🔖 v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-labs committed Dec 8, 2024
1 parent 0aa1b7d commit 5688240
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.


#### [v1.17.0](https://github.com/lucodear/lucodear-icons/compare/v1.16.2...v1.17.0)

> December 8, 2024
- feat: ✨ keystatic [`4f002bcb`](https://github.com/lucodear/lucodear-icons/commit/4f002bcb)

#### [v1.16.2](https://github.com/lucodear/lucodear-icons/compare/v1.16.1...v1.16.2)

> November 24, 2024
- release: 🔖 v1.16.2 [`efd5a382`](https://github.com/lucodear/lucodear-icons/commit/efd5a382)
- fix: 🚑 support .ts extensions in payload pack [`ef96ee95`](https://github.com/lucodear/lucodear-icons/commit/ef96ee95)

#### [v1.16.1](https://github.com/lucodear/lucodear-icons/compare/v1.16.0...v1.16.1)
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/lucodear-icons.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": "lucodear-icons",
"displayName": "lucodear-icons",
"description": "🍭 lucodear-icons » A PKief's 'Material Icons Theme' fork with my own custom additions. This was made for my personal use",
"version": "1.16.2",
"version": "1.17.0",
"license": "MIT",
"scripts": {
"precompile": "rimraf dist && bun run verify",
Expand Down Expand Up @@ -52,16 +52,29 @@
"color": "#11131c",
"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 @@ -228,7 +241,9 @@
},
"activeForPacks": {
"type": "array",
"default": ["angular"],
"default": [
"angular"
],
"description": "%configuration.customClones.activeForPacks%",
"items": {
"type": "string",
Expand Down Expand Up @@ -303,7 +318,11 @@
"%configuration.folders.theme.classic%",
"%configuration.folders.theme.none%"
],
"enum": ["specific", "classic", "none"]
"enum": [
"specific",
"classic",
"none"
]
},
"lucodear-icons.folders.color": {
"type": "string",
Expand Down Expand Up @@ -344,7 +363,11 @@
"lucodear-icons.logLevel": {
"type": "string",
"default": "info",
"enum": ["info", "error", "debug"],
"enum": [
"info",
"error",
"debug"
],
"description": "%configuration.logLevel%"
}
}
Expand Down

0 comments on commit 5688240

Please sign in to comment.