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 #956 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Packages for release
  • Loading branch information
paulomarg authored Aug 3, 2023
2 parents 1ad22ab + f29a95b commit 51ace65
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-hounds-suffer.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/metal-needles-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-pans-kneel.md

This file was deleted.

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

## 7.5.1

### Patch Changes

- 6f075397: Allow not checking a session token payload's `aud` field to support tokens generated outside of the Shopify Admin.
- ce638203: Fixing host validation to work with unified admin shops

## 7.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const SHOPIFY_API_LIBRARY_VERSION = '7.5.0';
export const SHOPIFY_API_LIBRARY_VERSION = '7.5.1';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-api",
"version": "7.5.0",
"version": "7.5.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

0 comments on commit 51ace65

Please sign in to comment.