Skip to content

Commit

Permalink
Merge pull request #1152 from Shopify/release-17-0-2
Browse files Browse the repository at this point in the history
Packaging for release 17.0.2
  • Loading branch information
rezaansyed authored Jan 20, 2021
2 parents 88f42f0 + 5d20cbb commit 19fca28
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.2 (January 20, 2021)
------
* Fix failing script tags and webhooks installs after performing OAuth [#1151](https://github.com/Shopify/shopify_app/pull/1151)

17.0.1 (January 18, 2021)
------
* Don't attempt to read Shopify environment variables when the generators are running, since they may not be present yet [#1144](https://github.com/Shopify/shopify_app/pull/1144)
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.1)
shopify_app (17.0.2)
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.11.6)
graphql (1.11.7)
graphql-client (0.16.0)
activesupport (>= 3.0)
graphql (~> 1.8)
Expand Down Expand Up @@ -207,7 +207,7 @@ GEM
rubocop-shopify (1.0.7)
rubocop (~> 1.4)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.2)
ruby2_keywords (0.0.4)
shopify_api (9.2.0)
activeresource (>= 4.1.0, < 6.0.0)
graphql-client
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.1'
VERSION = '17.0.2'
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.1",
"version": "17.0.2",
"repository": "[email protected]:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 19fca28

Please sign in to comment.