Skip to content

Commit 9c96648

Browse files
authored
Merge pull request #1291 from Shopify/liz/14.0.1
Packaging for release 14.0.1
2 parents 37cbb3e + 24a213b commit 9c96648

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Note: For changes to the API, see https://shopify.dev/changelog?filter=api
44

55
## Unreleased
66

7+
## 14.0.1
78
- [#1288](https://github.com/Shopify/shopify-api-ruby/pull/1288) Fix FeatureDeprecatedError being raised without a message.
89
- [1290](https://github.com/Shopify/shopify-api-ruby/pull/1290) Move deprecation of `ShopifyAPI::Webhooks::Handler#handle` to version 15.0.0
910

Gemfile.lock

Lines changed: 6 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.0.0)
4+
shopify_api (14.0.1)
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)
19+
activesupport (7.1.3.2)
2020
base64
2121
bigdecimal
2222
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -37,19 +37,19 @@ GEM
3737
connection_pool (2.4.1)
3838
crack (0.4.5)
3939
rexml
40-
drb (2.2.0)
41-
ruby2_keywords
40+
drb (2.2.1)
4241
erubi (1.12.0)
4342
fakefs (1.4.1)
4443
hash_diff (1.1.1)
4544
hashdiff (1.0.1)
4645
httparty (0.21.0)
4746
mini_mime (>= 1.0.0)
4847
multi_xml (>= 0.5.2)
49-
i18n (1.14.1)
48+
i18n (1.14.4)
5049
concurrent-ruby (~> 1.0)
5150
json (2.6.2)
52-
jwt (2.7.1)
51+
jwt (2.8.1)
52+
base64
5353
method_source (1.0.0)
5454
mini_mime (1.1.5)
5555
minitest (5.15.0)
@@ -98,7 +98,6 @@ GEM
9898
rubocop-sorbet (0.6.11)
9999
rubocop (>= 0.90.0)
100100
ruby-progressbar (1.11.0)
101-
ruby2_keywords (0.0.5)
102101
securerandom (0.3.1)
103102
sorbet (0.5.11230)
104103
sorbet-static (= 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.0.0"
5+
VERSION = "14.0.1"
66
end

0 commit comments

Comments
 (0)