Skip to content

Commit

Permalink
Merge pull request #1522 from Shopify/release_v20_2_0
Browse files Browse the repository at this point in the history
Packaging for release 20.2.0
  • Loading branch information
klenotiw authored Sep 30, 2022
2 parents 2709588 + ae68725 commit 88b44fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Unreleased
----------

20.2.0 (September 30, 2022)
----------
* Fixes a method signature error bug when raising `BillingError`. [#1513](https://github.com/Shopify/shopify_app/pull/1513)
* Fixes bug with Rails 7 and import maps with Safari/Firefox on the HomeController#index view. [#1506](https://github.com/Shopify/shopify_app/pull/1506)
* Refactors how default `domain_host` is populated in the CSP header added to responses in the `FrameAncestors` controller concern. [#1504](https://github.com/Shopify/shopify_app/pull/1504)
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_app (20.1.1)
shopify_app (20.2.0)
activeresource
browser_sniffer (~> 2.0)
jwt (>= 2.2.3)
Expand Down Expand Up @@ -85,7 +85,7 @@ GEM
ast (2.4.2)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
browser_sniffer (2.0.0)
browser_sniffer (2.1.0)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oj (3.13.21)
openssl (3.0.0)
openssl (3.0.1)
parallel (1.21.0)
parser (3.1.0.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
securerandom
sorbet-runtime
zeitwerk (~> 2.5)
sorbet-runtime (0.5.10398)
sorbet-runtime (0.5.10470)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_app/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ShopifyApp
VERSION = "20.1.1"
VERSION = "20.2.0"
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": "20.1.1",
"version": "20.2.0",
"repository": "[email protected]:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 88b44fd

Please sign in to comment.