UNPKG

1.02 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8## 3.1.36 - 2019-08-30
9
10### Fixed
11
12- Package no longer allows sessions from one shop to bleed over into another [940](https://github.com/Shopify/quilt/pull/940)
13
14## 3.1.32 - 2019-08-15
15
16### Fixed
17
18- Package now lists missing '@shopify/network' dependency [862](https://github.com/Shopify/quilt/pull/862)
19
20## 3.1.31 - 2019-08-13
21
22### Fixed
23
24- Installation no longer fails if accessToken is invalid [#844](https://github.com/Shopify/quilt/pull/844)
25
26## 3.1.14 - 2019-02-05
27
28### Fixed
29
30- OAuth route no longer rejects uppercase shop domains [#493](https://github.com/Shopify/quilt/pull/493)
31
32## 3.1.11 - 2019-01-10
33
34### Fixed
35
36- HMAC validation no longer breaks when params are unsorted [#451](https://github.com/Shopify/quilt/pull/451)
37
38## 3.1.10 - 2019-01-09
39
40- Start of Changelog