Skip to content

Commit 8ccce80

Browse files
committed
Update Bulma and extension version
1 parent fce9735 commit 8ccce80

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

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

33
Bulma Frontend Preset For Laravel Framework 5.5 and Up
44

5-
*Current version*: **Bulma v0.7.1** + **Bulma Extensions v2.2.1**
5+
*Current version*: **Bulma v0.7.2** + **Bulma Extensions v3.0.0**
66

77

88
## Usage

src/BulmaPreset.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public static function install($withAuth = false)
4040
protected static function updatePackageArray(array $packages)
4141
{
4242
return [
43-
'bulma' => '^0.7.1',
44-
'bulma-extensions' => '^2.2.0',
43+
'bulma' => '^0.7.2',
44+
'bulma-extensions' => '^3.0.0',
4545
] + Arr::except($packages, ['bootstrap']);
4646
}
4747

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
</div>
113113

114114
<div class="foundation_button_test">
115-
<p class="framwork_title">Bulma v0.7.1</p>
116-
<p class="framwork_title">Bulma Extension v2.2.1</p>
115+
<p class="framwork_title">Bulma v0.7.2</p>
116+
<p class="framwork_title">Bulma Extension v3.0.0</p>
117117

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

0 commit comments

Comments
 (0)