Skip to content

Commit

Permalink
Packaging for release v18.1.3 (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtymchyk authored Jun 2, 2022
1 parent 7d4c59c commit 3b0c8c1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
18.1.3 (Jun 2, 2022)
----------
* Update browser_sniffer to 2.0.0

18.1.2 (Mar 3, 2022)
----------
* Use the App Bridge 2.0 redirect when attempting to break out of an iframe. This happens when an app is installed, requires new access scopes, or re-authentication because the login session is expired. [#1376](https://github.com/Shopify/shopify_app/pull/1376)
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_app (18.1.2)
shopify_app (18.1.3)
browser_sniffer (~> 2.0)
jwt (>= 2.2.3)
omniauth-rails_csrf_protection
Expand Down Expand Up @@ -94,16 +94,16 @@ GEM
crass (1.0.6)
debug_inspector (0.0.3)
erubi (1.10.0)
faraday (2.2.0)
faraday (2.3.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.1)
faraday-net_http (2.0.3)
globalid (1.0.0)
activesupport (>= 5.0)
graphql (1.13.10)
graphql-client (0.17.0)
graphql (2.0.9)
graphql-client (0.18.0)
activesupport (>= 3.0)
graphql (~> 1.10)
graphql
hashdiff (1.0.1)
hashie (5.0.0)
i18n (1.9.1)
Expand Down Expand Up @@ -132,9 +132,9 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (2.0.4)
omniauth (2.1.0)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
rack (>= 2.2.3)
rack-protection
omniauth-oauth2 (1.7.2)
oauth2 (~> 1.4)
Expand Down Expand Up @@ -219,7 +219,7 @@ GEM
activeresource (>= 4.1.0)
graphql-client
rack
sprockets (4.0.2)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
Expand Down Expand Up @@ -259,4 +259,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.3.5
2.3.7
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 = '18.1.2'
VERSION = '18.1.3'
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": "18.1.2",
"version": "18.1.3",
"repository": "git@github.com:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 3b0c8c1

Please sign in to comment.