mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:38:25 +02:00
* feat(packages): added lucide icons package skeleton
* feat(packages): added initial commit of @lucide/icons
* fix: fixed linting issues introduced in c4e5730bc4 (#3858)
* fix(packages/icons): update package, remove UMD export
* fix(packages/icons): update github actions
* docs(packages/icons): add documentation for various helpers and types
* fix(.github/ISSUE_TEMPLATE): fix linting issue (@ is a reserved character)
* fix(packages/icons): fix linting issues in configs
* feat(packages/icons): rename from packages/lucide-icons => packages/icons
* fix(pnpm): update lockfile
* fix(packages/icons): update readme and documentation
* fix(packages/icons): update absoluteStrokeWidth implementation
* test(packages/icons): update absoluteStrokeWidth unit test
* feat(packages/icons): add backwards compatible alias support in buildLucideIconNode
* feat(packages/icons): fix linting issues in build tools
* fix(packages/icons): rename LucideIcon => LucideIconData
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
105 lines
2.5 KiB
YAML
105 lines
2.5 KiB
YAML
# For changed dependencies
|
|
📦 dependencies:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- pnpm-lock.yaml
|
|
|
|
# For changes in documentation
|
|
📖 documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/*.md
|
|
- docs/**/*.md
|
|
|
|
# For changes in the site, but not markdown files
|
|
🌍 site:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'docs/**'
|
|
|
|
# For changes in the metadata
|
|
🫧 metadata:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'icons/*.json'
|
|
- categories/*
|
|
|
|
# For changes or added icons
|
|
🎨 icon:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'icons/*.svg'
|
|
|
|
# For changes in the lucide package
|
|
🧳 lucide package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide/*'
|
|
|
|
# For changes in the lucide React package
|
|
⚛️ react package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-react/*'
|
|
|
|
# For changes in the lucide React Native package
|
|
⚛️ react native package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-react-native/*'
|
|
|
|
# For changes in the lucide vue packages
|
|
💎 vue package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-vue/*'
|
|
- 'packages/lucide-vue-next/*'
|
|
|
|
# For changes in the lucide angular package
|
|
🅰️ angular package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-angular/*'
|
|
|
|
# For changes in the lucide preact package
|
|
⚛️ preact package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-preact/*'
|
|
|
|
# For changes in the lucide svelte package
|
|
🧣 svelte package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-svelte/*'
|
|
|
|
# For changes in the lucide solid package
|
|
🪝 solid package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-solid/*'
|
|
|
|
# For changes in the lucide astro package
|
|
🚀 astro package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/astro/*'
|
|
|
|
# For changes in the @lucide/icons package
|
|
❇️ lucide-icons:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-icons/*'
|
|
|
|
# For changes in the lucide static package
|
|
🪨 static package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-static/*'
|
|
|
|
# For changes in the lucide flutter package
|
|
🏹 flutter package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-flutter/*'
|