Version Packages

This commit is contained in:
github-actions[bot]
2025-10-14 15:29:54 +00:00
parent a1e82d634b
commit d6ce2db9ca
470 changed files with 4698 additions and 1065 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/eslint-plugin
## 0.1.12
### Patch Changes
- 5e98e61: Minor doc updates
- a1dae71: Allow frontend plugin to import from another frontend plugin with same plugin id.
This prevents the ESLint rule from incorrectly flagging these imports in the new frontend system
where plugin override requires cross-plugin imports.
## 0.1.11
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/eslint-plugin",
"version": "0.1.11",
"version": "0.1.12",
"description": "Backstage ESLint plugin",
"publishConfig": {
"access": "public"