Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80d4bb4

Browse files
author
t-kelly
committedFeb 11, 2019
Update CHANGELOG.md for v1.0.0-beta.15
1 parent 3e3b453 commit 80d4bb4

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed
 

‎CHANGELOG.md

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

3+
## v1.0.0-beta.15 (2019-02-11)
4+
5+
#### :bug: Bug Fix
6+
7+
* `slate-tools`
8+
* [#967](https://github.com/Shopify/slate/pull/967) Resolve Windows Slashes for styles and script tags snippets.. ([@YourWishes](https://github.com/YourWishes))
9+
* `slate-analytics`
10+
* [#925](https://github.com/Shopify/slate/pull/925) Update analytics to refer to betainstead of alpha. ([@t-kelly](https://github.com/t-kelly))
11+
12+
#### :memo: Documentation
13+
14+
* [#951](https://github.com/Shopify/slate/pull/951) Add travis task to deploy docs. ([@huguestennier](https://github.com/huguestennier))
15+
* [#950](https://github.com/Shopify/slate/pull/950) Update docs structure. ([@huguestennier](https://github.com/huguestennier))
16+
* [#928](https://github.com/Shopify/slate/pull/928) Add docs search. ([@huguestennier](https://github.com/huguestennier))
17+
* [#929](https://github.com/Shopify/slate/pull/929) Remove unused docs files. ([@huguestennier](https://github.com/huguestennier))
18+
* [#926](https://github.com/Shopify/slate/pull/926) Add Google Analytics. ([@huguestennier](https://github.com/huguestennier))
19+
20+
#### :house: Internal
21+
22+
* `slate-tools`
23+
* [#923](https://github.com/Shopify/slate/pull/923) Fix cli:start and start:start analytics events. ([@t-kelly](https://github.com/t-kelly))
24+
25+
#### :wrench Config
26+
27+
* `slate-env`, `slate-sync`
28+
* [#968](https://github.com/Shopify/slate/pull/968) Expose request timeout of themekit in .env. ([@Liroo](https://github.com/Liroo))
29+
30+
#### Committers: 4
31+
32+
* Dominic Masters ([YourWishes](https://github.com/YourWishes))
33+
* Hugues Tennier ([huguestennier](https://github.com/huguestennier))
34+
* Pierre Monge ᵈᵉᵛ ([Liroo](https://github.com/Liroo))
35+
* Thomas Kelly ([t-kelly](https://github.com/t-kelly))
36+
337
## v1.0.0-beta.14 (2018-11-22)
438

539
#### :bug: Bug Fix
@@ -139,7 +173,7 @@ In addition to this beta release, we shipped v1 of [`theme-cart`](https://github
139173

140174
#### :broken_heart: Breaking
141175

142-
You will need to update your `slate.config.js` to the new, simplified, more powerful format. For more information see the new [Slate Configuration](https://shopify.github.io/slate/docs/slate-configuration) page.
176+
You will need to update your `slate.config.js` to the new, simplified, more powerful format. For more information see the new [Slate Configuration](https://shopify.github.io/slate/docs/slate-configuration) page.
143177

144178
There is no longer seperate development or production configurations. A configuration can return different values for prod or dev by checking if `process.env.NODE_ENV === 'production'` or `process.env.NODE_ENV === 'development'`.
145179

0 commit comments

Comments
 (0)
This repository has been archived.