Skip to content

Commit

Permalink
Merge pull request #656 from okta/release/0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
edburyenegren-okta authored Sep 3, 2020
2 parents b1e96d7 + 83a9292 commit 5b53618
Show file tree
Hide file tree
Showing 81 changed files with 1,147 additions and 371 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Resources
# - [CODEOWNERS] https://help.github.com/articles/about-codeowners

* @rajaguruduraisamy-okta @ganeshsomasundaram-okta @jmelberg-okta
* @rajaguruduraisamy-okta @ganeshsomasundaram-okta @jmelberg-okta @jeffbelser-okta

*.md @okta/design-system
*.scss @okta/design-system
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.5.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"devDependencies": {
"lerna": "3.3.2"
},
"version": "0.3.0"
"version": "0.5.0"
}
17 changes: 8 additions & 9 deletions packages/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,15 @@ module.exports = {
],
themeConfig: {
nav: [
{
title: 'Getting Started', // required
children: [
{ title: 'UI Status', link: '/getting-started/status', isVisible: true },
{ title: 'Changelog', link: '/getting-started/changelog', isVisible: true},
]
},
{
title: 'Base',
children: [
{ title: 'Color', link: '/base/color', isVisible: true },
{ title: 'Elements', link: '/base/elements', isVisible: true },
{ title: 'Design Tokens', link: '/base/Tokens', isVisible: true },
{ title: 'Type', link: '/base/type', isVisible: true },
{ title: 'Elements', link: '/base/elements', isVisible: true },
{ title: 'Grid', link: '/base/grid', isVisible: false },
{ title: 'Iconography', link: '/base/iconography', isVisible: true },
{ title: 'Typography', link: '/base/typography', isVisible: true },
]
},
{
Expand Down Expand Up @@ -64,6 +58,11 @@ module.exports = {
{ title: 'Top Bar', link: '/components/top-bar', isVisible: false },
],
},
{
children: [
{ title: 'Changelog', link: 'https://github.com/okta/odyssey/blob/master/packages/odyssey/CHANGELOG.md', isVisible: true},
]
},
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
searchEnabled: false,
shouldSort: false,
itemSelectText: '',
removeItemButton: true,
classNames: {
containerOuter: 'ods-select',
containerInner: 'ods-select--inner',
Expand Down
Loading

0 comments on commit 5b53618

Please sign in to comment.