]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
[Docs] Bump version of examples in customize bulma section (#2153)
authorKushal <19621775+connectkushal@users.noreply.github.com>
Sat, 13 Oct 2018 16:37:40 +0000 (22:07 +0530)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 13 Oct 2018 16:37:40 +0000 (17:37 +0100)
* Bump version to 0.7.2

* Bump version to 0.7.2

* Bump version to 0.7.2

* Bump version to 0.7.2

docs/_data/meta.json
docs/documentation/customize/with-node-sass.html
docs/documentation/customize/with-webpack.html

index 88e865e38ce2942c4d04bd351746790256e6b4f4..1bcb842ca18edf6a2af3c8deba83ab49e0363059 100644 (file)
@@ -2,10 +2,10 @@
   "title": "Bulma: a modern CSS framework based on Flexbox",
   "description": "Bulma is an open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.",
   "documentation": "/documentation",
-  "download": "https://github.com/jgthms/bulma/releases/download/0.7.1/bulma-0.7.1.zip",
+  "download": "https://github.com/jgthms/bulma/releases/download/0.7.2/bulma-0.7.2.zip",
   "github": "https://github.com/jgthms/bulma",
   "twitter": "https://twitter.com/jgthms",
-  "version": "0.7.1",
+  "version": "0.7.2",
   "book_url": "https://bleedingedgepress.com/creating-interfaces-bulma/",
   "book_amazon": "https://www.amazon.com/Creating-Interfaces-Bulma-Jeremy-Thomas-ebook/dp/B079M1BJG4/",
   "book_sample": "http://www.bleedingedgepress.com/book_excerpts/01E9D1/creating_interfaces_with_bulma_sample.pdf",
index ebf86b4bfc6e6958679cdd9fa0a23ece0dd93315..bb13aea8874df50c9ea2201813f9c14a6b53db4f 100644 (file)
@@ -22,7 +22,7 @@ npm install bulma --save-dev
   "main": "sass/mystyles.scss",
   "license": "MIT",
   "devDependencies": {
-    "bulma": "^0.7.1",
+    "bulma": "^0.7.2",
     "node-sass": "^4.9.2"
   }
 }
index 6268b2117ad1e98b6b0b13b07a0e1f7c916cf503..4a0df82eadbd265a0e2b88ad83060a98d00ed6e2 100644 (file)
@@ -28,7 +28,7 @@ npm install webpack-cli --save-dev
   "main": "webpack.config.js",
   "license": "MIT",
   "devDependencies": {
-    "bulma": "^0.7.1",
+    "bulma": "^0.7.2",
     "css-loader": "^1.0.0",
     "extract-text-webpack-plugin": "^4.0.0-beta.0",
     "node-sass": "^4.9.2",