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

Commit a2a3fd1

Browse files
authored
Merge pull request #1332 from Shopify/changeset-release/main
Packages for release
2 parents cb53ba9 + 9067a0b commit a2a3fd1

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

.changeset/pretty-geese-look.md

-5
This file was deleted.

.changeset/young-hotels-agree.md

-5
This file was deleted.

packages/shopify-api/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 9.7.1
4+
5+
### Patch Changes
6+
7+
- a60c214: Fix type error in graphql error handler
8+
- 513f9e6: Fixed an issue with the `RecurringApplicationCharge` REST resource currency type
9+
310
## 9.7.0
411

512
### Minor Changes

packages/shopify-api/lib/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SHOPIFY_API_LIBRARY_VERSION = '9.7.0';
1+
export const SHOPIFY_API_LIBRARY_VERSION = '9.7.1';

packages/shopify-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/shopify-api",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
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)