Skip to content

Commit 240be28

Browse files
committed
Packaging for release 14.7.0
1 parent b10f372 commit 240be28

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Note: For changes to the API, see https://shopify.dev/changelog?filter=api
44
## Unreleased
55

6+
## 14.7.0
7+
68
- [#1347](https://github.com/Shopify/shopify-api-ruby/pull/1347) Extend webhook registration to support filters
79
- [#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.
810
- [#1343](https://github.com/Shopify/shopify-api-ruby/pull/1343) Make ShopifyAPI::Context::scope parameter optional. `scope` defaults to empty list `[]`.

Gemfile.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (14.6.0)
4+
shopify_api (14.7.0)
55
activesupport
66
concurrent-ruby
77
hash_diff
@@ -16,20 +16,24 @@ PATH
1616
GEM
1717
remote: https://rubygems.org/
1818
specs:
19-
activesupport (7.1.4)
19+
activesupport (7.1.5)
2020
base64
21+
benchmark (>= 0.3)
2122
bigdecimal
2223
concurrent-ruby (~> 1.0, >= 1.0.2)
2324
connection_pool (>= 2.2.5)
2425
drb
2526
i18n (>= 1.6, < 2)
27+
logger (>= 1.4.2)
2628
minitest (>= 5.1)
2729
mutex_m
30+
securerandom (>= 0.3)
2831
tzinfo (~> 2.0)
2932
addressable (2.8.0)
3033
public_suffix (>= 2.0.2, < 5.0)
3134
ast (2.4.2)
3235
base64 (0.2.0)
36+
benchmark (0.4.0)
3337
bigdecimal (3.1.8)
3438
byebug (11.1.3)
3539
coderay (1.1.3)
@@ -50,21 +54,22 @@ GEM
5054
i18n (1.14.6)
5155
concurrent-ruby (~> 1.0)
5256
json (2.7.1)
53-
jwt (2.9.1)
57+
jwt (2.9.3)
5458
base64
5559
language_server-protocol (3.17.0.3)
60+
logger (1.6.1)
5661
method_source (1.0.0)
5762
mini_mime (1.1.5)
5863
minitest (5.15.0)
5964
mocha (1.13.0)
6065
multi_xml (0.6.0)
61-
mutex_m (0.2.0)
66+
mutex_m (0.3.0)
6267
netrc (0.11.0)
63-
oj (3.16.6)
68+
oj (3.16.7)
6469
bigdecimal (>= 3.0)
6570
ostruct (>= 0.2)
6671
openssl (3.2.0)
67-
ostruct (0.6.0)
72+
ostruct (0.6.1)
6873
parallel (1.24.0)
6974
parser (3.3.0.5)
7075
ast (~> 2.4.1)
@@ -104,7 +109,7 @@ GEM
104109
rubocop-sorbet (0.6.11)
105110
rubocop (>= 0.90.0)
106111
ruby-progressbar (1.13.0)
107-
securerandom (0.3.1)
112+
securerandom (0.3.2)
108113
sorbet (0.5.11230)
109114
sorbet-static (= 0.5.11230)
110115
sorbet-runtime (0.5.11230)

lib/shopify_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module ShopifyAPI
5-
VERSION = "14.6.0"
5+
VERSION = "14.7.0"
66
end

0 commit comments

Comments
 (0)