Skip to content

Commit

Permalink
5.3 release (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
ps0002 authored Jul 2, 2024
1 parent 6e10a9e commit 90f9f83
Show file tree
Hide file tree
Showing 19 changed files with 1,602 additions and 526 deletions.
2 changes: 1 addition & 1 deletion README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Use the following commands to set up you local development environment.
Before setting up your local development environment, ensure that you have completed the following:
- You have installed [Yarn](https://yarnpkg.com/).
- You have installed GNU Make 3.81 or later.
- You have installed Node v12.16.3.
- You have installed Node v12.20.2.

### Install the JavaScript Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/example/src/ui/Footer.js
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Footer = () => {
variant="body2"
className={classes.copyright}
>
Copyright © 2020 Broadcom. All Rights Reserved
Copyright © 2024 Broadcom. All Rights Reserved
</Typography>
</div>
);
Expand Down
1 change: 1 addition & 0 deletions packages/layer7-apihub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"final-form-calculate": "~1.3.2",
"focus-trap-react": "~6.0.0",
"jsencrypt": "~3.0.0-rc.1",
"moment-timezone": "0.5.31",
"ra-i18n-polyglot": "~3.6.2",
"ra-language-english": "~3.6.2",
"ra-language-french": "~3.6.2",
Expand Down
Loading

0 comments on commit 90f9f83

Please sign in to comment.