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 #1258 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Packages for release
  • Loading branch information
lizkenyon authored Mar 6, 2024
2 parents b0ed54a + 755184d commit 2f949f7
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-cougars-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-nails-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-doors-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-numbers-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-pans-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-apes-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-rocks-teach.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.8

### Patch Changes

- Updated dependencies [e9652b7]
- @shopify/graphql-client@0.10.3

## 0.2.7

### 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.7",
"version": "0.2.8",
"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.2"
"@shopify/graphql-client": "^0.10.3"
},
"devDependencies": {
"jest-environment-jsdom": "^29.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/api-codegen-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.5

### Patch Changes

- 8e06306: Replaced @shopify/hydrogen-codegen with its more generic successor, @shopify/graphql-codegen. All of the changes are internal, so this package is unchanged.

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-codegen-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/api-codegen-preset",
"version": "0.0.4",
"version": "0.0.5",
"description": "Preset for graphql-codegen to parse and type queries to Shopify APIs",
"author": "Shopify",
"license": "MIT",
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.3

### Patch Changes

- e9652b7: Remove `Partial` around the `ClientStreamResponse.data` type

## 0.10.2

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

## 9.5.0

### Minor Changes

- 01371f7: Add function to authenticate fulfillment service requests

### Patch Changes

- 4e7c479: Show an INFO log for disabled future flags to encourage apps to migrate ahead of time, making major version bumps simpler.
- 13a230d: Enabled returning the full response object in `Customer.search()` and `GiftCard.search()`, so that apps can paginate through the results.
- f57712c: Refactor HMAC validation to use a common function.
- 01a803d: Reintroduced logging of HTTP requests for OAuth processes, which was incorrectly removed when the new clients were introduced.
- @shopify/admin-api-client@0.2.8
- @shopify/storefront-api-client@0.3.3

## 9.4.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.4.1';
export const SHOPIFY_API_LIBRARY_VERSION = '9.5.0';
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.1",
"version": "9.5.0",
"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.7",
"@shopify/admin-api-client": "^0.2.8",
"@shopify/network": "^3.2.1",
"@shopify/storefront-api-client": "^0.3.2",
"@shopify/storefront-api-client": "^0.3.3",
"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.3

### Patch Changes

- Updated dependencies [e9652b7]
- @shopify/graphql-client@0.10.3

## 0.3.2

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

0 comments on commit 2f949f7

Please sign in to comment.