From: Kushal <19621775+connectkushal@users.noreply.github.com> Date: Sat, 13 Oct 2018 16:37:40 +0000 (+0530) Subject: [Docs] Bump version of examples in customize bulma section (#2153) X-Git-Tag: 0.7.3~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b761e2c1e619959d8ebfb866630d35a1d05d834b;p=thirdparty%2Fbulma.git [Docs] Bump version of examples in customize bulma section (#2153) * Bump version to 0.7.2 * Bump version to 0.7.2 * Bump version to 0.7.2 * Bump version to 0.7.2 --- diff --git a/docs/_data/meta.json b/docs/_data/meta.json index 88e865e38..1bcb842ca 100644 --- a/docs/_data/meta.json +++ b/docs/_data/meta.json @@ -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", diff --git a/docs/documentation/customize/with-node-sass.html b/docs/documentation/customize/with-node-sass.html index ebf86b4bf..bb13aea88 100644 --- a/docs/documentation/customize/with-node-sass.html +++ b/docs/documentation/customize/with-node-sass.html @@ -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" } } diff --git a/docs/documentation/customize/with-webpack.html b/docs/documentation/customize/with-webpack.html index 6268b2117..4a0df82ea 100644 --- a/docs/documentation/customize/with-webpack.html +++ b/docs/documentation/customize/with-webpack.html @@ -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",