Skip to content

Commit

Permalink
Packaging for release 14.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodepalo committed Nov 28, 2024
1 parent b10f372 commit 240be28
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[]`.
Expand Down
19 changes: 12 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_api (14.6.0)
shopify_api (14.7.0)
activesupport
concurrent-ruby
hash_diff
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module ShopifyAPI
VERSION = "14.6.0"
VERSION = "14.7.0"
end

0 comments on commit 240be28

Please sign in to comment.