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

Commit

Permalink
Version Packages (#2590)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 90e1d77 commit ce10bd6
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/tender-walls-hang.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.2.0

### Minor Changes

- [#2545](https://github.com/Shopify/quilt/pull/2545) [`bd204450f`](https://github.com/Shopify/quilt/commit/bd204450f847fa4f929ffc70ce9755a9b91c9118) Thanks [@devisscher](https://github.com/devisscher)! - Add a sensitivity check to the Prefetcher component

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-async",
"version": "5.1.1",
"version": "5.2.0",
"license": "MIT",
"description": "Tools for creating powerful, asynchronously-loaded React components",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-graphql-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.0.17

### Patch Changes

- Updated dependencies []:
- @shopify/react-graphql@9.3.2

## 5.0.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-graphql-universal-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-graphql-universal-provider",
"version": "5.0.16",
"version": "5.0.17",
"license": "MIT",
"description": "A self-serializing/deserializing GraphQL provider that works for isomorphic applications",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/react-graphql": "^9.3.1",
"@shopify/react-graphql": "^9.3.2",
"@shopify/react-hooks": "^3.0.3",
"@shopify/react-html": "^13.0.3",
"@shopify/react-network": "^5.0.12",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 9.3.2

### Patch Changes

- Updated dependencies [[`bd204450f`](https://github.com/Shopify/quilt/commit/bd204450f847fa4f929ffc70ce9755a9b91c9118)]:
- @shopify/react-async@5.2.0

## 9.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-graphql",
"version": "9.3.1",
"version": "9.3.2",
"license": "MIT",
"description": "Tools for creating type-safe and asynchronous GraphQL components for React",
"main": "index.js",
Expand All @@ -27,7 +27,7 @@
"@apollo/react-common": ">=3.0.0 <4.0.0",
"@apollo/react-hooks": ">=3.0.0 <4.0.0",
"@shopify/async": "^4.0.1",
"@shopify/react-async": "^5.1.1",
"@shopify/react-async": "^5.2.0",
"@shopify/react-effect": "^5.0.2",
"@shopify/react-hooks": "^3.0.3",
"@shopify/react-idle": "^3.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.1.4

### Patch Changes

- Updated dependencies [[`bd204450f`](https://github.com/Shopify/quilt/commit/bd204450f847fa4f929ffc70ce9755a9b91c9118)]:
- @shopify/react-async@5.2.0

## 4.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-server",
"version": "4.1.3",
"version": "4.1.4",
"license": "MIT",
"description": "Utilities for React server-side rendering",
"main": "index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@shopify/network": "^3.2.1",
"@shopify/react-async": "^5.1.1",
"@shopify/react-async": "^5.2.0",
"@shopify/react-cookie": "^2.0.12",
"@shopify/react-effect": "^5.0.2",
"@shopify/react-html": "^13.0.3",
Expand Down

0 comments on commit ce10bd6

Please sign in to comment.