We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b83a7e + 67cd37f commit 6f5edd3Copy full SHA for 6f5edd3
changelog.txt
@@ -1,3 +1,6 @@
1
+# 0.6
2
+* Upgrade to Bulma 0.9.3
3
+
4
# 0.5
5
* Added has-icon
6
package.json
@@ -1,6 +1,6 @@
{
"name": "bulma-block-list",
- "version": "0.5.0",
+ "version": "0.6.0",
"description": "A simple scss package extending Bulma with block style list elements",
"homepage": "https://github.com/chrisrhymes/bulma-block-list#readme",
"bugs": {
@@ -21,9 +21,9 @@
21
"author": "chrisrhymes",
22
"license": "MIT",
23
"dependencies": {
24
- "bulma": "^0.8.0"
+ "bulma": "^0.9.3"
25
},
26
"devDependencies": {
27
- "node-sass": "^4.9.2"
+ "node-sass": "^4.14.1"
28
}
29
0 commit comments