From 240be2825d5e958bfa18155926aee93d1bb0cc42 Mon Sep 17 00:00:00 2001 From: Matteo Depalo Date: Thu, 28 Nov 2024 11:31:44 +0000 Subject: [PATCH] Packaging for release 14.7.0 --- CHANGELOG.md | 2 ++ Gemfile.lock | 19 ++++++++++++------- lib/shopify_api/version.rb | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d17277..dc17bfdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api ## Unreleased +## 14.7.0 + - [#1347](https://github.com/Shopify/shopify-api-ruby/pull/1347) Extend webhook registration to support filters - [#1344](https://github.com/Shopify/shopify-api-ruby/pull/1344) Allow ShopifyAPI::Webhooks::Registry to update a webhook when fields or metafield_namespaces are changed. - [#1343](https://github.com/Shopify/shopify-api-ruby/pull/1343) Make ShopifyAPI::Context::scope parameter optional. `scope` defaults to empty list `[]`. diff --git a/Gemfile.lock b/Gemfile.lock index c896d185..63f7e16c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_api (14.6.0) + shopify_api (14.7.0) activesupport concurrent-ruby hash_diff @@ -16,20 +16,24 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.4) + activesupport (7.1.5) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) byebug (11.1.3) coderay (1.1.3) @@ -50,21 +54,22 @@ GEM i18n (1.14.6) concurrent-ruby (~> 1.0) json (2.7.1) - jwt (2.9.1) + jwt (2.9.3) base64 language_server-protocol (3.17.0.3) + logger (1.6.1) method_source (1.0.0) mini_mime (1.1.5) minitest (5.15.0) mocha (1.13.0) multi_xml (0.6.0) - mutex_m (0.2.0) + mutex_m (0.3.0) netrc (0.11.0) - oj (3.16.6) + oj (3.16.7) bigdecimal (>= 3.0) ostruct (>= 0.2) openssl (3.2.0) - ostruct (0.6.0) + ostruct (0.6.1) parallel (1.24.0) parser (3.3.0.5) ast (~> 2.4.1) @@ -104,7 +109,7 @@ GEM rubocop-sorbet (0.6.11) rubocop (>= 0.90.0) ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.3.2) sorbet (0.5.11230) sorbet-static (= 0.5.11230) sorbet-runtime (0.5.11230) diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index c2b1cb8a..9c307dce 100644 --- a/lib/shopify_api/version.rb +++ b/lib/shopify_api/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module ShopifyAPI - VERSION = "14.6.0" + VERSION = "14.7.0" end