Skip to content

Commit

Permalink
Merge pull request #300 from EasyDynamics/develop
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
Kyle Laker authored Mar 2, 2022
2 parents 679fe88 + 0fe9840 commit 7cbe26e
Show file tree
Hide file tree
Showing 20 changed files with 658 additions and 249 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
name: Synchronize version
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: develop
- name: Setup NodeJS
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
- name: Globally update npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
packages: write
steps:
- name: Delete previous oscal-react-library version
uses: actions/delete-package-versions@v2.0.1
uses: actions/delete-package-versions@v2
with:
package-name: oscal-react-library
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup NodeJS
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup NodeJS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Check out develop branch
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: develop

Expand Down
14 changes: 9 additions & 5 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@EasyDynamics/oscal-viewer",
"homepage": ".",
"version": "0.3.0",
"version": "0.4.0",
"private": "true",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function App() {
Profile Viewer
</MenuItem>
</Menu>
<Container component="main">
<Container maxWidth="xl" component="main">
<Routes>
<Route
exact
Expand Down
131 changes: 114 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7cbe26e

Please sign in to comment.