Skip to content

Commit

Permalink
Merge pull request #442 from RoadieHQ/SC-7421-add-support-for-react-16
Browse files Browse the repository at this point in the history
Sc 7421 add support for react 16
  • Loading branch information
kissmikijr authored Mar 9, 2022
2 parents 9794975 + a9670fa commit aa2f1b2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-spoons-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/scaffolder-backend-module-aws': patch
---

fix module name in readme
5 changes: 5 additions & 0 deletions .changeset/seven-beans-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/backstage-plugin-home-markdown': patch
---

add support for react 16
1 change: 0 additions & 1 deletion packages/app/src/components/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const HomePage = () => {
owner="RoadieHQ"
repo="roadie-backstage-plugins"
path=".backstage/home-page.md"
branch="SC-7064-add-markdown-home-plugin"
/>
</Grid>
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion plugins/home/backstage-plugin-home-markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export type MarkdownContentProps = {

```tsx
// packages/app/src/components/home/HomePage.tsx
import { HomePageMarkdown } from '@roadiehq/backstage-home-plugin-markdown';
import { HomePageMarkdown } from '@roadiehq/backstage-plugin-home-markdown';

export const HomePage = () => {
return (
Expand Down
4 changes: 3 additions & 1 deletion plugins/home/backstage-plugin-home-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@
"@octokit/rest": "^18.12.0",
"cross-fetch": "^3.1.4",
"msw": "^0.38.2",
"react": "^17.0.2",
"react-use": "^17.3.2",
"winston": "^3.2.1"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.13.0",
"@backstage/test-utils": "^0.3.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# scaffolder-backend-module-utils actions package
# scaffolder-backend-module-aws actions package

Welcome to the roadie `aws` actions for the `scaffolder-backend`.

Expand Down

0 comments on commit aa2f1b2

Please sign in to comment.