Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kelly committed May 24, 2018
1 parent edab7c9 commit 41a0298
Show file tree
Hide file tree
Showing 9 changed files with 1,155 additions and 673 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## v0.14.0 (2018-05-24)

#### :rocket: Enhancement
* `slate-theme`
* [#567](https://github.com/Shopify/slate/pull/567) Upgrade jQuery to v3. ([@t-kelly](https://github.com/t-kelly))
* [#354](https://github.com/Shopify/slate/pull/354) Updated Apple Pay icon. ([@jonathanmoore](https://github.com/jonathanmoore))
* `slate-tools`
* [#366](https://github.com/Shopify/slate/pull/366) Make sure we log errors on watch command. ([@t-kelly](https://github.com/t-kelly))

#### :bug: Bug Fix
* `slate-theme`
* [#591](https://github.com/Shopify/slate/pull/591) Fix currency JS formatting names to match Shopify core. ([@t-kelly](https://github.com/t-kelly))
* [#566](https://github.com/Shopify/slate/pull/566) Remove extra whitespace from form element. ([@t-kelly](https://github.com/t-kelly))
* [#565](https://github.com/Shopify/slate/pull/565) Fix reference to form.phone in contact form. ([@t-kelly](https://github.com/t-kelly))
* `slate-cli`
* [#569](https://github.com/Shopify/slate/pull/569) Update config-sample.yml URL to 0.x branch. ([@t-kelly](https://github.com/t-kelly))
* `slate-cli`, `slate-theme`
* [#568](https://github.com/Shopify/slate/pull/568) Fix the version of slate and slate-tools used by slate-theme. ([@t-kelly](https://github.com/t-kelly))

#### Committers: 3
- Hugues Tennier ([huguestennier](https://github.com/huguestennier))
- Jonathan Moore ([jonathanmoore](https://github.com/jonathanmoore))
- Thomas Kelly ([t-kelly](https://github.com/t-kelly))

## v0.13.0 (2017-10-30)

#### :rocket: Enhancement
Expand Down Expand Up @@ -266,4 +290,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "0.13.0",
"lerna": "2.11.0",
"version": "0.14.0",
"packages": [
"packages/*"
],
Expand Down
Loading

0 comments on commit 41a0298

Please sign in to comment.