Skip to content

Commit 5e3a221

Browse files
Merge pull request #1490 from Shopify/for_release_20-1-0
Packaging for release 20.1.0
2 parents b382c12 + bad5aaf commit 5e3a221

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Unreleased
22
----------
33

4+
20.1.0 (August 22, 2022)
5+
----------
6+
47
* Set the appropriate CSP `frame-ancestor` directive in controllers using the `EmbeddedApp` concern. [#1474](https://github.com/Shopify/shopify_app/pull/1474)
58
* Allow [Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/run-tunnel/trycloudflare/) hosts in `config/environments/development.rb`.
69
* Use [Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/run-tunnel/trycloudflare/) as example tunnel in readme/docs.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_app (20.0.2)
4+
shopify_app (20.1.0)
55
activeresource
66
browser_sniffer (~> 2.0)
77
jwt (>= 2.2.3)
@@ -124,7 +124,7 @@ GEM
124124
nokogiri (1.13.4)
125125
mini_portile2 (~> 2.8.0)
126126
racc (~> 1.4)
127-
oj (3.13.20)
127+
oj (3.13.21)
128128
openssl (3.0.0)
129129
parallel (1.21.0)
130130
parser (3.1.0.0)
@@ -204,7 +204,7 @@ GEM
204204
securerandom
205205
sorbet-runtime
206206
zeitwerk (~> 2.5)
207-
sorbet-runtime (0.5.10297)
207+
sorbet-runtime (0.5.10354)
208208
sprockets (4.1.1)
209209
concurrent-ruby (~> 1.0)
210210
rack (> 1, < 3)

lib/shopify_app/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ShopifyApp
4-
VERSION = "20.0.2"
4+
VERSION = "20.1.0"
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopify_app",
3-
"version": "20.0.2",
3+
"version": "20.1.0",
44
"repository": "[email protected]:Shopify/shopify_app.git",
55
"author": "Shopify",
66
"license": "MIT",

0 commit comments

Comments
 (0)