Skip to content

Commit

Permalink
Merge pull request roots#1840 from roots/8.5.1
Browse files Browse the repository at this point in the history
Sage 8.5.1
  • Loading branch information
retlehs committed Feb 21, 2017
2 parents e63d947 d6f5f42 commit 1460c0d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 1,8 @@
### 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))

### 8.5.0: September 20th, 2016
* Update installation instructions
* Update dependencies
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.0
$ composer create-project roots/sage your-theme-name 8.5.1
```

## Theme setup
Expand Down
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.0",
"version": "8.5.1",
"author": "Ben Word <[email protected]>",
"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.0
Version: 8.5.1
Author: Roots
Author URI: https://roots.io/
Text Domain: sage
Expand Down

0 comments on commit 1460c0d

Please sign in to comment.