Skip to content

Commit

Permalink
Merge branch 'hotfix/8.11.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispelzer committed Sep 23, 2024
2 parents b730ba3 + b31b48a commit fb428a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "base",
"private": true,
"version": "8.11.0",
"version": "8.11.1",
"description": "",
"scripts": {
"dev": "npm run development",
Expand Down
2 changes: 1 addition & 1 deletion styleguide/Pages/ComponentHeroCarousel.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function getPageData()
{
return app(PageFactory::class)->create(1, true, [
'page' => [
'controller' => 'componentHeroController',
'controller' => 'ComponentHeroController',
'title' => 'Hero carousel',
'id' => 105100104,
'content' => [
Expand Down

0 comments on commit fb428a2

Please sign in to comment.