Skip to content

Commit

Permalink
📦 Increment version to deploy design-docs (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelberg-okta authored Apr 3, 2020
1 parent 1679f8a commit 1df5473
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# Resources
# - [CODEOWNERS] https://help.github.com/articles/about-codeowners

* @okta/design-system
* @okta/eng-uicore

# Require UI Core reviews for scripts
*.js @okta/eng-uicore
*.sh @okta/eng-uicore
*.md @okta/design-system
*.scss @okta/design-system
*.html @okta/design-system
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"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 @@ -10,7 +10,7 @@
},
"scripts": {
"docs": "yarn --cwd packages/docs start",
"lerna-version": "lerna version --no-git-tag-version",
"lerna-version": "lerna version --no-git-tag-version --force-publish",
"prelerna-publish": "lerna run build",
"lerna-publish": "lerna publish from-package --no-push --force-publish --no-verify-access --no-verify-registry"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@okta/design-docs",
"description": "Design System Docs",
"version": "0.1.0",
"version": "0.1.1",
"hexo": {
"version": "3.9.0"
},
Expand All @@ -21,7 +21,7 @@
"last 2 versions"
],
"devDependencies": {
"@okta/odyssey": "^0.1.0",
"@okta/odyssey": "^0.1.1",
"choices.js": "^9.0.1",
"hexo": "^3.2.0",
"hexo-autoprefixer": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey",
"version": "0.1.0",
"version": "0.1.1",
"description": "Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1df5473

Please sign in to comment.