From dbf36b7766daa0a9dcf1f365b441d3f8dec748e7 Mon Sep 17 00:00:00 2001 From: Andy Liu <59021924+andy-liuu@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:42:48 -0400 Subject: [PATCH] Packaging for release 14.6.0 (#1342) --- CHANGELOG.md | 3 ++- Gemfile.lock | 22 +++++++++++++--------- lib/shopify_api/version.rb | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 843e7c8a..ff3e94df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog Note: For changes to the API, see https://shopify.dev/changelog?filter=api - ## Unreleased +## 14.6.0 + - [#1337](https://github.com/Shopify/shopify-api-ruby/pull/1337) Fix type for Shop#google_apps_login_enabled - [#1340](https://github.com/Shopify/shopify-api-ruby/pull/1340) Add support for 2024-10 API version diff --git a/Gemfile.lock b/Gemfile.lock index 6d3c86f0..c896d185 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_api (14.5.0) + shopify_api (14.6.0) activesupport concurrent-ruby hash_diff @@ -16,7 +16,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.2) + activesupport (7.1.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -30,25 +30,27 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (0.4.5) rexml + csv (3.3.0) drb (2.2.1) erubi (1.12.0) fakefs (1.4.1) hash_diff (1.1.1) hashdiff (1.0.1) - httparty (0.21.0) + httparty (0.22.0) + csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.4) + i18n (1.14.6) concurrent-ruby (~> 1.0) json (2.7.1) - jwt (2.8.1) + jwt (2.9.1) base64 language_server-protocol (3.17.0.3) method_source (1.0.0) @@ -58,9 +60,11 @@ GEM multi_xml (0.6.0) mutex_m (0.2.0) netrc (0.11.0) - oj (3.16.3) + oj (3.16.6) bigdecimal (>= 3.0) + ostruct (>= 0.2) openssl (3.2.0) + ostruct (0.6.0) parallel (1.24.0) parser (3.3.0.5) ast (~> 2.4.1) @@ -137,7 +141,7 @@ GEM yard-sorbet (0.8.1) sorbet-runtime (>= 0.5) yard (>= 0.9) - zeitwerk (2.6.13) + zeitwerk (2.6.18) PLATFORMS arm64-darwin-21 diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index 14d3192a..c2b1cb8a 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.5.0" + VERSION = "14.6.0" end