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

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2024
1 parent c3e98d2 commit b27cc82
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-jars-kick.md

This file was deleted.

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

## 0.2.7

### Patch Changes

- Updated dependencies [2f862e3]
- @shopify/graphql-client@0.10.2

## 0.2.6

### 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.6",
"version": "0.2.7",
"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.10.1"
"@shopify/graphql-client": "^0.10.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.10.2

### Patch Changes

- 2f862e3: Update `requestStream()` to always process response iterator chunks as `Uint8Array` values

## 0.10.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.10.1",
"version": "0.10.2",
"description": "Shopify GraphQL Client - A lightweight generic GraphQL JS client to interact with Shopify GraphQL APIs",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/shopify-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 9.4.1

### Patch Changes

- @shopify/admin-api-client@0.2.7
- @shopify/storefront-api-client@0.3.2

## 9.4.0

### Minor Changes
Expand Down
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.4.0",
"version": "9.4.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 Expand Up @@ -70,9 +70,9 @@
"node-fetch": "^2.6.7"
},
"dependencies": {
"@shopify/admin-api-client": "^0.2.6",
"@shopify/admin-api-client": "^0.2.7",
"@shopify/network": "^3.2.1",
"@shopify/storefront-api-client": "^0.3.1",
"@shopify/storefront-api-client": "^0.3.2",
"compare-versions": "^6.1.0",
"isbot": "^4.4.0",
"jose": "^5.2.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/storefront-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/storefront-api-client

## 0.3.2

### Patch Changes

- Updated dependencies [2f862e3]
- @shopify/graphql-client@0.10.2

## 0.3.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.3.1",
"version": "0.3.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.10.1"
"@shopify/graphql-client": "^0.10.2"
},
"devDependencies": {
"jest-environment-jsdom": "^29.5.0"
Expand Down

0 comments on commit b27cc82

Please sign in to comment.