From 3a263444938d3b2cdee45345a9f1ba4779c4e970 Mon Sep 17 00:00:00 2001 From: Nabeel Ahsen Date: Thu, 1 Apr 2021 11:45:56 -0400 Subject: [PATCH] Packaging for release 17.2.0 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 8 ++++---- lib/shopify_app/version.rb | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c073799c5..eab16238d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased ---------- +17.2.0 (April 1, 2021) +---------- +* Support Rails `v6.1` [#1221](https://github.com/Shopify/shopify_app/pull/1221) + * Check out [Upgrading to `v17.2.0`](/docs/Upgrading.md#upgrading-to-v1720) in the Upgrading.md guide for the changes needed to support Rails `v6.1` + 17.1.1 (March 12, 2021) ---------- * Fix issues with mocking OmniAuth callback controller tests [#1210](https://github.com/Shopify/shopify_app/pull/1210) diff --git a/Gemfile.lock b/Gemfile.lock index 05872f55d..a95c0bf04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_app (17.1.1) + shopify_app (17.2.0) browser_sniffer (~> 1.2.2) jwt (~> 2.2.1) omniauth-shopify-oauth2 (~> 2.2.2) @@ -100,7 +100,7 @@ GEM faraday-net_http (1.0.1) globalid (0.4.2) activesupport (>= 4.2.0) - graphql (1.12.5) + graphql (1.12.6) graphql-client (0.16.0) activesupport (>= 3.0) graphql (~> 1.8) @@ -127,7 +127,7 @@ GEM nokogiri (1.11.2) mini_portile2 (~> 2.5.0) racc (~> 1.4) - oauth2 (1.4.4) + oauth2 (1.4.7) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) @@ -210,7 +210,7 @@ GEM rubocop (~> 1.4) ruby-progressbar (1.10.1) ruby2_keywords (0.0.4) - shopify_api (9.4.0) + shopify_api (9.4.1) 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 9bb71ea90..62482a3b1 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.1.1' + VERSION = '17.2.0' end diff --git a/package.json b/package.json index 187cf3e72..4d3ba21d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify_app", - "version": "17.1.1", + "version": "17.2.0", "repository": "git@github.com:Shopify/shopify_app.git", "author": "Shopify", "license": "MIT",