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

Packages for release #1332

Merged
merged 2 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/pretty-geese-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-hotels-agree.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/shopify-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 9.7.1

### Patch Changes

- a60c214: Fix type error in graphql error handler
- 513f9e6: Fixed an issue with the `RecurringApplicationCharge` REST resource currency type

## 9.7.0

### Minor 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 = '9.7.0';
export const SHOPIFY_API_LIBRARY_VERSION = '9.7.1';
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": "9.7.0",
"version": "9.7.1",
"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
Loading