Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exporter.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"organization": "Supernova",
"source_dir": "src",
"assets_dir": "assets",
"version": "5.5.21",
"version": "5.5.22",
"usesBrands": false,
"config": {
"sources": "sources.json",
Expand Down
2 changes: 1 addition & 1 deletion src/page_head/page_head.pr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{[ inject "page_head_styles" context page /]}

{* Storybook - it's here before advanced customization, because otherwise some of the storybook scripts will be overridden *}
<script src="https://cdn-assets.supernova.io/storybook/js/storybook-playground-1.0.5.js"></script>
<script src="https://cdn-assets.supernova.io/storybook/js/storybook-playground-1.0.6.js"></script>

{* Injection point - inject head *}
{{ configuration.advancedCustomizationCustomHeadInject }}
Expand Down