shopify_app 19.0.0 → 19.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68bc78da7e88e7482f179b4d8ce4cf6734f3595631007e047c59a3a31cfcc7f3
4
- data.tar.gz: 84e0a185dfc9e34e80749db04c1b1a218fb0aed3499379e532c9a5903da3706a
3
+ metadata.gz: 72e23179bc96ee7554d430caf9f65f2825da96666a0624151aa179b6382a6268
4
+ data.tar.gz: f1f3ec37cf00854d29994e8c2c1bdec45703e17af36df0aee08b64e2f2cd5e76
5
5
  SHA512:
6
- metadata.gz: fe5829d4783dcee78ae5141f51b1e177f65fcae58407101b25af7a83b467c9d3586e58a58785d7fb1730e8c7be34861c6f2cfc62e1e36c4527486e529da74910
7
- data.tar.gz: e125dd848ea4faf473ea39d38dd186114dad9bf7ce1ebe4083bbf121fec18ba165936e28f7be0ee485b92426ed4f0cb76743a7cb014de5edbfdc85a4d8511489
6
+ metadata.gz: 11e539a05f8c56e0dc9c63a0fbd0eb8d6f691802379f8a3882af4884eb7e4c6b855966cca2d524a28668121fd8f44e11cb6f0848103299ab481dcdbd630ce581
7
+ data.tar.gz: 60ff179a629a53fc5f9a7ebfeeea7459f3e4c5d31d7242d463e8a6443c104f660362a42c00eb503dfa63dddff8fe650ed75d803b50cf3a00a3a565674df070d2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ 19.0.1 (April 11, 2022)
2
+ ----------
3
+ * Bump Shopify API (https://github.com/Shopify/shopify_api) to version 10.0.2. This update includes patch fixes since the initial v10 release.
4
+
1
5
  19.0.0 (April 6, 2022)
2
6
  ----------
3
7
  * Use v10 of the Shopify API (https://github.com/Shopify/shopify_api). This update requires changes to an app - please refer to the [migration guide](https://github.com/Shopify/shopify_app/blob/main/docs/Upgrading.md) for details.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shopify_app (19.0.0)
4
+ shopify_app (19.0.1)
5
5
  activeresource
6
6
  browser_sniffer (~> 1.4.0)
7
7
  jwt (>= 2.2.3)
@@ -194,7 +194,7 @@ GEM
194
194
  rubocop (~> 1.24)
195
195
  ruby-progressbar (1.11.0)
196
196
  securerandom (0.2.0)
197
- shopify_api (10.0.0)
197
+ shopify_api (10.0.2)
198
198
  concurrent-ruby
199
199
  hash_diff
200
200
  httparty
@@ -204,7 +204,7 @@ GEM
204
204
  securerandom
205
205
  sorbet-runtime
206
206
  zeitwerk (~> 2.5)
207
- sorbet-runtime (0.5.9854)
207
+ sorbet-runtime (0.5.9874)
208
208
  sprockets (4.0.3)
209
209
  concurrent-ruby (~> 1.0)
210
210
  rack (> 1, < 3)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ShopifyApp
4
- VERSION = "19.0.0"
4
+ VERSION = "19.0.1"
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopify_app",
3
- "version": "19.0.0",
3
+ "version": "19.0.1",
4
4
  "repository": "git@github.com:Shopify/shopify_app.git",
5
5
  "author": "Shopify",
6
6
  "license": "MIT",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 19.0.0
4
+ version: 19.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-06 00:00:00.000000000 Z
11
+ date: 2022-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeresource