Skip to content

Commit 1fb3dde

Browse files
committed
Update bulma extension to v0.5.3
1 parent c948f9f commit 1fb3dde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.6.1** + **Bulma Extensions 0.5.2**
5+
*Current version*: **Bulma 0.6.1** + **Bulma Extensions 0.5.3**
66

77

88
## Usage

src/BulmaPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected static function updatePackageArray(array $packages)
4141
{
4242
return [
4343
'bulma' => '^0.6.1',
44-
'bulma-extensions' => '^0.5.2',
44+
'bulma-extensions' => '^0.5.3',
4545
] + Arr::except($packages, ['bootstrap-sass', 'foundation-sites']);
4646
}
4747

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

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

114114
<div class="foundation_button_test">
115115
<p class="framwork_title">Bulma 0.6.1</p>
116-
<p class="framwork_title">Bulma Extension 0.5.2</p>
116+
<p class="framwork_title">Bulma Extension 0.5.3</p>
117117

118118
<div class="block">
119119
<a class="button is-primary">Primary</a>

0 commit comments

Comments
 (0)