Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 5cd97df

Browse files

File tree

8 files changed

+16
-14
lines changed

8 files changed

+16
-14
lines changed

packages/graphql-config-utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-config-utilities",
33
"description": "Common utilities for graphql-config",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"types": "lib",
66
"main": "lib/index.js",
77
"license": "MIT",

packages/graphql-fixtures/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-fixtures",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"types": "lib",
55
"main": "lib/index.js",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"@types/faker": "^4.1.2",
2929
"faker": "^4.1.0",
3030
"graphql": ">=14.5.0 <15.0.0",
31-
"graphql-tool-utilities": "^1.2.0"
31+
"graphql-tool-utilities": "^1.3.0"
3232
},
3333
"peerDependencies": {
3434
"graphql-typed": "^0.4.0"

packages/graphql-mini-transforms/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-mini-transforms",
33
"description": "Transformers for importing .graphql files in various build tools.",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"main": "lib/index.js",
66
"types": "lib",
77
"license": "MIT",
@@ -42,7 +42,7 @@
4242
"@types/webpack": "^4.41.11",
4343
"fs-extra": "^9.0.0",
4444
"graphql": ">=14.5.0 <15.0.0",
45-
"graphql-typed": "^0.6.0",
45+
"graphql-typed": "^0.6.1",
4646
"loader-utils": "^2.0.0"
4747
}
4848
}

packages/graphql-tool-utilities/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
<!-- ## [Unreleased] -->
9+
10+
## [1.3.0] - 2020-12-03
911

1012
- Updated dependency: `core-js@^3.0.0`.
1113

packages/graphql-tool-utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-tool-utilities",
33
"description": "Common utilities for GraphQL developer tools",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"types": "lib",
66
"main": "lib/index.js",
77
"license": "MIT",

packages/graphql-typed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-typed",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A more strongly typed version of GraphQL's DocumentNode.",
55
"main": "index.js",
66
"license": "MIT",

packages/graphql-typescript-definitions/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-typescript-definitions",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"main": "lib/index.js",
55
"types": "lib",
66
"description": "Generate TypeScript definition files from .graphql documents",
@@ -42,8 +42,8 @@
4242
"glob": "^7.1.2",
4343
"graphql": ">=14.5.0 <15.0.0",
4444
"graphql-config": "^2.2.1",
45-
"graphql-config-utilities": "^1.1.0",
46-
"graphql-tool-utilities": "^1.2.0",
45+
"graphql-config-utilities": "^1.1.1",
46+
"graphql-tool-utilities": "^1.3.0",
4747
"upper-case-first": "^2.0.1",
4848
"yargs": "^15.3.1"
4949
},

packages/graphql-validate-fixtures/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-validate-fixtures",
33
"description": "Validates JSON fixtures for GraphQL responses against the associated operations and schema",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"publishConfig": {
@@ -32,8 +32,8 @@
3232
"glob": "^7.1.2",
3333
"graphql": ">=14.5.0 <15.0.0",
3434
"graphql-config": "^2.2.1",
35-
"graphql-config-utilities": "^1.1.0",
36-
"graphql-tool-utilities": "^1.2.0",
35+
"graphql-config-utilities": "^1.1.1",
36+
"graphql-tool-utilities": "^1.3.0",
3737
"yargs": "^15.3.1"
3838
}
3939
}

0 commit comments

Comments
 (0)