From 4fb604838e79150161fc636dbeb3b3022c034cda Mon Sep 17 00:00:00 2001 From: Angel Vladov Date: Mon, 26 Mar 2018 00:05:39 +0300 Subject: [PATCH] added 4.0.4 and 4.0.5 docs --- docs/4.0.4.html | 4 ++++ docs/4.0.5.html | 4 ++++ docs/_config.yml | 2 ++ docs/_includes/scripts.html | 2 +- docs/index.html | 4 ++-- package.json | 6 +++--- 6 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 docs/4.0.4.html create mode 100644 docs/4.0.5.html diff --git a/docs/4.0.4.html b/docs/4.0.4.html new file mode 100644 index 0000000..ccb6976 --- /dev/null +++ b/docs/4.0.4.html @@ -0,0 +1,4 @@ +--- +layout: default +version: 4.0.4 +--- diff --git a/docs/4.0.5.html b/docs/4.0.5.html new file mode 100644 index 0000000..45de37f --- /dev/null +++ b/docs/4.0.5.html @@ -0,0 +1,4 @@ +--- +layout: default +version: 4.0.5 +--- diff --git a/docs/_config.yml b/docs/_config.yml index b791c4f..6faeec8 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,6 +3,8 @@ versions: - 4.0.1 - 4.0.2 - 4.0.3 + - 4.0.4 + - 4.0.5 title: select2-bootstrap-theme diff --git a/docs/_includes/scripts.html b/docs/_includes/scripts.html index f183a15..cbfa3b5 100755 --- a/docs/_includes/scripts.html +++ b/docs/_includes/scripts.html @@ -8,7 +8,7 @@ crossorigin="anonymous"> - diff --git a/docs/index.html b/docs/index.html index 46d4ac5..fa56b9c 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1,6 +1,6 @@ --- layout: minimal -version: 4.0.3 +version: 4.0.5 ---
@@ -36,7 +36,7 @@

Select2 Bootstrap Theme

A Select2 v4 theme built with Bootstrap 4 variables and mixins.

- Demonstrations + Demonstrations
diff --git a/package.json b/package.json index 29baab6..dca3ea6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "autoprefixer": "^6.4.0", "bootstrap": "^4.0.0", "diff": "^2.2.3", - "grunt": "^1.0.1", + "grunt": "^1.0.2", "grunt-browser-sync": "^2.2.0", "grunt-bump": "^0.8.0", "grunt-contrib-copy": "^1.0.0", @@ -44,9 +44,9 @@ "grunt-contrib-nodeunit": "^1.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-gh-pages": "^1.2.0", - "grunt-jekyll": "^0.4.4", + "grunt-jekyll": "^0.4.7", "grunt-postcss": "^0.8.0", - "grunt-sass": "^2.0.0", + "grunt-sass": "^2.1.0", "grunt-scss2less": "0.0.1", "grunt-stamp": "^0.3.0", "matchdep": "^1.0.1"