Skip to content

Commit 6f8080d

Browse files
authored
Merge pull request #1524 from Shopify/release_v21_0_0
Packaging for release 21.0.0
2 parents 88b44fd + bda718d commit 6f8080d

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

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

4+
21.0.0 (Oct 3, 2022)
5+
----------
6+
* Updating shopify_api gem to 12.0.0
7+
48
20.2.0 (September 30, 2022)
59
----------
610
* Fixes a method signature error bug when raising `BillingError`. [#1513](https://github.com/Shopify/shopify_app/pull/1513)

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_app (20.2.0)
4+
shopify_app (21.0.0)
55
activeresource
66
browser_sniffer (~> 2.0)
77
jwt (>= 2.2.3)
88
rails (> 5.2.1)
99
redirect_safely (~> 1.0)
10-
shopify_api (~> 11.1)
10+
shopify_api (~> 12.0.0)
1111
sprockets-rails (>= 2.0.0)
1212

1313
GEM
@@ -194,7 +194,7 @@ GEM
194194
rubocop (~> 1.24)
195195
ruby-progressbar (1.11.0)
196196
securerandom (0.2.0)
197-
shopify_api (11.1.0)
197+
shopify_api (12.0.0)
198198
concurrent-ruby
199199
hash_diff
200200
httparty
@@ -204,7 +204,7 @@ GEM
204204
securerandom
205205
sorbet-runtime
206206
zeitwerk (~> 2.5)
207-
sorbet-runtime (0.5.10470)
207+
sorbet-runtime (0.5.10477)
208208
sprockets (4.1.1)
209209
concurrent-ruby (~> 1.0)
210210
rack (> 1, < 3)
@@ -224,7 +224,7 @@ GEM
224224
websocket-driver (0.7.5)
225225
websocket-extensions (>= 0.1.0)
226226
websocket-extensions (0.1.5)
227-
zeitwerk (2.6.0)
227+
zeitwerk (2.6.1)
228228

229229
PLATFORMS
230230
ruby

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.2.0"
4+
VERSION = "21.0.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.2.0",
3+
"version": "21.0.0",
44
"repository": "git@github.com:Shopify/shopify_app.git",
55
"author": "Shopify",
66
"license": "MIT",

shopify_app.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
s.add_runtime_dependency("jwt", ">= 2.2.3")
2020
s.add_runtime_dependency("rails", "> 5.2.1")
2121
s.add_runtime_dependency("redirect_safely", "~> 1.0")
22-
s.add_runtime_dependency("shopify_api", "~> 11.1")
22+
s.add_runtime_dependency("shopify_api", "~> 12.0.0")
2323
s.add_runtime_dependency("sprockets-rails", ">= 2.0.0")
2424

2525
s.add_development_dependency("byebug")

0 commit comments

Comments
 (0)