Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packaging for release 17.0.5 #1166

Merged
merged 1 commit into from
Jan 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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