Version Packages

This commit is contained in:
github-actions[bot]
2024-03-19 14:56:10 +00:00
parent 0908022cbc
commit e83e055841
800 changed files with 9824 additions and 2888 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-stack-overflow
## 0.1.26
### Patch Changes
- c6779ac: fix: fix decode issues in title and author fields in `StackOverflowSearchResultListItem`
- 6429213: Added ESLint rule `no-top-level-material-ui-4-imports` in the `stack-overflow` plugin to migrate the Material UI imports.
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-components@0.14.1
- @backstage/plugin-search-common@1.2.11
- @backstage/plugin-home-react@0.1.9
- @backstage/core-plugin-api@1.9.1
- @backstage/frontend-plugin-api@0.6.1
- @backstage/plugin-search-react@1.7.7
## 0.1.26-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-stack-overflow",
"version": "0.1.26-next.2",
"version": "0.1.26",
"backstage": {
"role": "frontend-plugin"
},