This commit is contained in:
Ben Word
2018-09-17 11:13:10 -06:00
parent f087320908
commit 60e547aa19
5 changed files with 18 additions and 15 deletions

View File

@@ -1,3 +1,6 @@
### 9.0.5: September 17th, 2018
* Workaround for Bootstrap incompatibility with webpack. Fixes #2017 ([e72b490](https://github.com/roots/sage/commit/e72b4906264551dc00cd0890de74ae2bce0d77c8))
### 9.0.4: September 7th, 2018 ### 9.0.4: September 7th, 2018
* Force `illuminate/support` to `5.6.*` ([#2112](https://github.com/roots/sage/pull/2112)) * Force `illuminate/support` to `5.6.*` ([#2112](https://github.com/roots/sage/pull/2112))

View File

@@ -35,7 +35,7 @@
"php": ">=7.1", "php": ">=7.1",
"composer/installers": "~1.0", "composer/installers": "~1.0",
"illuminate/support": "5.6.*", "illuminate/support": "5.6.*",
"roots/sage-lib": "~9.0.4", "roots/sage-lib": "~9.0.5",
"soberwp/controller": "~2.1.0" "soberwp/controller": "~2.1.0"
}, },
"require-dev": { "require-dev": {

24
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "db7f6f35aa4520323248a8b629de0646", "content-hash": "2535b3b47ef47a3b146a488b73081199",
"packages": [ "packages": [
{ {
"name": "brain/hierarchy", "name": "brain/hierarchy",
@@ -64,16 +64,16 @@
}, },
{ {
"name": "composer/installers", "name": "composer/installers",
"version": "v1.5.0", "version": "v1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/installers.git", "url": "https://github.com/composer/installers.git",
"reference": "049797d727261bf27f2690430d935067710049c2" "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2", "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
"reference": "049797d727261bf27f2690430d935067710049c2", "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -180,7 +180,7 @@
"zend", "zend",
"zikula" "zikula"
], ],
"time": "2017-12-29T09:13:20+00:00" "time": "2018-08-27T06:10:37+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@@ -785,7 +785,7 @@
}, },
{ {
"name": "roots/sage-lib", "name": "roots/sage-lib",
"version": "9.0.4", "version": "9.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/roots/sage-lib.git", "url": "https://github.com/roots/sage-lib.git",
@@ -1171,16 +1171,16 @@
}, },
{ {
"name": "roots/sage-installer", "name": "roots/sage-installer",
"version": "1.4.2", "version": "1.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/roots/sage-installer.git", "url": "https://github.com/roots/sage-installer.git",
"reference": "5906db283b5b0a6117d87e2cc971afb9a66b135d" "reference": "290e17d20da6566eda339f1ee448ada4a9bc3b1d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/roots/sage-installer/zipball/5906db283b5b0a6117d87e2cc971afb9a66b135d", "url": "https://api.github.com/repos/roots/sage-installer/zipball/290e17d20da6566eda339f1ee448ada4a9bc3b1d",
"reference": "5906db283b5b0a6117d87e2cc971afb9a66b135d", "reference": "290e17d20da6566eda339f1ee448ada4a9bc3b1d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1226,7 +1226,7 @@
"theme", "theme",
"wordpress" "wordpress"
], ],
"time": "2018-08-24T00:01:10+00:00" "time": "2018-09-17T17:09:42+00:00"
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",

View File

@@ -1,6 +1,6 @@
{ {
"name": "sage", "name": "sage",
"version": "9.0.4", "version": "9.0.5",
"author": "Roots <team@roots.io>", "author": "Roots <team@roots.io>",
"homepage": "https://roots.io/sage/", "homepage": "https://roots.io/sage/",
"private": true, "private": true,

View File

@@ -2,7 +2,7 @@
Theme Name: Sage Starter Theme Theme Name: Sage Starter Theme
Theme URI: https://roots.io/sage/ Theme URI: https://roots.io/sage/
Description: Sage is a WordPress starter theme. Description: Sage is a WordPress starter theme.
Version: 9.0.4 Version: 9.0.5
Author: Roots Author: Roots
Author URI: https://roots.io/ Author URI: https://roots.io/
Text Domain: sage Text Domain: sage