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

Commit 41a0298

Browse files
author
t-kelly
committed
v0.14.0
1 parent edab7c9 commit 41a0298

File tree

9 files changed

+1155
-673
lines changed

9 files changed

+1155
-673
lines changed

CHANGELOG.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log
22

3+
## v0.14.0 (2018-05-24)
4+
5+
#### :rocket: Enhancement
6+
* `slate-theme`
7+
* [#567](https://github.com/Shopify/slate/pull/567) Upgrade jQuery to v3. ([@t-kelly](https://github.com/t-kelly))
8+
* [#354](https://github.com/Shopify/slate/pull/354) Updated Apple Pay icon. ([@jonathanmoore](https://github.com/jonathanmoore))
9+
* `slate-tools`
10+
* [#366](https://github.com/Shopify/slate/pull/366) Make sure we log errors on watch command. ([@t-kelly](https://github.com/t-kelly))
11+
12+
#### :bug: Bug Fix
13+
* `slate-theme`
14+
* [#591](https://github.com/Shopify/slate/pull/591) Fix currency JS formatting names to match Shopify core. ([@t-kelly](https://github.com/t-kelly))
15+
* [#566](https://github.com/Shopify/slate/pull/566) Remove extra whitespace from form element. ([@t-kelly](https://github.com/t-kelly))
16+
* [#565](https://github.com/Shopify/slate/pull/565) Fix reference to form.phone in contact form. ([@t-kelly](https://github.com/t-kelly))
17+
* `slate-cli`
18+
* [#569](https://github.com/Shopify/slate/pull/569) Update config-sample.yml URL to 0.x branch. ([@t-kelly](https://github.com/t-kelly))
19+
* `slate-cli`, `slate-theme`
20+
* [#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))
21+
22+
#### Committers: 3
23+
- Hugues Tennier ([huguestennier](https://github.com/huguestennier))
24+
- Jonathan Moore ([jonathanmoore](https://github.com/jonathanmoore))
25+
- Thomas Kelly ([t-kelly](https://github.com/t-kelly))
26+
327
## v0.13.0 (2017-10-30)
428

529
#### :rocket: Enhancement
@@ -266,4 +290,4 @@
266290

267291

268292

269-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
293+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"lerna": "2.0.0",
3-
"version": "0.13.0",
2+
"lerna": "2.11.0",
3+
"version": "0.14.0",
44
"packages": [
55
"packages/*"
66
],

0 commit comments

Comments
 (0)