Skip to content

Commit

Permalink
Bootstrap 4 Beta, Sage 8.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Aug 12, 2017
1 parent 1460c0d commit 418a7e8
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
### 8.5.2: August 11th, 2017
* Update to Bootstrap 4 Beta ([#1944](https://github.com/roots/sage/pull/1944))

### 8.5.1: February 21st, 2017
* Update gulp-imagemin options ([#1839](https://github.com/roots/sage/pull/1839))
* Add error handling to `scripts` and `styles` gulp tasks ([#1832](https://github.com/roots/sage/pull/1832))
* Update to Bootstrap 4.0.0-alpha.6 ([#1832](https://github.com/roots/sage/pull/1832))
* Update to Bootstrap 4.0.0-alpha.6 ([#1832](https://github.com/roots/sage/pull/1832))

### 8.5.0: September 20th, 2016
* Update installation instructions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Install Sage using Composer from your WordPress themes directory (replace `your-

```shell
# @ example.com/site/web/app/themes/
$ composer create-project roots/sage your-theme-name 8.5.1
$ composer create-project roots/sage your-theme-name 8.5.2
```

## Theme setup
Expand Down
3 changes: 0 additions & 3 deletions assets/styles/common/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Grid settings
$main-sm-columns: 12;
$sidebar-sm-columns: 4;

// Colors
$brand-primary: #27ae60;
13 changes: 12 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
"license": "MIT",
"private": true,
"dependencies": {
"bootstrap": "git://github.com/twbs/bootstrap.git#v4.0.0-alpha.6"
"bootstrap": "git://github.com/twbs/bootstrap.git#v4.0.0-beta",
"popper.js": "https://unpkg.com/popper.js"
},
"overrides": {
"popper.js": {
"main": [
"./index.js"
]
}
},
"resolutions": {
"popper.js": "e-tag:W/\"13b6b-1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sage",
"version": "8.5.1",
"version": "8.5.2",
"author": "Ben Word <ben@benword.com>",
"homepage": "https://roots.io/sage/",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Sage Starter Theme
Theme URI: https://roots.io/sage/
Description: Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version: 8.5.1
Version: 8.5.2
Author: Roots
Author URI: https://roots.io/
Text Domain: sage
Expand Down

0 comments on commit 418a7e8

Please sign in to comment.