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 #1071 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Packages for release
  • Loading branch information
paulomarg committed Nov 29, 2023
2 parents bbc0050 + 213d006 commit b3a62d9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-eyes-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-colts-invite.md

This file was deleted.

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

## 8.1.1

### Patch Changes

- 880c9ddf: Add isExpired() and isScopeChanged() functions to Session class

## 8.1.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 = '8.1.0';
export const SHOPIFY_API_LIBRARY_VERSION = '8.1.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": "8.1.0",
"version": "8.1.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
6 changes: 6 additions & 0 deletions packages/storefront-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/storefront-api-client

## 0.1.1

### Patch Changes

- 6d906888: Fixing an issue in the validations we run before creating the Storefront API client.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storefront-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/storefront-api-client",
"version": "0.1.0",
"version": "0.1.1",
"description": "Shopify Storefront API Client - A lightweight JS client to interact with Shopify's Storefront API",
"repository": {
"type": "git",
Expand Down

0 comments on commit b3a62d9

Please sign in to comment.