Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6979)
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
github-actions[bot] and github-actions[bot] authored Nov 5, 2021
1 parent 6c898ef commit 5783d2f
Show file tree
Hide file tree
Showing 28 changed files with 93 additions and 61 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-masks-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-tools-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-seas-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-icons-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-cups-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-buttons-vanish.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/young-readers-reply.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/plugins/other/schema-ast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-codegen/schema-ast

## 2.4.0

### Minor Changes

- f3833243d: added includeIntrospectionTypes option

### Patch Changes

- 6c898efe5: list all dependencies used by the package in the package.json

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/schema-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/schema-ast",
"version": "2.3.0",
"version": "2.4.0",
"description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/typescript/graphql-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/typescript-graphql-request

## 4.3.0

### Minor Changes

- 3b87f049a: Add the extensionsType config in order to change the default type for extensions when rawRequest is true.

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-graphql-request",
"version": "4.2.0",
"version": "4.3.0",
"description": "GraphQL Code Generator plugin for generating a ready-to-use SDK based on graphql-request and GraphQL operations",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/typescript/react-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/typescript-react-apollo

## 3.2.1

### Patch Changes

- e2841eb94: require non-null non-default variables in react-apollo refetchFn

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-react-apollo",
"version": "3.2.0",
"version": "3.2.1",
"description": "GraphQL Code Generator plugin for generating a ready-to-use React Components/HOC/Hooks based on GraphQL operations",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/typescript/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/typescript-react-query

## 3.1.1

### Patch Changes

- 6c898efe5: list all dependencies used by the package in the package.json

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-react-query",
"version": "3.1.0",
"version": "3.1.1",
"description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/typescript/type-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/typescript-type-graphql

## 2.2.1

### Patch Changes

- 6c898efe5: list all dependencies used by the package in the package.json
- Updated dependencies [6c898efe5]
- @graphql-codegen/typescript@2.3.1

## 2.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/type-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-type-graphql",
"version": "2.2.0",
"version": "2.2.1",
"description": "GraphQL Code Generator plugin for generating TypeGraphQL compatible TypeScript types",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.3.0",
"@graphql-codegen/typescript": "^2.3.0",
"@graphql-codegen/typescript": "^2.3.1",
"@graphql-codegen/visitor-plugin-common": "2.5.0",
"auto-bind": "~4.0.0",
"tslib": "~2.3.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/typescript/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/typescript

## 2.3.1

### Patch Changes

- 6c898efe5: list all dependencies used by the package in the package.json
- Updated dependencies [f3833243d]
- Updated dependencies [6c898efe5]
- @graphql-codegen/schema-ast@2.4.0

## 2.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript",
"version": "2.3.0",
"version": "2.3.1",
"description": "GraphQL Code Generator plugin for generating TypeScript types",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.3.0",
"@graphql-codegen/schema-ast": "^2.3.0",
"@graphql-codegen/schema-ast": "^2.4.0",
"@graphql-codegen/visitor-plugin-common": "2.5.0",
"auto-bind": "~4.0.0",
"tslib": "~2.3.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/typescript/urql-graphcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/typescript-urql-graphcache

## 2.2.1

### Patch Changes

- 873d409cd: Make typescript-urql-graphcache respect the `useTypeImports` option.
- f946ffb55: Fixes a bug where the mutation root type name was hardcoded as `Mutation` creating incorrectly named types. Now, the correct mutation type as defined in the schema is used.

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/urql-graphcache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-urql-graphcache",
"version": "2.2.0",
"version": "2.2.1",
"description": "GraphQL Code Generator plugin for generating a generic to be used in graphcache cache config",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/typescript/urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/typescript-urql

## 3.4.0

### Minor Changes

- ada1fc7ac: Fix Urql import operations being prefixed into the Urql type import

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-urql",
"version": "3.3.0",
"version": "3.4.0",
"description": "GraphQL Code Generator plugin for generating an introspection file for Urql's Schema Awareness",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/presets/gql-tag-operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/gql-tag-operations-preset

## 1.2.1

### Patch Changes

- 6c898efe5: list all dependencies used by the package in the package.json
- Updated dependencies [6c898efe5]
- @graphql-codegen/typescript@2.3.1

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/presets/gql-tag-operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/gql-tag-operations-preset",
"version": "1.2.0",
"version": "1.2.1",
"description": "GraphQL Code Generator preset for gql magic.",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"@babel/template": "^7.15.4",
"@graphql-codegen/add": "^3.1.0",
"@graphql-codegen/typed-document-node": "^2.1.4",
"@graphql-codegen/typescript": "^2.2.2",
"@graphql-codegen/typescript": "^2.3.1",
"@graphql-codegen/typescript-operations": "^2.1.6",
"@graphql-codegen/gql-tag-operations": "^1.2.0",
"@graphql-codegen/plugin-helpers": "^2.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/presets/near-operation-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/near-operation-file-preset

## 2.2.1

### Patch Changes

- 6c898efe5: list all dependencies used by the package in the package.json

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/near-operation-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/near-operation-file-preset",
"version": "2.2.0",
"version": "2.2.1",
"description": "GraphQL Code Generator preset for generating operation code near the operation file",
"repository": {
"type": "git",
Expand Down
16 changes: 8 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,25 @@
"@graphql-codegen/java-apollo-android": "2.2.0",
"@graphql-codegen/java-resolvers": "2.2.0",
"@graphql-codegen/jsdoc": "2.2.0",
"@graphql-codegen/near-operation-file-preset": "2.2.0",
"@graphql-codegen/schema-ast": "2.3.0",
"@graphql-codegen/near-operation-file-preset": "2.2.1",
"@graphql-codegen/schema-ast": "2.4.0",
"@graphql-codegen/time": "3.1.0",
"react-markdown": "7.1.0",
"@graphql-codegen/typescript": "2.3.0",
"@graphql-codegen/typescript": "2.3.1",
"@graphql-codegen/typed-document-node": "2.2.0",
"@graphql-codegen/typescript-apollo-angular": "3.3.0",
"@graphql-codegen/typescript-generic-sdk": "2.2.0",
"@graphql-codegen/typescript-graphql-files-modules": "2.1.0",
"@graphql-codegen/typescript-graphql-request": "4.2.0",
"@graphql-codegen/typescript-graphql-request": "4.3.0",
"@graphql-codegen/typescript-mongodb": "2.2.0",
"@graphql-codegen/typescript-operations": "2.2.0",
"@graphql-codegen/typescript-react-apollo": "3.2.0",
"@graphql-codegen/typescript-react-query": "3.1.0",
"@graphql-codegen/typescript-react-apollo": "3.2.1",
"@graphql-codegen/typescript-react-query": "3.1.1",
"@graphql-codegen/typescript-rtk-query": "2.2.0",
"@graphql-codegen/typescript-resolvers": "2.4.0",
"@graphql-codegen/typescript-stencil-apollo": "2.2.0",
"@graphql-codegen/typescript-type-graphql": "2.2.0",
"@graphql-codegen/typescript-urql": "3.3.0",
"@graphql-codegen/typescript-type-graphql": "2.2.1",
"@graphql-codegen/typescript-urql": "3.4.0",
"@graphql-codegen/typescript-vue-apollo": "3.2.0",
"@graphql-codegen/typescript-vue-urql": "2.2.0",
"@graphql-codegen/typescript-vue-apollo-smart-ops": "2.2.0",
Expand Down

0 comments on commit 5783d2f

Please sign in to comment.