Skip to content

Commit

Permalink
Merge pull request #1524 from Shopify/release_v21_0_0
Browse files Browse the repository at this point in the history
Packaging for release 21.0.0
  • Loading branch information
klenotiw committed Oct 4, 2022
2 parents 88b44fd + bda718d commit 6f8080d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Unreleased
----------

21.0.0 (Oct 3, 2022)
----------
* Updating shopify_api gem to 12.0.0

20.2.0 (September 30, 2022)
----------
* Fixes a method signature error bug when raising `BillingError`. [#1513](https://github.com/Shopify/shopify_app/pull/1513)
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
shopify_app (20.2.0)
shopify_app (21.0.0)
activeresource
browser_sniffer (~> 2.0)
jwt (>= 2.2.3)
rails (> 5.2.1)
redirect_safely (~> 1.0)
shopify_api (~> 11.1)
shopify_api (~> 12.0.0)
sprockets-rails (>= 2.0.0)

GEM
Expand Down Expand Up @@ -194,7 +194,7 @@ GEM
rubocop (~> 1.24)
ruby-progressbar (1.11.0)
securerandom (0.2.0)
shopify_api (11.1.0)
shopify_api (12.0.0)
concurrent-ruby
hash_diff
httparty
Expand All @@ -204,7 +204,7 @@ GEM
securerandom
sorbet-runtime
zeitwerk (~> 2.5)
sorbet-runtime (0.5.10470)
sorbet-runtime (0.5.10477)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -224,7 +224,7 @@ GEM
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.0)
zeitwerk (2.6.1)

PLATFORMS
ruby
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.2.0"
VERSION = "21.0.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.2.0",
"version": "21.0.0",
"repository": "git@github.com:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion shopify_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("jwt", ">= 2.2.3")
s.add_runtime_dependency("rails", "> 5.2.1")
s.add_runtime_dependency("redirect_safely", "~> 1.0")
s.add_runtime_dependency("shopify_api", "~> 11.1")
s.add_runtime_dependency("shopify_api", "~> 12.0.0")
s.add_runtime_dependency("sprockets-rails", ">= 2.0.0")

s.add_development_dependency("byebug")
Expand Down

0 comments on commit 6f8080d

Please sign in to comment.