Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
khola committed May 21, 2020
1 parent 9b6ac4e commit 1fd59c4
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": "@nordcloud/gnui",
"version": "0.2.5",
"version": "0.2.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git://github.com/nordcloud/gnui.git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Item = styled.div`
text-decoration: none;
height: 2.5rem;
vertical-align: middle;
text-decoration: none;
&.separator {
font-size: ${theme.fontSizes.small};
color: ${theme.colors.darks[4]};
Expand Down

0 comments on commit 1fd59c4

Please sign in to comment.