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 #2790 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
vsumner authored Jun 11, 2024
2 parents bdebd91 + 12c25dd commit b474527
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-pumpkins-sin.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/graphql-fixtures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 7.0.0

### Patch Changes

- Updated dependencies [[`bdebd9197`](https://github.com/Shopify/quilt/commit/bdebd919729fa9f2145aa7003395316081afadef)]:
- graphql-typed@2.2.0

## 6.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-fixtures",
"version": "6.0.0",
"version": "7.0.0",
"license": "MIT",
"description": "Utilities for generating fixture objects from GraphQL documents.",
"main": "index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"graphql-tool-utilities": "^3.1.0"
},
"peerDependencies": {
"graphql-typed": "^2.1.0"
"graphql-typed": "^2.2.0"
},
"files": [
"build/",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-mini-transforms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 5.6.0

### Minor Changes

- [#2789](https://github.com/Shopify/quilt/pull/2789) [`bdebd9197`](https://github.com/Shopify/quilt/commit/bdebd919729fa9f2145aa7003395316081afadef) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `type` field to `SimpleDocument` type

### Patch Changes

- Updated dependencies [[`bdebd9197`](https://github.com/Shopify/quilt/commit/bdebd919729fa9f2145aa7003395316081afadef)]:
- graphql-typed@2.2.0

## 5.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-mini-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-mini-transforms",
"version": "5.5.0",
"version": "5.6.0",
"license": "MIT",
"description": "Transformers for importing .graphql files in various build tools.",
"main": "index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@jest/transform": ">= 27 <29",
"fs-extra": "^9.1.0",
"graphql": ">=14.5.0 <17.0.0",
"graphql-typed": "^2.1.0"
"graphql-typed": "^2.2.0"
},
"devDependencies": {
"@types/common-tags": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jest-matcher-utils": "^26.6.2"
},
"devDependencies": {
"graphql-typed": "^2.1.0"
"graphql-typed": "^2.2.0"
},
"peerDependencies": {
"@apollo/client": ">=3.5.8 || <4.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-typed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.0

### Minor Changes

- [#2789](https://github.com/Shopify/quilt/pull/2789) [`bdebd9197`](https://github.com/Shopify/quilt/commit/bdebd919729fa9f2145aa7003395316081afadef) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `type` field to `SimpleDocument` type

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-typed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-typed",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"description": "A more strongly typed version of GraphQL's DocumentNode.",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-typescript-definitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.0.0

### Patch Changes

- Updated dependencies [[`bdebd9197`](https://github.com/Shopify/quilt/commit/bdebd919729fa9f2145aa7003395316081afadef)]:
- graphql-typed@2.2.0

## 4.0.0

### Minor Changes
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": "4.0.0",
"version": "5.0.0",
"license": "MIT",
"description": "Generate TypeScript definition files from .graphql documents",
"main": "index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"graphql-typed": "^2.1.0"
"graphql-typed": "^2.2.0"
},
"peerDependenciesMeta": {
"@graphql-typed-document-node/core": {
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

## 6.2.1

### Patch Changes

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

## 6.2.0

### Minor 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": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"description": "A self-serializing/deserializing GraphQL provider that works for isomorphic applications",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"node": ">=18.12.0"
},
"dependencies": {
"@shopify/react-graphql": "^10.2.0",
"@shopify/react-graphql": "^10.2.1",
"@shopify/react-hooks": "^3.2.0",
"@shopify/react-html": "^13.1.0",
"@shopify/react-network": "^5.1.0"
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

## 10.2.1

### Patch Changes

- Updated dependencies [[`bdebd9197`](https://github.com/Shopify/quilt/commit/bdebd919729fa9f2145aa7003395316081afadef)]:
- graphql-typed@2.2.0

## 10.2.0

### Minor 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": "10.2.0",
"version": "10.2.1",
"license": "MIT",
"description": "Tools for creating type-safe and asynchronous GraphQL components for React",
"main": "index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@shopify/react-hooks": "^3.2.0",
"@shopify/react-idle": "^3.2.0",
"@shopify/useful-types": "^5.2.0",
"graphql-typed": "^2.1.0",
"graphql-typed": "^2.2.0",
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
Expand Down

0 comments on commit b474527

Please sign in to comment.