Skip to content

Commit

Permalink
Merge pull request #942 from Shopify/release/v10.0.3
Browse files Browse the repository at this point in the history
Packaging for release 10.0.3
  • Loading branch information
mkevinosullivan authored Apr 25, 2022
2 parents 71bab21 + 193b696 commit 330cad0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## Version 10.0.3

### Fixed

- [#935](https://github.com/Shopify/shopify_api/pull/935) Fix issue [#931](https://github.com/Shopify/shopify_api/pull/931), weight of variant should be float
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_api (10.0.2)
shopify_api (10.0.3)
concurrent-ruby
hash_diff
httparty
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 = "10.0.2"
VERSION = "10.0.3"
end

0 comments on commit 330cad0

Please sign in to comment.