Skip to content

Commit

Permalink
Merge pull request #1166 from Shopify/release-17-0-5
Browse files Browse the repository at this point in the history
Packaging for release 17.0.5
  • Loading branch information
rezaansyed authored Jan 27, 2021
2 parents 4bb4593 + 0cf42c2 commit 6d437d8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Unreleased
----------

17.0.5 (January 27, 2021)
----------
* Fix omniauth strategy not being set correctly for apps using session tokens [#1164](https://github.com/Shopify/shopify_app/pull/1164)

17.0.4 (January 25, 2021)
----------
* Redirect user to login page if shopify domain is not found in the `EnsureAuthenticatedLinks` concern [#1158](https://github.com/Shopify/shopify_app/pull/1158)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_app (17.0.4)
shopify_app (17.0.5)
browser_sniffer (~> 1.2.2)
jwt (~> 2.2.1)
omniauth-shopify-oauth2 (~> 2.2.2)
Expand Down Expand Up @@ -96,7 +96,7 @@ GEM
faraday-net_http (1.0.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
graphql (1.12.1)
graphql (1.12.3)
graphql-client (0.16.0)
activesupport (>= 3.0)
graphql (~> 1.8)
Expand Down Expand Up @@ -208,7 +208,7 @@ GEM
rubocop (~> 1.4)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.4)
shopify_api (9.2.0)
shopify_api (9.3.0)
activeresource (>= 4.1.0, < 6.0.0)
graphql-client
rack
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_app/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ShopifyApp
VERSION = '17.0.4'
VERSION = '17.0.5'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopify_app",
"version": "17.0.4",
"version": "17.0.5",
"repository": "[email protected]:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 6d437d8

Please sign in to comment.