10.0.0-dev
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
### HEAD
|
||||||
|
- Remove `config` and `bootstrap` directories ([#2839](https://github.com/roots/sage/pull/2839))
|
||||||
|
- chore(deps): Bump roots/acorn to v2.0.0-beta.7 ([#2913](https://github.com/roots/sage/pull/2913))
|
||||||
|
- chore(deps-dev): bump tailwindcss from 3.0.7 to 3.0.8 ([#2914](https://github.com/roots/sage/pull/2914))
|
||||||
|
|
||||||
### 10.0.0-beta.2: December 21st, 2021
|
### 10.0.0-beta.2: December 21st, 2021
|
||||||
- chore(deps): Bump roots/acorn to v2.0.0-beta.6 ([#2911](https://github.com/roots/sage/pull/2911))
|
- chore(deps): Bump roots/acorn to v2.0.0-beta.6 ([#2911](https://github.com/roots/sage/pull/2911))
|
||||||
- Remove customizer starter ([#2904](https://github.com/roots/sage/pull/2904))
|
- Remove customizer starter ([#2904](https://github.com/roots/sage/pull/2904))
|
||||||
|
|||||||
@@ -111,7 +111,6 @@ themes/your-theme-name/ # → Root of your Sage based theme
|
|||||||
│ ├── layouts/ # → Base templates
|
│ ├── layouts/ # → Base templates
|
||||||
│ └── partials/ # → Partial templates
|
│ └── partials/ # → Partial templates
|
||||||
├── screenshot.png # → Theme screenshot for WP admin
|
├── screenshot.png # → Theme screenshot for WP admin
|
||||||
├── storage/ # → Storage location for cache (never edit)
|
|
||||||
├── style.css # → Theme meta information
|
├── style.css # → Theme meta information
|
||||||
├── vendor/ # → Composer packages (never edit)
|
├── vendor/ # → Composer packages (never edit)
|
||||||
└── bud.config.js # → Bud configuration
|
└── bud.config.js # → Bud configuration
|
||||||
|
|||||||
@@ -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: 10.0.0-beta.2
|
Version: 10.0.0-dev
|
||||||
Author: Roots
|
Author: Roots
|
||||||
Author URI: https://roots.io/
|
Author URI: https://roots.io/
|
||||||
Text Domain: sage
|
Text Domain: sage
|
||||||
|
|||||||
Reference in New Issue
Block a user