Skip to content

Commit

Permalink
Merge pull request #190 from backstage/topic/v1.21.0-next.1
Browse files Browse the repository at this point in the history
v1.21.0-next.1 version bump
  • Loading branch information
awanlin authored Nov 22, 2023
2 parents cb9a215 + 0f0395c commit b14d03d
Show file tree
Hide file tree
Showing 6 changed files with 1,871 additions and 894 deletions.
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.20.2"
"version": "1.21.0-next.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"graphql": "^16.2.0"
},
"devDependencies": {
"@backstage/cli": "^0.24.0",
"@backstage/cli": "^0.24.1-next.0",
"@backstage/e2e-test-utils": "^0.1.0",
"@playwright/test": "^1.32.3",
"@spotify/prettier-config": "^7.0.0",
Expand Down
48 changes: 24 additions & 24 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@
},
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^1.4.5",
"@backstage/app-defaults": "^1.4.6-next.0",
"@backstage/catalog-model": "^1.4.3",
"@backstage/cli": "^0.24.0",
"@backstage/core-app-api": "^1.11.1",
"@backstage/core-components": "^0.13.8",
"@backstage/core-plugin-api": "^1.8.0",
"@backstage/integration-react": "^1.1.21",
"@backstage/plugin-api-docs": "^0.10.0",
"@backstage/plugin-badges": "^0.2.50",
"@backstage/plugin-catalog": "^1.15.0",
"@backstage/plugin-catalog-graph": "^0.3.0",
"@backstage/plugin-catalog-react": "^1.9.0",
"@backstage/plugin-cost-insights": "^0.12.15",
"@backstage/plugin-explore": "^0.4.12",
"@backstage/plugin-github-actions": "^0.6.7",
"@backstage/plugin-graphiql": "^0.3.0",
"@backstage/plugin-org": "^0.6.16",
"@backstage/plugin-search": "^1.4.2",
"@backstage/plugin-search-react": "^1.7.3",
"@backstage/plugin-tech-radar": "^0.6.10",
"@backstage/plugin-techdocs": "^1.9.0",
"@backstage/plugin-todo": "^0.2.30",
"@backstage/plugin-user-settings": "^0.7.12",
"@backstage/test-utils": "^1.4.5",
"@backstage/theme": "^0.4.4",
"@backstage/cli": "^0.24.1-next.0",
"@backstage/core-app-api": "^1.11.2-next.0",
"@backstage/core-components": "^0.13.9-next.0",
"@backstage/core-plugin-api": "^1.8.1-next.0",
"@backstage/integration-react": "^1.1.22-next.0",
"@backstage/plugin-api-docs": "^0.10.2-next.1",
"@backstage/plugin-badges": "^0.2.52-next.0",
"@backstage/plugin-catalog": "^1.16.0-next.1",
"@backstage/plugin-catalog-graph": "^0.3.2-next.0",
"@backstage/plugin-catalog-react": "^1.9.2-next.0",
"@backstage/plugin-cost-insights": "^0.12.17-next.0",
"@backstage/plugin-explore": "^0.4.14-next.0",
"@backstage/plugin-github-actions": "^0.6.9-next.0",
"@backstage/plugin-graphiql": "^0.3.1-next.1",
"@backstage/plugin-org": "^0.6.18-next.0",
"@backstage/plugin-search": "^1.4.4-next.1",
"@backstage/plugin-search-react": "^1.7.4-next.0",
"@backstage/plugin-tech-radar": "^0.6.11-next.1",
"@backstage/plugin-techdocs": "^1.9.2-next.1",
"@backstage/plugin-todo": "^0.2.32-next.0",
"@backstage/plugin-user-settings": "^0.7.14-next.1",
"@backstage/test-utils": "^1.4.6-next.0",
"@backstage/theme": "^0.5.0-next.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
Expand Down
Loading

0 comments on commit b14d03d

Please sign in to comment.