Skip to content
Merged
Changes from all commits
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
32 changes: 16 additions & 16 deletions docs/dynamic-plugins/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
https://github.com/redhat-developer/rhdh/blob/main/backstage.json
-->

Based on [Backstage 1.42.5](https://backstage.io/docs/releases/v1.42.0)
Based on [Backstage 1.45.3](https://backstage.io/docs/releases/v1.45.0)

To bootstrap Backstage app that is compatible with RHDH 1.4, you can use:

```bash
npx @backstage/[email protected].3
npx @backstage/[email protected].6
```

### Frontend packages


| **Package** | **Version** |
| ------------------------------ | ----------- |
| `@backstage/catalog-model` | `1.7.5` |
| `@backstage/config` | `1.3.3` |
| `@backstage/core-app-api` | `1.18.0` |
| `@backstage/core-components` | `0.17.5` |
| `@backstage/core-plugin-api` | `1.10.9` |
| `@backstage/integration-react` | `1.2.9` |
| `@backstage/catalog-model` | `1.7.6` |
| `@backstage/config` | `1.3.6` |
| `@backstage/core-app-api` | `1.19.2` |
| `@backstage/core-components` | `0.18.3` |
| `@backstage/core-plugin-api` | `1.12.0` |
| `@backstage/integration-react` | `1.2.12` |



Expand All @@ -37,14 +37,14 @@ in the `main` branch of the [RHDH repository](https://github.com/redhat-develope

| **Package** | **Version** |
| ------------------------------ | ----------- |
| `@backstage/backend-app-api` | `1.2.6` |
| `@backstage/backend-defaults` | `0.12.0` |
| `@backstage/backend-dynamic-feature-service` | `0.7.3` |
| `@backstage/backend-plugin-api` | `1.4.2` |
| `@backstage/catalog-model` | `1.7.5` |
| `@backstage/cli-node` | `0.2.14` |
| `@backstage/config` | `1.3.3` |
| `@backstage/config-loader` | `1.10.2` |
| `@backstage/backend-app-api` | `1.3.0` |
| `@backstage/backend-defaults` | `0.13.1` |
| `@backstage/backend-dynamic-feature-service` | `0.7.6` |
| `@backstage/backend-plugin-api` | `1.5.0` |
| `@backstage/catalog-model` | `1.7.6` |
| `@backstage/cli-node` | `0.2.15` |
| `@backstage/config` | `1.3.6` |
| `@backstage/config-loader` | `1.10.6` |



Expand Down