Skip to content

Commit

Permalink
Packaging for release 14.6.0 (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-liuu authored Oct 2, 2024
1 parent 9d2ca3e commit dbf36b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
22 changes: 13 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_api (14.5.0)
shopify_api (14.6.0)
activesupport
concurrent-ruby
hash_diff
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
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.5.0"
VERSION = "14.6.0"
end

0 comments on commit dbf36b7

Please sign in to comment.