Skip to content

Commit

Permalink
Merge pull request #326 from backstage/topic/v1.24.0-next.1
Browse files Browse the repository at this point in the history
v1.24.0-next.1 version bump
  • Loading branch information
awanlin authored Mar 6, 2024
2 parents 06d17ce + d17f6b3 commit affa172
Show file tree
Hide file tree
Showing 7 changed files with 923 additions and 935 deletions.
4 changes: 1 addition & 3 deletions app-config.heroku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ auth:
experimentalExtraAllowedOrigins:
- https://pr-+(0|1|2|3|4|5|6|7|8|9)-deployment-+(0|1|2|3|4|5|6|7|8|9)-backstage.app.uffizzi.com
providers:
guest:
userEntityRef: user:default/guest
development: {}
guest: {}
github:
production:
clientId: ${GITHUB_PRODUCTION_CLIENT_ID}
Expand Down
4 changes: 1 addition & 3 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ integrations:
auth:
environment: development
providers:
guest:
userEntityRef: user:default/guest
development: {}
guest: {}
github:
development:
clientId: ${GITHUB_DEVELOPMENT_CLIENT_ID}
Expand Down
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.24.0-next.0"
"version": "1.24.0-next.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-router-dom": "6.22.2"
},
"devDependencies": {
"@backstage/cli": "^0.25.3-next.0",
"@backstage/cli": "^0.25.3-next.1",
"@backstage/e2e-test-utils": "^0.1.1",
"@playwright/test": "^1.32.3",
"@spotify/prettier-config": "^15.0.0",
Expand Down
50 changes: 25 additions & 25 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.5.1-next.0",
"@backstage/cli": "^0.25.3-next.0",
"@backstage/core-app-api": "^1.12.1-next.0",
"@backstage/core-components": "^0.14.1-next.0",
"@backstage/core-plugin-api": "^1.9.1-next.0",
"@backstage/integration-react": "^1.1.25-next.0",
"@backstage/plugin-api-docs": "^0.11.1-next.0",
"@backstage/plugin-badges": "^0.2.55-next.0",
"@backstage/plugin-catalog": "^1.17.1-next.0",
"@backstage/plugin-catalog-graph": "^0.4.1-next.0",
"@backstage/plugin-catalog-react": "^1.10.1-next.0",
"@backstage/plugin-cost-insights": "^0.12.20-next.0",
"@backstage/plugin-explore": "^0.4.17-next.0",
"@backstage/plugin-github-actions": "^0.6.12-next.0",
"@backstage/plugin-graphiql": "^0.3.4-next.0",
"@backstage/plugin-home": "^0.6.3-next.0",
"@backstage/plugin-kubernetes": "^0.11.6-next.0",
"@backstage/plugin-org": "^0.6.21-next.0",
"@backstage/plugin-scaffolder": "^1.18.1-next.0",
"@backstage/plugin-search": "^1.4.7-next.0",
"@backstage/plugin-search-react": "^1.7.7-next.0",
"@backstage/plugin-tech-radar": "^0.6.14-next.0",
"@backstage/plugin-techdocs": "^1.10.1-next.0",
"@backstage/plugin-todo": "^0.2.35-next.0",
"@backstage/plugin-user-settings": "^0.8.2-next.0",
"@backstage/app-defaults": "^1.5.1-next.1",
"@backstage/cli": "^0.25.3-next.1",
"@backstage/core-app-api": "^1.12.1-next.1",
"@backstage/core-components": "^0.14.1-next.1",
"@backstage/core-plugin-api": "^1.9.1-next.1",
"@backstage/integration-react": "^1.1.25-next.1",
"@backstage/plugin-api-docs": "^0.11.1-next.1",
"@backstage/plugin-badges": "^0.2.55-next.1",
"@backstage/plugin-catalog": "^1.17.1-next.1",
"@backstage/plugin-catalog-graph": "^0.4.1-next.1",
"@backstage/plugin-catalog-react": "^1.10.1-next.1",
"@backstage/plugin-cost-insights": "^0.12.20-next.1",
"@backstage/plugin-explore": "^0.4.17-next.1",
"@backstage/plugin-github-actions": "^0.6.12-next.1",
"@backstage/plugin-graphiql": "^0.3.4-next.1",
"@backstage/plugin-home": "^0.6.3-next.1",
"@backstage/plugin-kubernetes": "^0.11.6-next.1",
"@backstage/plugin-org": "^0.6.21-next.1",
"@backstage/plugin-scaffolder": "^1.18.1-next.1",
"@backstage/plugin-search": "^1.4.7-next.1",
"@backstage/plugin-search-react": "^1.7.7-next.1",
"@backstage/plugin-tech-radar": "^0.6.14-next.1",
"@backstage/plugin-techdocs": "^1.10.1-next.1",
"@backstage/plugin-todo": "^0.2.35-next.1",
"@backstage/plugin-user-settings": "^0.8.2-next.1",
"@backstage/theme": "^0.5.2-next.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
Expand Down
42 changes: 21 additions & 21 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
},
"dependencies": {
"@backstage/backend-defaults": "^0.2.13-next.0",
"@backstage/backend-plugin-api": "^0.6.13-next.0",
"@backstage/plugin-app-backend": "^0.3.61-next.0",
"@backstage/plugin-auth-backend": "^0.22.0-next.0",
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.10-next.0",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.0-next.0",
"@backstage/plugin-badges-backend": "^0.3.10-next.0",
"@backstage/plugin-catalog-backend": "^1.18.0-next.0",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.10-next.0",
"@backstage/plugin-explore-backend": "^0.0.23-next.0",
"@backstage/plugin-kubernetes-backend": "^0.16.0-next.0",
"@backstage/plugin-proxy-backend": "^0.4.11-next.0",
"@backstage/plugin-scaffolder-backend": "^1.22.0-next.0",
"@backstage/plugin-scaffolder-backend-module-github": "^0.2.3-next.0",
"@backstage/plugin-search-backend": "^1.5.3-next.0",
"@backstage/plugin-search-backend-module-catalog": "^0.1.17-next.0",
"@backstage/plugin-search-backend-module-explore": "^0.1.17-next.0",
"@backstage/plugin-techdocs-backend": "^1.9.6-next.0",
"@backstage/plugin-techdocs-node": "^1.11.5-next.0",
"@backstage/plugin-todo-backend": "^0.3.11-next.0",
"@backstage/backend-defaults": "^0.2.14-next.1",
"@backstage/backend-plugin-api": "^0.6.14-next.1",
"@backstage/plugin-app-backend": "^0.3.62-next.1",
"@backstage/plugin-auth-backend": "^0.22.0-next.1",
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.11-next.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.0-next.1",
"@backstage/plugin-badges-backend": "^0.3.11-next.1",
"@backstage/plugin-catalog-backend": "^1.18.0-next.1",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.11-next.1",
"@backstage/plugin-explore-backend": "^0.0.24-next.1",
"@backstage/plugin-kubernetes-backend": "^0.16.0-next.1",
"@backstage/plugin-proxy-backend": "^0.4.12-next.1",
"@backstage/plugin-scaffolder-backend": "^1.22.0-next.1",
"@backstage/plugin-scaffolder-backend-module-github": "^0.2.4-next.1",
"@backstage/plugin-search-backend": "^1.5.4-next.1",
"@backstage/plugin-search-backend-module-catalog": "^0.1.18-next.1",
"@backstage/plugin-search-backend-module-explore": "^0.1.18-next.1",
"@backstage/plugin-techdocs-backend": "^1.9.7-next.1",
"@backstage/plugin-techdocs-node": "^1.11.6-next.1",
"@backstage/plugin-todo-backend": "^0.3.12-next.1",
"@frontside/backstage-plugin-graphql-backend": "^0.1.2",
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.2.0",
"app": "^0.0.0",
"better-sqlite3": "^9.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.25.3-next.0"
"@backstage/cli": "^0.25.3-next.1"
}
}
Loading

0 comments on commit affa172

Please sign in to comment.