Skip to content

Commit 495f9a7

Browse files
committed
Packaging for release 14.1.0
1 parent 2d86c15 commit 495f9a7

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api
44

55
## Unreleased
66

7+
8+
## 14.1.0
79
- [#1071](https://github.com/Shopify/shopify-api-ruby/issues/1071) Fix FulfillmentEvent class types
810
- Fix: InventoryItem class `harmonized_system_code` attribute type which can be either integer, string or nil
911
- Fix: Variant class `inventory_quantity` attribute type which can be either integer, string or nil
1012
- [1293](https://github.com/Shopify/shopify-api-ruby/issues/1293) Add support for using Storefront private access tokens.
11-
- Deprecated passing the public Storefront access token as a positional parameter to the Storefront GraphQL client in favor of using the named parameter. (You probably want to use the private access token for this client anyway.)
13+
- [1302](https://github.com/Shopify/shopify-api-ruby/pull/1302) Deprecated passing the public Storefront access token as a positional parameter to the Storefront GraphQL client in favor of using the named parameter. (You probably want to use the private access token for this client anyway.)
1214
- [1305](https://github.com/Shopify/shopify-api-ruby/pull/1305/) Adds support for the `2024-04` API version.
1315

1416
## 14.0.1

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (14.0.1)
4+
shopify_api (14.1.0)
55
activesupport
66
concurrent-ruby
77
hash_diff
@@ -30,7 +30,7 @@ GEM
3030
public_suffix (>= 2.0.2, < 5.0)
3131
ast (2.4.2)
3232
base64 (0.2.0)
33-
bigdecimal (3.1.6)
33+
bigdecimal (3.1.7)
3434
byebug (11.1.3)
3535
coderay (1.1.3)
3636
concurrent-ruby (1.2.3)
@@ -116,13 +116,13 @@ GEM
116116
thor (>= 0.19.2)
117117
syntax_tree (6.2.0)
118118
prettier_print (>= 1.2.0)
119-
tapioca (0.12.0)
119+
tapioca (0.13.1)
120120
bundler (>= 2.2.25)
121121
netrc (>= 0.11.0)
122122
parallel (>= 1.21.0)
123123
rbi (>= 0.1.4, < 0.2)
124-
sorbet-static-and-runtime (>= 0.5.10820)
125-
spoom (~> 1.2.0, >= 1.2.0)
124+
sorbet-static-and-runtime (>= 0.5.11087)
125+
spoom (>= 1.2.0)
126126
thor (>= 1.2.0)
127127
yard-sorbet
128128
thor (1.3.0)

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

0 commit comments

Comments
 (0)