Skip to content

Commit 7531c26

Browse files
committed
quickstarts context default
1 parent ca01076 commit 7531c26

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"serve": "serve public"
1010
},
1111
"dependencies": {
12-
"@patternfly/quickstarts": "1.0.0-rc.11",
12+
"@patternfly/quickstarts": "1.0.0-rc.12",
1313
"@patternfly/react-core": "^4.101.3",
1414
"asciidoctor": "^2.2.1",
1515
"react": "^16.14.0",

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/quickstarts",
3-
"version": "1.0.0-rc.11",
3+
"version": "1.0.0-rc.12",
44
"description": "PatternFly quick starts",
55
"files": [
66
"dist"

packages/module/src/utils/quick-start-context.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export type QuickStartContextValues = {
5858
};
5959

6060
export const QuickStartContextDefaults = {
61+
allQuickStarts: [],
6162
activeQuickStartID: '',
6263
allQuickStartStates: {},
6364
activeQuickStartState: {},

0 commit comments

Comments
 (0)