Skip to content

Commit

Permalink
Deploy 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjohansson committed Jan 22, 2018
1 parent dade946 commit 4755f92
Show file tree
Hide file tree
Showing 7 changed files with 160 additions and 235 deletions.
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v0.3.3
## 01/22/2018

1. [](#new)
* Add .editorconfig
2. [](#improved)
* Update `_demo/` pages markdown
* Update theme screenshots
* Bundle working assets to `resources/` folder
* Fix to Bulma navbar-burger ([#1580](https://github.com/jgthms/bulma/issues/1580), [#1515](https://github.com/jgthms/bulma/issues/1515))

# v0.3.2
## 01/09/2018

Expand Down Expand Up @@ -144,7 +155,7 @@
## 02/14/2017

1. [](#new)
* Added custom blueprints
* Added custom blueprints
* Added custom language settings
* Added featured image to blog item
2. [](#improved)
Expand All @@ -162,8 +173,8 @@
## 02/10/2017

1. [](#new)
* Demo content of pages > `_demo/pages/` - [#1](https://github.com/robbinfellow/haywire-grav/issues/1)
* Added [live demo](http://haywire.me/haywire-grav-demo/) - [#2](https://github.com/robbinfellow/haywire-grav/issues/2)
* Demo content of pages > `_demo/pages/` - [#1](https://github.com/robbinfellow/haywire-grav/issues/1)
* Added [live demo](http://haywire.me/haywire-grav-demo/) - [#2](https://github.com/robbinfellow/haywire-grav/issues/2)
2. [](#improved)
* Updated theme specific details for better overview
* Updated changelog to correct formats
Expand All @@ -172,14 +183,14 @@
## 01/31/2017

1. [](#new)
* Display date created on each post at homepage
* Display date created on each post at homepage
2. [](#improved)
* Remove unused gulp dependencies from `package.json`
* Better thumbnail image
* More accurate theme description
* Better thumbnail image
* More accurate theme description

# v0.1.1
## 01/31/2017

1. [](#improved)
* Update theme details & clean up
* Update theme details & clean up
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Haywire
version: 0.3.2
version: 0.3.3
description: A modern starter theme for Grav CMS using modern frameworks and tools such as Laravel Mix, Vuejs, Bulma.
icon: empire
author:
Expand Down
4 changes: 2 additions & 2 deletions dist/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=0329616e212602344904",
"/css/app.css": "/css/app.css?id=8be749afe4db420d4367"
"/js/app.js": "/js/app.js?id=ab0684f27c33a69246c2",
"/css/app.css": "/css/app.css?id=1f1500e21b66c2b2aa54"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haywire-grav",
"version": "0.3.2",
"version": "0.3.3",
"homepage": "https://github.com/robbinfellow/haywire-grav#readme",
"author": "Robbin Johansson <robbinfellow@gmail.com>",
"repository": {
Expand Down
Loading

0 comments on commit 4755f92

Please sign in to comment.