Skip to content

Commit a33bbe5

Browse files
authored
Merge pull request #2114 from roots/9.0.5
9.0.5
2 parents f087320 + 60e547a commit a33bbe5

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 9.0.5: September 17th, 2018
2+
* Workaround for Bootstrap incompatibility with webpack. Fixes #2017 ([e72b490](https://github.com/roots/sage/commit/e72b4906264551dc00cd0890de74ae2bce0d77c8))
3+
14
### 9.0.4: September 7th, 2018
25
* Force `illuminate/support` to `5.6.*` ([#2112](https://github.com/roots/sage/pull/2112))
36

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"php": ">=7.1",
3636
"composer/installers": "~1.0",
3737
"illuminate/support": "5.6.*",
38-
"roots/sage-lib": "~9.0.4",
38+
"roots/sage-lib": "~9.0.5",
3939
"soberwp/controller": "~2.1.0"
4040
},
4141
"require-dev": {

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sage",
3-
"version": "9.0.4",
3+
"version": "9.0.5",
44
"author": "Roots <[email protected]>",
55
"homepage": "https://roots.io/sage/",
66
"private": true,

resources/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Theme Name: Sage Starter Theme
33
Theme URI: https://roots.io/sage/
44
Description: Sage is a WordPress starter theme.
5-
Version: 9.0.4
5+
Version: 9.0.5
66
Author: Roots
77
Author URI: https://roots.io/
88
Text Domain: sage

0 commit comments

Comments
 (0)