Skip to content

Commit

Permalink
Merge pull request #1461 from Shopify/release-v20-0.0
Browse files Browse the repository at this point in the history
Packaging for release 20.0.0
  • Loading branch information
mkevinosullivan committed Jul 4, 2022
2 parents ddd3c00 + 2f8a4e7 commit 422742d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Ruby ${{ matrix.version }}
strategy:
matrix:
version: ['2.6', '2.7', '3.0']
version: ['2.7', '3.0']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Unreleased
----------

20.0.0 (July 4, 2022)
----------

* Bump [Shopify API](https://github.com/Shopify/shopify-api-ruby) to version 11.0.0. It includes [these updates](https://github.com/Shopify/shopify-api-ruby/blob/main/CHANGELOG.md#version-1100). The breaking change relates to the removal of API version `2021-07` support.
* Internal update, adding App Bridge 3 for redirect (only). [#1458](https://github.com/Shopify/shopify_app/pull/1458)

19.1.0 (June 20, 2022)
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
shopify_app (19.1.0)
shopify_app (20.0.0)
activeresource
browser_sniffer (~> 2.0)
jwt (>= 2.2.3)
rails (> 5.2.1)
redirect_safely (~> 1.0)
shopify_api (~> 10.0)
shopify_api (~> 11.0)
sprockets-rails (>= 2.0.0)

GEM
Expand Down Expand Up @@ -124,7 +124,7 @@ GEM
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oj (3.13.14)
oj (3.13.15)
openssl (3.0.0)
parallel (1.21.0)
parser (3.1.0.0)
Expand Down Expand Up @@ -194,7 +194,7 @@ GEM
rubocop (~> 1.24)
ruby-progressbar (1.11.0)
securerandom (0.2.0)
shopify_api (10.1.0)
shopify_api (11.0.0)
concurrent-ruby
hash_diff
httparty
Expand All @@ -204,8 +204,8 @@ GEM
securerandom
sorbet-runtime
zeitwerk (~> 2.5)
sorbet-runtime (0.5.10101)
sprockets (4.0.3)
sorbet-runtime (0.5.10139)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
Expand All @@ -224,7 +224,7 @@ GEM
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.5.4)
zeitwerk (2.6.0)

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 = "19.1.0"
VERSION = "20.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": "19.1.0",
"version": "20.0.0",
"repository": "git@github.com:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions shopify_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.author = "Shopify"
s.summary = "This gem is used to get quickly started with the Shopify API"

s.required_ruby_version = ">= 2.6"
s.required_ruby_version = ">= 2.7"

s.metadata["allowed_push_host"] = "https://rubygems.org"

Expand All @@ -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", "~> 10.0")
s.add_runtime_dependency("shopify_api", "~> 11.0")
s.add_runtime_dependency("sprockets-rails", ">= 2.0.0")

s.add_development_dependency("byebug")
Expand Down

0 comments on commit 422742d

Please sign in to comment.