Skip to content

Commit dbf36b7

Browse files
authored
Packaging for release 14.6.0 (#1342)
1 parent 9d2ca3e commit dbf36b7

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

33
Note: For changes to the API, see https://shopify.dev/changelog?filter=api
4-
54
## Unreleased
65

6+
## 14.6.0
7+
78
- [#1337](https://github.com/Shopify/shopify-api-ruby/pull/1337) Fix type for Shop#google_apps_login_enabled
89
- [#1340](https://github.com/Shopify/shopify-api-ruby/pull/1340) Add support for 2024-10 API version
910

Gemfile.lock

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (14.5.0)
4+
shopify_api (14.6.0)
55
activesupport
66
concurrent-ruby
77
hash_diff
@@ -16,7 +16,7 @@ PATH
1616
GEM
1717
remote: https://rubygems.org/
1818
specs:
19-
activesupport (7.1.3.2)
19+
activesupport (7.1.4)
2020
base64
2121
bigdecimal
2222
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -30,25 +30,27 @@ GEM
3030
public_suffix (>= 2.0.2, < 5.0)
3131
ast (2.4.2)
3232
base64 (0.2.0)
33-
bigdecimal (3.1.7)
33+
bigdecimal (3.1.8)
3434
byebug (11.1.3)
3535
coderay (1.1.3)
36-
concurrent-ruby (1.2.3)
36+
concurrent-ruby (1.3.4)
3737
connection_pool (2.4.1)
3838
crack (0.4.5)
3939
rexml
40+
csv (3.3.0)
4041
drb (2.2.1)
4142
erubi (1.12.0)
4243
fakefs (1.4.1)
4344
hash_diff (1.1.1)
4445
hashdiff (1.0.1)
45-
httparty (0.21.0)
46+
httparty (0.22.0)
47+
csv
4648
mini_mime (>= 1.0.0)
4749
multi_xml (>= 0.5.2)
48-
i18n (1.14.4)
50+
i18n (1.14.6)
4951
concurrent-ruby (~> 1.0)
5052
json (2.7.1)
51-
jwt (2.8.1)
53+
jwt (2.9.1)
5254
base64
5355
language_server-protocol (3.17.0.3)
5456
method_source (1.0.0)
@@ -58,9 +60,11 @@ GEM
5860
multi_xml (0.6.0)
5961
mutex_m (0.2.0)
6062
netrc (0.11.0)
61-
oj (3.16.3)
63+
oj (3.16.6)
6264
bigdecimal (>= 3.0)
65+
ostruct (>= 0.2)
6366
openssl (3.2.0)
67+
ostruct (0.6.0)
6468
parallel (1.24.0)
6569
parser (3.3.0.5)
6670
ast (~> 2.4.1)
@@ -137,7 +141,7 @@ GEM
137141
yard-sorbet (0.8.1)
138142
sorbet-runtime (>= 0.5)
139143
yard (>= 0.9)
140-
zeitwerk (2.6.13)
144+
zeitwerk (2.6.18)
141145

142146
PLATFORMS
143147
arm64-darwin-21

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.5.0"
5+
VERSION = "14.6.0"
66
end

0 commit comments

Comments
 (0)