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

Commit 4b31178

Browse files
authored
Merge pull request #1323 from Shopify/changeset-release/main
Packages for release
2 parents 3e68dd4 + 90017d3 commit 4b31178

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

.changeset/silver-bottles-obey.md

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

.changeset/twenty-impalas-chew.md

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

packages/shopify-api/CHANGELOG.md

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

3+
## 9.7.0
4+
5+
### Minor Changes
6+
7+
- 3415a8c: Added support for the 2024-04 API version.
8+
- c9dff9f: Add `Shop.current()` method to the REST resources
9+
310
## 9.6.2
411

512
### Patch Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SHOPIFY_API_LIBRARY_VERSION = '9.6.2';
1+
export const SHOPIFY_API_LIBRARY_VERSION = '9.7.0';

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": "9.6.2",
3+
"version": "9.7.0",
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)