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

Commit 44bdf4a

Browse files
authored
Merge pull request #1149 from Shopify/changeset-release/main
Packages for release
2 parents 09b965a + 386c81a commit 44bdf4a

12 files changed

Lines changed: 41 additions & 26 deletions

File tree

.changeset/nervous-candles-sneeze.md

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

.changeset/polite-snails-knock.md

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

.changeset/smooth-pears-boil.md

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

packages/admin-api-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @shopify/admin-api-client
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- b2414c2f: Remove `Partial` around the `ClientResponse.data` type for easier consumption of the client's returned typed data
8+
- Updated dependencies [b2414c2f]
9+
- @shopify/graphql-client@0.9.2
10+
311
## 0.2.1
412

513
### Patch Changes

packages/admin-api-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/admin-api-client",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API",
55
"repository": {
66
"type": "git",
@@ -60,7 +60,7 @@
6060
"dist/**/*.*"
6161
],
6262
"dependencies": {
63-
"@shopify/graphql-client": "^0.9.1"
63+
"@shopify/graphql-client": "^0.9.2"
6464
},
6565
"devDependencies": {
6666
"jest-environment-jsdom": "^29.5.0",

packages/graphql-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/graphql-client
22

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- b2414c2f: Remove `Partial` around the `ClientResponse.data` type for easier consumption of the client's returned typed data
8+
39
## 0.9.1
410

511
### Patch Changes

packages/graphql-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/graphql-client",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Shopify GraphQL Client - A lightweight generic GraphQL JS client to interact with Shopify GraphQL APIs",
55
"repository": {
66
"type": "git",

packages/shopify-api/CHANGELOG.md

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

3+
## 9.0.2
4+
5+
### Patch Changes
6+
7+
- 4d7f9a01: Update documentation with required shopifyApi params
8+
- 1b4caf91: Return "body" field from GraphqlQueryError type
9+
- Updated dependencies [b2414c2f]
10+
- @shopify/storefront-api-client@0.2.2
11+
- @shopify/admin-api-client@0.2.2
12+
313
## 9.0.1
414

515
### 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.0.1';
1+
export const SHOPIFY_API_LIBRARY_VERSION = '9.0.2';

packages/shopify-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/shopify-api",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
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",
@@ -70,9 +70,9 @@
7070
"node-fetch": "^2.6.7"
7171
},
7272
"dependencies": {
73-
"@shopify/admin-api-client": "^0.2.1",
73+
"@shopify/admin-api-client": "^0.2.2",
7474
"@shopify/network": "^3.2.1",
75-
"@shopify/storefront-api-client": "^0.2.1",
75+
"@shopify/storefront-api-client": "^0.2.2",
7676
"compare-versions": "^5.0.3",
7777
"isbot": "^3.6.10",
7878
"jose": "^4.9.1",

0 commit comments

Comments
 (0)