Skip to content

Commit b478a42

Browse files
authored
Merge pull request #1160 from Shopify/packaging-for-release-17-0-4
Packaging for release 17.0.4
2 parents 8dcbbbf + 4c05a77 commit b478a42

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Unreleased
22
----------
33

4+
17.0.4 (January 25, 2021)
5+
----------
6+
* Redirect user to login page if shopify domain is not found in the `EnsureAuthenticatedLinks` concern [#1158](https://github.com/Shopify/shopify_app/pull/1158)
7+
48
17.0.3 (January 22, 2021)
59
----------
610
* Amend fix for #1144 to raise on missing API keys only when running the server [#1155](https://github.com/Shopify/shopify_app/pull/1155)

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_app (17.0.3)
4+
shopify_app (17.0.4)
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.12.0)
99+
graphql (1.12.1)
100100
graphql-client (0.16.0)
101101
activesupport (>= 3.0)
102102
graphql (~> 1.8)

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.3'
3+
VERSION = '17.0.4'
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.3",
3+
"version": "17.0.4",
44
"repository": "[email protected]:Shopify/shopify_app.git",
55
"author": "Shopify",
66
"license": "MIT",

0 commit comments

Comments
 (0)