Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation Prior to Deploy #391

Merged
merged 8 commits into from
Oct 29, 2022
Merged
Show file tree
Hide file tree
Changes from 6 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.71.8

- Corrected CI/CD issue

# 1.71.7

- Corrected CI/CD issue
positiveVibes4all marked this conversation as resolved.
Show resolved Hide resolved

# 1.71.6

- Doc Site UI Change: corrected presentation of home page
Expand Down
2 changes: 1 addition & 1 deletion docs/beta/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ let MainContent = React.memo(() => {
})

function getHeaderContent(page, state, dispatch) {
return page != "home" ? (
return page !== "home" ? (
<PageHeader
responsive={headerResponsive}
{...state}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "futil-js",
"version": "1.71.7",
"version": "1.71.8",
"description": "F(unctional) util(ities). Resistance is futile.",
"main": "lib/futil-js.js",
"scripts": {
Expand Down