Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions workspaces/explore/.changeset/version-bump-1-52-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@backstage-community/plugin-explore': minor
'@backstage-community/plugin-explore-backend': minor
'@backstage-community/plugin-explore-common': minor
'@backstage-community/plugin-explore-node': minor
'@backstage-community/plugin-explore-react': minor
'@backstage-community/plugin-search-backend-module-explore': minor
---

Backstage version bump to v1.52.0

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions workspaces/explore/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins:
- checksum: 05b51f75814596aa3e15b296af3287240351c8b7f1df1e05c2ceedf7f3820627759605825fd932f1f7c3c3287b61b16f9e8195b0927a0f80345493f81376947a
- checksum: 0cfdc882d3c1395592aa6d4690958e70ebbc3a8ee1d888d523dc9e3c74796de26f744c37df66a69212280634f422a88074ba625dce0f7886fbdf2a904a0c38a2
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
spec: 'https://versions.backstage.io/v1/releases/1.49.2/yarn-plugin'
spec: 'https://versions.backstage.io/v1/releases/1.52.0/yarn-plugin'
2 changes: 1 addition & 1 deletion workspaces/explore/backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.49.2"
"version": "1.52.0"
}
2 changes: 1 addition & 1 deletion workspaces/explore/plugins/explore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@backstage/core-components": "backstage:^",
"@backstage/core-plugin-api": "backstage:^",
"@backstage/errors": "backstage:^",
"@backstage/frontend-plugin-api": "^0.16.1",
"@backstage/frontend-plugin-api": "backstage:^",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the entire resolutions section from workspaces/explore/package.json in 3bfd10a.

"@backstage/plugin-catalog-react": "backstage:^",
"@backstage/plugin-search-common": "backstage:^",
"@backstage/plugin-search-react": "backstage:^",
Expand Down
Loading
Loading