Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Apr 11, 2019
1 parent 8c4c95e commit d54e1fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 39 deletions.
40 changes: 4 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions blueprints.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit d54e1fa

Please sign in to comment.