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

Commit

Permalink
Merge pull request #1012 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Packages for release
  • Loading branch information
paulomarg authored Oct 23, 2023
2 parents b15942f + 35454aa commit 29036ac
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-cows-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-tigers-care.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/many-pigs-attend.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/silly-taxis-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-pianos-flash.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/graphql-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @shopify/graphql-client

## 0.2.0

### Minor Changes

- 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.
- 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.
2 changes: 1 addition & 1 deletion packages/graphql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/graphql-client",
"version": "0.1.0",
"version": "0.2.0",
"description": "Shopify GraphQL Client - A lightweight generic GraphQL JS client to interact with Shopify GraphQL APIs",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/shopify-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.0.2

### Patch Changes

- 58a20daf: Changed LATEST_API_VERSION export to point to October23. Thanks @SeanMythen!

## 8.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shopify-api/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const SHOPIFY_API_LIBRARY_VERSION = '8.0.1';
export const SHOPIFY_API_LIBRARY_VERSION = '8.0.2';
2 changes: 1 addition & 1 deletion packages/shopify-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-api",
"version": "8.0.1",
"version": "8.0.2",
"description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 29036ac

Please sign in to comment.