Skip to content

Commit

Permalink
Update Bulma and extension versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deeshrestha committed Feb 9, 2019
1 parent bbfe4e4 commit a857f15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Bulma Frontend Preset For Laravel Framework 5.5 and Up

*Current version*: **Bulma v0.7.2** + **Bulma Extensions v3.0.0**
*Current version*: **Bulma v0.7.4** + **Bulma Extensions v4.0.2**


## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/BulmaPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected static function updatePackageArray(array $packages)
{
return [
'bulma' => '^0.7.2',
'bulma-extensions' => '^3.0.0',
'bulma-extensions' => '^4.0.0',
] + Arr::except($packages, ['bootstrap']);
}

Expand Down
4 changes: 2 additions & 2 deletions src/bulma-stubs/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
</div>

<div class="foundation_button_test">
<p class="framwork_title">Bulma v0.7.2</p>
<p class="framwork_title">Bulma Extension v3.0.0</p>
<p class="framwork_title">Bulma v0.7.4</p>
<p class="framwork_title">Bulma Extension v4.0.2</p>

<div class="block">
<a class="button is-primary">Primary</a>
Expand Down

0 comments on commit a857f15

Please sign in to comment.