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 #1149 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Packages for release
  • Loading branch information
melissaluu authored Jan 17, 2024
2 parents 09b965a + 386c81a commit 44bdf4a
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-candles-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-snails-knock.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smooth-pears-boil.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/admin-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/admin-api-client

## 0.2.2

### Patch Changes

- b2414c2f: Remove `Partial` around the `ClientResponse.data` type for easier consumption of the client's returned typed data
- Updated dependencies [b2414c2f]
- @shopify/graphql-client@0.9.2

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/admin-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/admin-api-client",
"version": "0.2.1",
"version": "0.2.2",
"description": "Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API",
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,7 +60,7 @@
"dist/**/*.*"
],
"dependencies": {
"@shopify/graphql-client": "^0.9.1"
"@shopify/graphql-client": "^0.9.2"
},
"devDependencies": {
"jest-environment-jsdom": "^29.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/graphql-client

## 0.9.2

### Patch Changes

- b2414c2f: Remove `Partial` around the `ClientResponse.data` type for easier consumption of the client's returned typed data

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/graphql-client",
"version": "0.9.1",
"version": "0.9.2",
"description": "Shopify GraphQL Client - A lightweight generic GraphQL JS client to interact with Shopify GraphQL APIs",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/shopify-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 9.0.2

### Patch Changes

- 4d7f9a01: Update documentation with required shopifyApi params
- 1b4caf91: Return "body" field from GraphqlQueryError type
- Updated dependencies [b2414c2f]
- @shopify/storefront-api-client@0.2.2
- @shopify/admin-api-client@0.2.2

## 9.0.1

### 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.0.1';
export const SHOPIFY_API_LIBRARY_VERSION = '9.0.2';
6 changes: 3 additions & 3 deletions 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.0.1",
"version": "9.0.2",
"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 Expand Up @@ -70,9 +70,9 @@
"node-fetch": "^2.6.7"
},
"dependencies": {
"@shopify/admin-api-client": "^0.2.1",
"@shopify/admin-api-client": "^0.2.2",
"@shopify/network": "^3.2.1",
"@shopify/storefront-api-client": "^0.2.1",
"@shopify/storefront-api-client": "^0.2.2",
"compare-versions": "^5.0.3",
"isbot": "^3.6.10",
"jose": "^4.9.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/storefront-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/storefront-api-client

## 0.2.2

### Patch Changes

- b2414c2f: Remove `Partial` around the `ClientResponse.data` type for easier consumption of the client's returned typed data
- Updated dependencies [b2414c2f]
- @shopify/graphql-client@0.9.2

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1",
"version": "0.2.2",
"description": "Shopify Storefront API Client - A lightweight JS client to interact with Shopify's Storefront API",
"repository": {
"type": "git",
Expand Down Expand Up @@ -83,7 +83,7 @@
"!node_modules"
],
"dependencies": {
"@shopify/graphql-client": "^0.9.1"
"@shopify/graphql-client": "^0.9.2"
},
"devDependencies": {
"jest-environment-jsdom": "^29.5.0"
Expand Down

0 comments on commit 44bdf4a

Please sign in to comment.