Skip to content

Commit

Permalink
Merge pull request #155 from backstage/topic/v1.17.1
Browse files Browse the repository at this point in the history
v1.17.1 version bump
  • Loading branch information
awanlin authored Aug 18, 2023
2 parents 7ba3c6f + 8bbf217 commit 79237f9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 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.17.0"
"version": "1.17.1"
}
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@backstage/core-components": "^0.13.4",
"@backstage/core-plugin-api": "^1.5.3",
"@backstage/integration-react": "^1.1.16",
"@backstage/plugin-api-docs": "^0.9.7",
"@backstage/plugin-api-docs": "^0.9.8",
"@backstage/plugin-badges": "^0.2.45",
"@backstage/plugin-catalog": "^1.12.1",
"@backstage/plugin-catalog": "^1.12.2",
"@backstage/plugin-catalog-graph": "^0.2.33",
"@backstage/plugin-catalog-react": "^1.8.1",
"@backstage/plugin-cost-insights": "^0.12.10",
Expand Down
2 changes: 2 additions & 0 deletions packages/app/src/apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
ExampleCostInsightsClient,
} from '@backstage/plugin-cost-insights';
import {
ScmAuth,
ScmIntegrationsApi,
scmIntegrationsApiRef,
} from '@backstage/integration-react';
Expand All @@ -29,6 +30,7 @@ export const apis: AnyApiFactory[] = [
deps: { configApi: configApiRef },
factory: ({ configApi }) => ScmIntegrationsApi.fromConfig(configApi),
}),
ScmAuth.createDefaultApiFactory(),
createApiFactory({
api: githubAuthApiRef,
deps: {
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3756,15 +3756,15 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-api-docs@npm:^0.9.7":
version: 0.9.7
resolution: "@backstage/plugin-api-docs@npm:0.9.7"
"@backstage/plugin-api-docs@npm:^0.9.8":
version: 0.9.8
resolution: "@backstage/plugin-api-docs@npm:0.9.8"
dependencies:
"@asyncapi/react-component": 1.0.0-next.48
"@backstage/catalog-model": ^1.4.1
"@backstage/core-components": ^0.13.4
"@backstage/core-plugin-api": ^1.5.3
"@backstage/plugin-catalog": ^1.12.1
"@backstage/plugin-catalog": ^1.12.2
"@backstage/plugin-catalog-react": ^1.8.1
"@backstage/theme": ^0.4.1
"@material-ui/core": ^4.12.2
Expand All @@ -3781,7 +3781,7 @@ __metadata:
react: ^16.13.1 || ^17.0.0
react-dom: ^16.13.1 || ^17.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
checksum: 97c32d961d353b0a34959c37d62faa5594c16d031b14ef2b61958f527e9606a0ce4f1cf8687e92db7f0ea0cdf9bf50bd94f2cab24d93b814e47aa04dd143eb56
checksum: 487d245638c742bf52b505f26b2651615bab72bf7f8a7e496202b53be0b14754ca24323b3af8b03e0a3b424d0723d08df3a725261e366612e299cb35429ddee9
languageName: node
linkType: hard

Expand Down Expand Up @@ -4075,9 +4075,9 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-catalog@npm:^1.12.1":
version: 1.12.1
resolution: "@backstage/plugin-catalog@npm:1.12.1"
"@backstage/plugin-catalog@npm:^1.12.2":
version: 1.12.2
resolution: "@backstage/plugin-catalog@npm:1.12.2"
dependencies:
"@backstage/catalog-client": ^1.4.3
"@backstage/catalog-model": ^1.4.1
Expand Down Expand Up @@ -4106,7 +4106,7 @@ __metadata:
react: ^16.13.1 || ^17.0.0
react-dom: ^16.13.1 || ^17.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
checksum: 2a48658f8f75ea19d2bcb534f920078aaf6d456d7eee81d6eeb5c1e071ec97aea58a2a4f5f5356ba01352ccd6815ec8cc3f196b406dbbe2ff566e1ccd717504f
checksum: b17381610eadf92257a14110709e2be6f3f15e8de2ea90e2371a347a9b07f84b2e464177236ab0cc95448c4c0849f83c03f5a075acbe7148b0da6d1d7e07385f
languageName: node
linkType: hard

Expand Down Expand Up @@ -10081,9 +10081,9 @@ __metadata:
"@backstage/core-components": ^0.13.4
"@backstage/core-plugin-api": ^1.5.3
"@backstage/integration-react": ^1.1.16
"@backstage/plugin-api-docs": ^0.9.7
"@backstage/plugin-api-docs": ^0.9.8
"@backstage/plugin-badges": ^0.2.45
"@backstage/plugin-catalog": ^1.12.1
"@backstage/plugin-catalog": ^1.12.2
"@backstage/plugin-catalog-graph": ^0.2.33
"@backstage/plugin-catalog-react": ^1.8.1
"@backstage/plugin-cost-insights": ^0.12.10
Expand Down

0 comments on commit 79237f9

Please sign in to comment.