Skip to content

Commit

Permalink
Upgrade Bulma to ^0.7.1 (Fix #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjohansson committed May 1, 2018
1 parent e57d3c9 commit bef2696
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# v0.4.2
## TBA

1. [](#bugfix)
1. [](#improved)
* Upgrade Bulma to `^0.7.1`
2. [](#bugfix)
* Fix indentation in `blueprints.yaml`
* Fix typos in `Navbar.vue`
* Do not output empty classname(s) to `<body>`
Expand Down
4 changes: 2 additions & 2 deletions dist/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=bccb715119e5a2bb9190",
"/css/app.css": "/css/app.css?id=93cc557f1fa4c26b47bf"
"/css/app.css": "/css/app.css?id=b1627cfcc3472b470390"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"bulma": "^0.6.2",
"bulma": "^0.7.1",
"cross-env": "^5.1.4",
"laravel-mix": "^2.1.11",
"vue": "^2.5.16"
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/post.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="{{ post.url }}" style="color: #4a4a4a;">
<article class="media">

<div class="media-content" style="overflow: initial;">
<div class="media-content">
<div class="content">
<strong class="title is-size-5">
{{ post.title }}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1126,9 +1126,9 @@ builtin-status-codes@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"

bulma@^0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.6.2.tgz#f4b1d11d5acc51a79644eb0a2b0b10649d3d71f5"
bulma@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.1.tgz#73c2e3b2930c90cc272029cbd19918b493fca486"

bytes@3.0.0:
version "3.0.0"
Expand Down

0 comments on commit bef2696

Please sign in to comment.