Skip to content

Commit 84c2f15

Browse files
committed
Update to v0.5.1
1 parent 7fa72dd commit 84c2f15

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Preset for Bulma scaffolding on new Laravel 5.5.x project.
44

5-
*Current version*: **Bulma 0.5.0**
5+
*Current version*: **Bulma 0.5.1**
66

77

88
## Usage

src/BulmaPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static function install($withAuth = false)
3939
protected static function updatePackageArray(array $packages)
4040
{
4141
return [
42-
'bulma' => '^0.5.0',
42+
'bulma' => '^0.5.1',
4343
] + Arr::except($packages, ['bootstrap-sass', 'foundation-sites', 'uikit']);
4444
}
4545

src/bulma-stubs/bulma.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@charset "utf-8"
2-
/*! bulma.io v0.5.0 | MIT License | github.com/jgthms/bulma */
2+
/*! bulma.io v0.5.1 | MIT License | github.com/jgthms/bulma */
33

44
/* @import "sass/utilities/_all" */
55
/* @import "sass/base/_all" */

src/bulma-stubs/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</div>
116116

117117
<div class="foundation_button_test">
118-
<p class="framwork_title">Bulma 0.5.0</p>
118+
<p class="framwork_title">Bulma 0.5.1</p>
119119
<div class="block">
120120
<a class="button is-primary">Primary</a>
121121
<a class="button is-info">Info</a>

0 commit comments

Comments
 (0)