Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 78b6b26

Browse files
Version Packages
1 parent b15942f commit 78b6b26

File tree

9 files changed

+16
-21
lines changed

9 files changed

+16
-21
lines changed

.changeset/cyan-cows-melt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-tigers-care.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-pigs-attend.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/silly-taxis-heal.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/weak-pianos-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/graphql-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @shopify/graphql-client
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- efc66ead: Added a new `retries` feature to the `graphql-client`. This feature allows client consumers to set the number of HTTP request retries when the API request is abandoned or the API server returns a `429` or `503` response.
8+
- 77be46bb: Added a new `graphql-client` package. This client is a generic GQL client that provides basic functionalities to interact with Shopify's GraphQL APIs.

packages/graphql-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/graphql-client",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Shopify GraphQL Client - A lightweight generic GraphQL JS client to interact with Shopify GraphQL APIs",
55
"repository": {
66
"type": "git",

packages/shopify-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 8.0.2
4+
5+
### Patch Changes
6+
7+
- 58a20daf: Changed LATEST_API_VERSION export to point to October23. Thanks @SeanMythen!
8+
39
## 8.0.1
410

511
### Patch Changes

packages/shopify-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/shopify-api",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)