Skip to content

Commit dd257f7

Browse files
Version Packages
1 parent 9f40786 commit dd257f7

File tree

41 files changed

+233
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+233
-125
lines changed

.changeset/brown-lamps-wonder.md

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

.changeset/hot-eels-give.md

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

.changeset/mighty-beds-build.md

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

packages/api-clients/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+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- 981c948: Update directory path
8+
- Updated dependencies [981c948]
9+
- @shopify/graphql-client@1.3.2
10+
311
## 1.0.7
412

513
### Patch Changes

packages/api-clients/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": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API",
55
"repository": {
66
"type": "git",
@@ -62,7 +62,7 @@
6262
"dist/**/*.*"
6363
],
6464
"dependencies": {
65-
"@shopify/graphql-client": "^1.3.1"
65+
"@shopify/graphql-client": "^1.3.2"
6666
},
6767
"devDependencies": {
6868
"jest-environment-jsdom": "^29.5.0",

packages/api-clients/api-codegen-preset/CHANGELOG.md

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

3+
## 1.1.7
4+
5+
### Patch Changes
6+
7+
- 981c948: Update directory path
8+
39
## 1.1.6
410

511
### Patch Changes

packages/api-clients/api-codegen-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/api-codegen-preset",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Preset for graphql-codegen to parse and type queries to Shopify APIs",
55
"author": "Shopify",
66
"license": "MIT",

packages/api-clients/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+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- 981c948: Update directory path
8+
39
## 1.3.1
410

511
### Patch Changes

packages/api-clients/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": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Shopify GraphQL Client - A lightweight generic GraphQL JS client to interact with Shopify GraphQL APIs",
55
"repository": {
66
"type": "git",

packages/api-clients/storefront-api-client/CHANGELOG.md

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

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- 981c948: Update directory path
8+
- Updated dependencies [981c948]
9+
- @shopify/graphql-client@1.3.2
10+
311
## 1.0.6
412

513
### Patch Changes

0 commit comments

Comments
 (0)