Skip to content

Commit

Permalink
quickstarts context default
Browse files Browse the repository at this point in the history
  • Loading branch information
jschuler committed Jun 21, 2021
1 parent ca01076 commit 7531c26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "serve public"
},
"dependencies": {
"@patternfly/quickstarts": "1.0.0-rc.11",
"@patternfly/quickstarts": "1.0.0-rc.12",
"@patternfly/react-core": "^4.101.3",
"asciidoctor": "^2.2.1",
"react": "^16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/quickstarts",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"description": "PatternFly quick starts",
"files": [
"dist"
Expand Down
1 change: 1 addition & 0 deletions packages/module/src/utils/quick-start-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export type QuickStartContextValues = {
};

export const QuickStartContextDefaults = {
allQuickStarts: [],
activeQuickStartID: '',
allQuickStartStates: {},
activeQuickStartState: {},
Expand Down

0 comments on commit 7531c26

Please sign in to comment.