From 25acd5ba2808cc7fa2466cbe66226c486767ca00 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Wed, 18 May 2022 11:51:13 -0400 Subject: [PATCH 1/2] Packaging for release 10.1.0 --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/shopify_api/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3008cfda3..e39d5377f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## Version 10.1.0 + - [#933](https://github.com/Shopify/shopify_api/pull/933) Fix syntax of GraphQL query in `Webhooks.get_webhook_id` method by removing extra curly brace - [#941](https://github.com/Shopify/shopify_api/pull/941) Fix `to_hash` to return readonly attributes, unless being used for serialize the object for saving - fix issue [#930](https://github.com/Shopify/shopify_api/issues/930) - [#959](https://github.com/Shopify/shopify_api/pull/959) Update `LATEST_SUPPORTED_ADMIN_VERSION` to `2022-04` to align it with the current value diff --git a/Gemfile.lock b/Gemfile.lock index 5233fd94b..ff4364372 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_api (10.0.3) + shopify_api (10.1.0) concurrent-ruby hash_diff httparty diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index bc7304514..aea56cfbd 100644 --- a/lib/shopify_api/version.rb +++ b/lib/shopify_api/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module ShopifyAPI - VERSION = "10.0.3" + VERSION = "10.1.0" end From e07c0e0c644a5563c933e46c7e846cefcae17ade Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Wed, 18 May 2022 12:03:48 -0400 Subject: [PATCH 2/2] Update sorbet and sorbet-runtime to latest --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ff4364372..f06a6c9e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,16 +79,16 @@ GEM rubocop (>= 0.90.0) ruby-progressbar (1.11.0) securerandom (0.2.0) - sorbet (0.5.9924) - sorbet-static (= 0.5.9924) - sorbet-runtime (0.5.9924) - sorbet-static (0.5.9924-universal-darwin-21) - sorbet-static (0.5.9924-x86_64-linux) + sorbet (0.5.10016) + sorbet-static (= 0.5.10016) + sorbet-runtime (0.5.10016) + sorbet-static (0.5.10016-universal-darwin-21) + sorbet-static (0.5.10016-x86_64-linux) spoom (1.1.8) sorbet (>= 0.5.9204) sorbet-runtime (>= 0.5.9204) thor (>= 0.19.2) - tapioca (0.6.3) + tapioca (0.6.4) bundler (>= 1.17.3) pry (>= 0.12.2) rbi (~> 0.0.0, >= 0.0.9)