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 7, 2024
1 parent f47257b commit 6783498
Show file tree
Hide file tree
Showing 23 changed files with 57 additions and 59 deletions.
2 changes: 0 additions & 2 deletions .changeset/afraid-flies-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-grapes-rhyme.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/hungry-humans-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-turkeys-change.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/little-suits-sleep.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/loud-camels-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-brooms-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-donkeys-crash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/odd-poems-smash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/polite-bugs-sneeze.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/popular-mails-smoke.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/rare-carrots-push.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tasty-lobsters-sneeze.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.3

### Patch Changes

- 0f0ffb8a: Updated global fetch types to more closely match reality
- Updated dependencies [0f0ffb8a]
- @shopify/graphql-client@0.9.3

## 0.2.2

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

## 0.0.2

### Patch Changes

- 6ed8499a: Update @shopify/hydrogen-codegen from 0.1.0 to 0.2.0.
- 284f2cf2: Update @parcel/watcher from 2.3.0 to 2.4.0.
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.1",
"version": "0.0.2",
"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.9.3

### Patch Changes

- 0f0ffb8a: Updated global fetch types to more closely match reality

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

## 9.1.0

### Minor Changes

- 9c41d910: Added support for validating Flow extension requests, using `shopify.authenticate.flow`.

Please see [the `flow` object documentation](./docs/reference/flow/README.md) for more information.

- 348b138a: Export GraphqlClient class from types

### Patch Changes

- 224fbf57: Fixed the types of the `balance` and `currency` fields in the `GiftCard` object.
- 0f0ffb8a: Updated global fetch types to more closely match reality
- Updated dependencies [0f0ffb8a]
- @shopify/storefront-api-client@0.2.3
- @shopify/admin-api-client@0.2.3

## 9.0.2

### Patch Changes
Expand Down Expand Up @@ -126,7 +144,7 @@

- eae5a4a8: Introduce token exchange API for fetching access tokens. This feature is currently unstable and is hidden behind the `unstable_tokenExchange` future flag.

:exclamation: To learn more about Token Exchange, see [Performing OAuth](./docs/guides/oauth.md)
:exclamation: To learn more about Token Exchange, see [Performing OAuth](./docs/guides/oauth.md)

## 8.0.2

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.0.2",
"version": "9.1.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.2",
"@shopify/admin-api-client": "^0.2.3",
"@shopify/network": "^3.2.1",
"@shopify/storefront-api-client": "^0.2.2",
"@shopify/storefront-api-client": "^0.2.3",
"compare-versions": "^5.0.3",
"isbot": "^4.4.0",
"jose": "^5.2.0",
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.3

### Patch Changes

- 0f0ffb8a: Updated global fetch types to more closely match reality
- Updated dependencies [0f0ffb8a]
- @shopify/graphql-client@0.9.3

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

0 comments on commit 6783498

Please sign in to comment.