Skip to content

Commit bbaf599

Browse files
author
Hanna Chen
authored
Packaging for release v18.1.1 (#1363)
1 parent 3a75d14 commit bbaf599

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
18.1.1 (Feb 2, 2022)
2+
* Fix bug causing `unsafe-inline` CSP violation. [#1362](https://github.com/Shopify/shopify_app/pull/1362)
3+
14
18.1.0 (Jan 28, 2022)
25
----------
36
* Support Rails 7 [#1354](https://github.com/Shopify/shopify_app/pull/1354)

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_app (18.1.0)
4+
shopify_app (18.1.1)
55
browser_sniffer (~> 1.4.0)
66
jwt (>= 2.2.3)
77
omniauth-rails_csrf_protection
@@ -119,7 +119,7 @@ GEM
119119
faraday-retry (1.0.3)
120120
globalid (1.0.0)
121121
activesupport (>= 5.0)
122-
graphql (1.13.6)
122+
graphql (1.13.8)
123123
graphql-client (0.17.0)
124124
activesupport (>= 3.0)
125125
graphql (~> 1.10)

lib/shopify_app/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ShopifyApp
3-
VERSION = '18.1.0'
3+
VERSION = '18.1.1'
44
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": "18.1.0",
3+
"version": "18.1.1",
44
"repository": "[email protected]:Shopify/shopify_app.git",
55
"author": "Shopify",
66
"license": "MIT",

0 commit comments

Comments
 (0)