Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-31 15:30:51 +00:00
parent 292b6431a2
commit a2cb332e25
334 changed files with 3572 additions and 167 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/eslint-plugin
## 0.2.3-next.0
### 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.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/eslint-plugin",
"version": "0.2.2",
"version": "0.2.3-next.0",
"description": "Backstage ESLint plugin",
"publishConfig": {
"access": "public"