Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed Jan 14, 2020
1 parent ecb7e30 commit e5f8a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basis",
"version": "1.2.0",
"version": "1.3.0",
"description": "Basis Design System",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function HeaderLogo({ name = "latitude" }) {
}

HeaderLogo.propTypes = {
name: PropTypes.oneOf(LOGO_NAMES),
name: PropTypes.oneOf(LOGO_NAMES)
};

function Header({ children }) {
Expand Down

0 comments on commit e5f8a28

Please sign in to comment.