Version Packages

This commit is contained in:
github-actions[bot]
2026-04-14 14:57:31 +00:00
parent 9f24941b49
commit 93e643d142
603 changed files with 5867 additions and 1607 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/eslint-plugin
## 0.2.3
### Patch Changes
- df43b0e: Fixed `no-mixed-plugin-imports` rule to return `null` from non-fixable suggestion handlers and added an explicit `SuggestionReportDescriptor[]` type annotation, matching the stricter type checking in TypeScript 6.0.
## 0.2.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/eslint-plugin",
"version": "0.2.3-next.0",
"version": "0.2.3",
"description": "Backstage ESLint plugin",
"publishConfig": {
"access": "public"