Skip to content

Commit

Permalink
Packaging for release 17.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NabeelAhsen committed Jan 25, 2021
1 parent 8dcbbbf commit 4bfaf58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.4 (January 25, 2021)
----------
* Redirect user to login page is shopify domain is not found in the `EnsureAuthenticatedLinks` concern [#1158](https://github.com/Shopify/shopify_app/pull/1158)

17.0.3 (January 22, 2021)
----------
* Amend fix for #1144 to raise on missing API keys only when running the server [#1155](https://github.com/Shopify/shopify_app/pull/1155)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_app (17.0.3)
shopify_app (17.0.4)
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.0)
graphql (1.12.1)
graphql-client (0.16.0)
activesupport (>= 3.0)
graphql (~> 1.8)
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.3'
VERSION = '17.0.4'
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.3",
"version": "17.0.4",
"repository": "git@github.com:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 4bfaf58

Please sign in to comment.