Skip to content

Commit

Permalink
Update Bulma and extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
deeshrestha committed Apr 16, 2018
1 parent b002e83 commit 200ee83
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 0.6.2** + **Bulma Extensions 1.0.13**
*Current version*: **Bulma 0.7.0** + **Bulma Extensions 1.0.14**


## Usage
Expand Down
4 changes: 2 additions & 2 deletions src/BulmaPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public static function install($withAuth = false)
protected static function updatePackageArray(array $packages)
{
return [
'bulma' => '^0.6.2',
'bulma-extensions' => '^1.0.13',
'bulma' => '^0.7.0',
'bulma-extensions' => '^1.0.14',
] + Arr::except($packages, ['bootstrap-sass', 'foundation-sites']);
}

Expand Down
2 changes: 1 addition & 1 deletion src/bulma-stubs/bulma.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "utf-8"
/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.7.0 | MIT License | github.com/jgthms/bulma */

@import "initial-variables.sass"

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 0.6.2</p>
<p class="framwork_title">Bulma Extension 1.0.13</p>
<p class="framwork_title">Bulma 0.7.0</p>
<p class="framwork_title">Bulma Extension 1.0.14</p>

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

0 comments on commit 200ee83

Please sign in to comment.