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

Commit

Permalink
Merge pull request #2326 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
vsumner authored Jun 23, 2022
2 parents fd610df + 549005b commit 2822015
Show file tree
Hide file tree
Showing 34 changed files with 144 additions and 52 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-kangaroos-occur.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-doors-think.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-socks-juggle.md

This file was deleted.

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

## 4.1.0

### Minor Changes

- [#2282](https://github.com/Shopify/quilt/pull/2282) [`6fee77510`](https://github.com/Shopify/quilt/commit/6fee775105044d061973e8731b39c439c7ce950f) Thanks [@vsumner](https://github.com/vsumner)! - Update graphql-config to 4

## 4.0.0 - 2022-05-19

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-config-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-config-utilities",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"description": "Common utilities for graphql-config",
"main": "index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/graphql-persisted/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 4.0.1

## 4.0.0 - 2022-05-19

### Breaking Change
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-persisted/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/graphql-persisted",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"description": "Apollo and Koa integrations for persisted GraphQL queries.",
"typesVersions": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"koa-compose": ">=4.0.0 <5.0.0"
},
"devDependencies": {
"@shopify/sewing-kit-koa": "^6.4.5"
"@shopify/sewing-kit-koa": "^9.0.1"
},
"files": [
"build/",
Expand All @@ -54,7 +54,7 @@
"koa.esnext"
],
"optionalDependencies": {
"@shopify/sewing-kit-koa": "^9.0.0"
"@shopify/sewing-kit-koa": "^9.0.1"
},
"peerDependencies": {
"koa": ">=2.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 6.0.1

### Patch Changes

- [#2323](https://github.com/Shopify/quilt/pull/2323) [`44eb34763`](https://github.com/Shopify/quilt/commit/44eb347633a86f4407f6f794f16c75e68e25c11d) Thanks [@atesgoral](https://github.com/atesgoral)! - Add additional headers and standardize X-prefixed ones

* [#2320](https://github.com/Shopify/quilt/pull/2320) [`f70a02825`](https://github.com/Shopify/quilt/commit/f70a02825f7c9942f63a4db0050f28733f695061) Thanks [@vsumner](https://github.com/vsumner)! - Update useQuery refetch so that it can recover from a network error. Add more tests.

## 6.0.0 - 2022-05-19

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/graphql-testing",
"version": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"description": "Utilities to create mock GraphQL factories",
"main": "index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-typescript-definitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 3.2.0

### Minor Changes

- [#2282](https://github.com/Shopify/quilt/pull/2282) [`6fee77510`](https://github.com/Shopify/quilt/commit/6fee775105044d061973e8731b39c439c7ce950f) Thanks [@vsumner](https://github.com/vsumner)! - Update graphql-config to 4

### Patch Changes

- Updated dependencies [[`6fee77510`](https://github.com/Shopify/quilt/commit/6fee775105044d061973e8731b39c439c7ce950f)]:
- [email protected]

## 3.1.1 - 2022-06-16

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-typescript-definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-typescript-definitions",
"version": "3.1.1",
"version": "3.2.0",
"license": "MIT",
"description": "Generate TypeScript definition files from .graphql documents",
"main": "index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"fs-extra": "^9.1.0",
"graphql": ">=14.5.0 <16.0.0",
"graphql-config": "^4.3.0",
"graphql-config-utilities": "^4.0.0",
"graphql-config-utilities": "^4.1.0",
"graphql-tool-utilities": "^3.0.0",
"yargs": "^15.3.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-validate-fixtures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 3.1.0

### Minor Changes

- [#2282](https://github.com/Shopify/quilt/pull/2282) [`6fee77510`](https://github.com/Shopify/quilt/commit/6fee775105044d061973e8731b39c439c7ce950f) Thanks [@vsumner](https://github.com/vsumner)! - Update graphql-config to 4

### Patch Changes

- Updated dependencies [[`6fee77510`](https://github.com/Shopify/quilt/commit/6fee775105044d061973e8731b39c439c7ce950f)]:
- [email protected]

## 3.0.0 - 2022-05-19

### Breaking Change
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-validate-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-validate-fixtures",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"description": "Validates JSON fixtures for GraphQL responses against the associated operations and schema",
"main": "index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"glob": "^7.1.2",
"graphql": ">=14.5.0 <16.0.0",
"graphql-config": "^4.3.0",
"graphql-config-utilities": "^4.0.0",
"graphql-config-utilities": "^4.1.0",
"graphql-tool-utilities": "^3.0.0",
"yargs": "^15.3.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/koa-performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.0.1

### Patch Changes

- Updated dependencies [[`44eb34763`](https://github.com/Shopify/quilt/commit/44eb347633a86f4407f6f794f16c75e68e25c11d)]:
- @shopify/network@3.1.0

## 3.0.0 - 2022-05-19

### Breaking Change
Expand Down
4 changes: 2 additions & 2 deletions packages/koa-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-performance",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"description": "Creating middleware that sends performance-related data through StatsD",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/network": "^3.0.0",
"@shopify/network": "^3.1.0",
"@shopify/performance": "^3.0.0",
"@shopify/statsd": "^4.0.0",
"@types/koa": "^2.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/koa-shopify-webhooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.0.1

### Patch Changes

- Updated dependencies [[`44eb34763`](https://github.com/Shopify/quilt/commit/44eb347633a86f4407f6f794f16c75e68e25c11d)]:
- @shopify/network@3.1.0

## 5.0.0 - 2022-05-19

### Breaking Change
Expand Down
4 changes: 2 additions & 2 deletions packages/koa-shopify-webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-shopify-webhooks",
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",
"description": "Receive webhooks from Shopify with ease",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/network": "^3.0.0",
"@shopify/network": "^3.1.0",
"@types/koa": "^2.0.0",
"koa-bodyparser": ">=4.0.0 <5.0.0",
"koa-compose": ">=4.0.0 <5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.1.0

### Minor Changes

- [#2323](https://github.com/Shopify/quilt/pull/2323) [`44eb34763`](https://github.com/Shopify/quilt/commit/44eb347633a86f4407f6f794f16c75e68e25c11d) Thanks [@atesgoral](https://github.com/atesgoral)! - Add additional headers and standardize X-prefixed ones

## 3.0.0 - 2022-05-19

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/network",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"description": "Common values related to dealing with the network",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-cookie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.2

### Patch Changes

- Updated dependencies []:
- @shopify/react-network@5.0.2

## 2.0.1 - 2022-06-08

- No updates. Transitive dependency bump.
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cookie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-cookie",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"description": "Cookies in React for the server and client",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@shopify/react-hooks": "^3.0.1",
"@shopify/react-network": "^5.0.1",
"@shopify/react-network": "^5.0.2",
"cookie": "^0.4.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-graphql-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.0.2

### Patch Changes

- Updated dependencies [[`44eb34763`](https://github.com/Shopify/quilt/commit/44eb347633a86f4407f6f794f16c75e68e25c11d), [`f70a02825`](https://github.com/Shopify/quilt/commit/f70a02825f7c9942f63a4db0050f28733f695061)]:
- @shopify/react-graphql@8.0.2
- @shopify/react-network@5.0.2

## 5.0.1 - 2022-06-08

- No updates. Transitive dependency bump.
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "5.0.2",
"license": "MIT",
"description": "A self-serializing/deserializing GraphQL provider that works for isomorphic applications",
"main": "index.js",
Expand All @@ -24,10 +24,10 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/react-graphql": "^8.0.1",
"@shopify/react-graphql": "^8.0.2",
"@shopify/react-hooks": "^3.0.1",
"@shopify/react-html": "^12.0.1",
"@shopify/react-network": "^5.0.1",
"@shopify/react-network": "^5.0.2",
"apollo-cache-inmemory": ">=1.0.0 <2.0.0",
"apollo-client": ">=2.0.0 <3.0.0",
"apollo-link": ">=1.0.0 <2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 8.0.2

### Patch Changes

- [#2323](https://github.com/Shopify/quilt/pull/2323) [`44eb34763`](https://github.com/Shopify/quilt/commit/44eb347633a86f4407f6f794f16c75e68e25c11d) Thanks [@atesgoral](https://github.com/atesgoral)! - Add additional headers and standardize X-prefixed ones

* [#2320](https://github.com/Shopify/quilt/pull/2320) [`f70a02825`](https://github.com/Shopify/quilt/commit/f70a02825f7c9942f63a4db0050f28733f695061) Thanks [@vsumner](https://github.com/vsumner)! - Update useQuery refetch so that it can recover from a network error. Add more tests.

## 8.0.1 - 2022-06-08

- No updates. Transitive dependency bump.
Expand Down
2 changes: 1 addition & 1 deletion packages/react-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-graphql",
"version": "8.0.1",
"version": "8.0.2",
"license": "MIT",
"description": "Tools for creating type-safe and asynchronous GraphQL components for React",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.0.2

### Patch Changes

- Updated dependencies [[`44eb34763`](https://github.com/Shopify/quilt/commit/44eb347633a86f4407f6f794f16c75e68e25c11d)]:
- @shopify/network@3.1.0

## 5.0.1 - 2022-06-08

- No updates. Transitive dependency bump.
Expand Down
4 changes: 2 additions & 2 deletions packages/react-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-network",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"description": "A collection of components that allow you to set common HTTP headers from within your React application",
"main": "index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/network": "^3.0.0",
"@shopify/network": "^3.1.0",
"@shopify/react-effect": "^5.0.1",
"@shopify/react-hooks": "^3.0.1",
"@shopify/react-universal-provider": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react": ">=16.8.0 <19.0.0"
},
"devDependencies": {
"@shopify/network": "^3.0.0"
"@shopify/network": "^3.1.0"
},
"files": [
"build/",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.2

### Patch Changes

- Updated dependencies []:
- @shopify/react-network@5.0.2

## 2.0.1 - 2022-06-08

- No updates. Transitive dependency bump.
Expand Down
Loading

0 comments on commit 2822015

Please sign in to comment.