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 #1323 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Packages for release
  • Loading branch information
lizkenyon authored Apr 3, 2024
2 parents 3e68dd4 + 90017d3 commit 4b31178
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/silver-bottles-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-impalas-chew.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.0

### Minor Changes

- 3415a8c: Added support for the 2024-04 API version.
- c9dff9f: Add `Shop.current()` method to the REST resources

## 9.6.2

### 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 = '9.6.2';
export const SHOPIFY_API_LIBRARY_VERSION = '9.7.0';
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.6.2",
"version": "9.7.0",
"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 4b31178

Please sign in to comment.