diff --git a/CHANGELOG.md b/CHANGELOG.md index b344929..e1675c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,48 +1,16 @@ -# v2.0.0-rc.2 -## 03/20/2019 +# v2.0.0 +## 04/11/2019 1. [](#improved) + * Updated to use new `GRAV` core language prefix * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.8` version - * Restructured SCSS to ensure easier Spectre updates in future - -# v2.0.0-rc.1 -## 02/07/2019 - -1. [](#improved) * Support for 2FA panel styling * Updated to Yarn 4.0 syntax + * Restructured SCSS to ensure easier Spectre updates in future 1. [](#bugfix) * Some checkboxes fixes for Forms 3.0 - -# v2.0.0-beta.4 -## 12/07/2018 - -1. [](#improved) - * Updated to include latest `v1.2.5` improvements - -# v2.0.0-beta.3 -## 11/12/2018 - -1. [](#improved) - * Updated to include latest `v1.2.4` improvements -1. [](#bugfix) * More Twig 2.0 compatibility fixes - -# v2.0.0-beta.2 -## 11/05/2018 - -1. [](#improved) - * Updated to include latest `v1.2.3` improvements -1. [](#bugfix) * Fixed a Twig 2.0 issue with assets rendering - -# v2.0.0-beta.1 -## 10/24/2018 - -1. [](#new) - * Use new `deferred` Twig blocks (requires Grav 1.6+) -1. [](#improved) - * Updated to use new `GRAV` core language prefix # v1.2.6 ## 03/21/2019 diff --git a/blueprints.yaml b/blueprints.yaml index 1570e09..646dbb6 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,6 +1,5 @@ name: Quark -version: 2.0.0-rc.2 -testing: true +version: 2.0.0 description: New Grav Default Theme icon: microchip author: @@ -14,7 +13,7 @@ bugs: https://github.com/getgrav/grav-theme-quark/issues license: MIT dependencies: - - { name: grav, version: '>=1.6.0-rc.2' } + - { name: grav, version: '>=1.6.0' } form: validation: loose