Skip to content

Commit 5af43ef

Browse files
authored
Merge pull request #1159 from Shopify/release_17_0_3
Packaging for release 17.0.3
2 parents 7642219 + aa55330 commit 5af43ef

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Unreleased
22
----------
3+
4+
17.0.3 (January 22, 2021)
5+
----------
36
* Amend fix for #1144 to raise on missing API keys only when running the server [#1155](https://github.com/Shopify/shopify_app/pull/1155)
47

58
17.0.2 (January 20, 2021)

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_app (17.0.2)
4+
shopify_app (17.0.3)
55
browser_sniffer (~> 1.2.2)
66
jwt (~> 2.2.1)
77
omniauth-shopify-oauth2 (~> 2.2.2)
@@ -96,7 +96,7 @@ GEM
9696
faraday-net_http (1.0.1)
9797
globalid (0.4.2)
9898
activesupport (>= 4.2.0)
99-
graphql (1.11.7)
99+
graphql (1.12.0)
100100
graphql-client (0.16.0)
101101
activesupport (>= 3.0)
102102
graphql (~> 1.8)
@@ -220,7 +220,7 @@ GEM
220220
activesupport (>= 4.0)
221221
sprockets (>= 3.0.0)
222222
sqlite3 (1.4.2)
223-
thor (1.0.1)
223+
thor (1.1.0)
224224
thread_safe (0.3.6)
225225
tzinfo (1.2.7)
226226
thread_safe (~> 0.1)

lib/shopify_app/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ShopifyApp
3-
VERSION = '17.0.2'
3+
VERSION = '17.0.3'
44
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopify_app",
3-
"version": "17.0.2",
3+
"version": "17.0.3",
44
"repository": "git@github.com:Shopify/shopify_app.git",
55
"author": "Shopify",
66
"license": "MIT",

0 commit comments

Comments
 (0)