From 0cf42c23002c1e32eee7973703341deb0728a439 Mon Sep 17 00:00:00 2001 From: Rezaan Syed Date: Wed, 27 Jan 2021 16:19:06 -0500 Subject: [PATCH] Packaging for release 17.0.5 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 6 +++--- lib/shopify_app/version.rb | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a0e5d96..2f8ccd635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index 654d81579..884f6dbb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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 diff --git a/lib/shopify_app/version.rb b/lib/shopify_app/version.rb index 89d5d0e35..9abb6449c 100644 --- a/lib/shopify_app/version.rb +++ b/lib/shopify_app/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module ShopifyApp - VERSION = '17.0.4' + VERSION = '17.0.5' end diff --git a/package.json b/package.json index 8fa948f82..50d823029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify_app", - "version": "17.0.4", + "version": "17.0.5", "repository": "git@github.com:Shopify/shopify_app.git", "author": "Shopify", "license": "MIT",