Merge branch 'master' of github.com:backstage/backstage into mob/scaffolder-cra-fixes
* 'master' of github.com:backstage/backstage: (98 commits) build(deps): bump archiver from 5.0.2 to 5.1.0 build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1 docs: Update lighthouse docs scaffolder-backend: clarify type detection error message scaffolder-backend: gitlab preparer uses integrations token core-api: ensure that routable extension components are discovered at boot core-api: memoize app element traversal and validation core-api: add lazy loading of component extensions Add changeset and add missing semicolon Add search plugin to new CLI created apps build(deps): bump graphql from 15.3.0 to 15.4.0 core-api: add MutableSessionManager and fix AuthSessionStore not properly updating session state run prettier on the roadmap core-api: refactor createReactExtension to forward component types directly and avoid @types/react dependency core-api: add route validation to app + test core-api: default type parameters for BackstagePlugin to avoid breakage changeset: add changesets for new plugin extension API core-api: avoid exporting AnyRoutes, AnyExternalRoutes, and ExternalRouteRef constructor core-api: rename BindRouteFunc to AppRouteBinder core-api,plugins/graphiql: export extension APIs from core-api and port the graphiql plugin ...
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-github-actions
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [c911061b7]
|
||||
- Updated dependencies [8ef71ed32]
|
||||
- Updated dependencies [0e6298f7e]
|
||||
- Updated dependencies [7dd2ef7d1]
|
||||
- Updated dependencies [ac3560b42]
|
||||
- @backstage/catalog-model@0.6.0
|
||||
- @backstage/core@0.4.1
|
||||
- @backstage/core-api@0.2.6
|
||||
- @backstage/plugin-catalog@0.2.7
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-github-actions",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -32,10 +32,10 @@
|
||||
"clean": "backstage-cli clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^0.5.0",
|
||||
"@backstage/core": "^0.4.0",
|
||||
"@backstage/core-api": "^0.2.5",
|
||||
"@backstage/plugin-catalog": "^0.2.6",
|
||||
"@backstage/catalog-model": "^0.6.0",
|
||||
"@backstage/core": "^0.4.1",
|
||||
"@backstage/core-api": "^0.2.6",
|
||||
"@backstage/plugin-catalog": "^0.2.7",
|
||||
"@backstage/theme": "^0.2.2",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -51,7 +51,7 @@
|
||||
"react-use": "^15.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.4.1",
|
||||
"@backstage/cli": "^0.4.2",
|
||||
"@backstage/dev-utils": "^0.1.6",
|
||||
"@backstage/test-utils": "^0.1.5",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
|
||||
Reference in New Issue
Block a user