This commit is contained in:
Graphitation Service Account 2021-10-26 21:09:29 +00:00
Родитель 6fbd717cb2
Коммит 80df2e819e
25 изменённых файлов: 182 добавлений и 49 удалений

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Ensure that all packages listing graphql as a peerDependency also has it as a devDependency",
"packageName": "@graphitation/apollo-react-relay-duct-tape",
"email": "modevold@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Move graphql to peerDependencies",
"packageName": "@graphitation/graphql-js-tag",
"email": "modevold@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Move graphql to peerDependencies",
"packageName": "@graphitation/ts-transform-graphql-js-tag",
"email": "modevold@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Ensure that all packages listing graphql as a peerDependency also has it as a devDependency",
"packageName": "relay-compiler-language-graphitation",
"email": "modevold@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@graphitation/apollo-mock-client",
"entries": [
{
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
"tag": "@graphitation/apollo-mock-client_v0.6.11",
"version": "0.6.11",
"comments": {
"patch": [
{
"comment": "Bump @graphitation/graphql-js-tag to v0.5.5",
"author": "modevold@microsoft.com",
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
"package": "@graphitation/apollo-mock-client"
}
]
}
},
{
"date": "Tue, 26 Oct 2021 12:46:12 GMT",
"tag": "@graphitation/apollo-mock-client_v0.6.10",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/apollo-mock-client
This log was last generated on Tue, 26 Oct 2021 12:46:12 GMT and should not be manually modified.
This log was last generated on Tue, 26 Oct 2021 21:09:29 GMT and should not be manually modified.
<!-- Start content -->
## 0.6.11
Tue, 26 Oct 2021 21:09:29 GMT
### Patches
- Bump @graphitation/graphql-js-tag to v0.5.5 (modevold@microsoft.com)
## 0.6.10
Tue, 26 Oct 2021 12:46:12 GMT

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@graphitation/apollo-mock-client",
"description": "An Apollo Client that allows mocking of payloads in response to operations, rather than having to provide them all upfront.",
"license": "MIT",
"version": "0.6.10",
"version": "0.6.11",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
@ -13,8 +13,8 @@
},
"devDependencies": {
"@apollo/client": "^3.3.15",
"@graphitation/graphql-js-tag": "^0.5.4",
"@graphitation/graphql-js-operation-payload-generator": "^0.5.9",
"@graphitation/graphql-js-tag": "^0.5.5",
"@graphitation/graphql-js-operation-payload-generator": "^0.5.10",
"@types/invariant": "^2.2.34",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@graphitation/apollo-react-relay-duct-tape",
"entries": [
{
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.5",
"version": "0.4.5",
"comments": {
"patch": [
{
"comment": "Ensure that all packages listing graphql as a peerDependency also has it as a devDependency",
"author": "modevold@microsoft.com",
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
"package": "@graphitation/apollo-react-relay-duct-tape"
}
]
}
},
{
"date": "Tue, 26 Oct 2021 12:46:12 GMT",
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.4",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/apollo-react-relay-duct-tape
This log was last generated on Tue, 26 Oct 2021 12:46:12 GMT and should not be manually modified.
This log was last generated on Tue, 26 Oct 2021 21:09:29 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.5
Tue, 26 Oct 2021 21:09:29 GMT
### Patches
- Ensure that all packages listing graphql as a peerDependency also has it as a devDependency (modevold@microsoft.com)
## 0.4.4
Tue, 26 Oct 2021 12:46:12 GMT

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@graphitation/apollo-react-relay-duct-tape",
"description": "A compatibility wrapper that provides the react-relay API on top of Apollo Client.",
"license": "MIT",
"version": "0.4.4",
"version": "0.4.5",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
@ -14,16 +14,16 @@
},
"devDependencies": {
"@apollo/client": "^3.3.15",
"@graphitation/apollo-mock-client": "^0.6.10",
"@graphitation/graphql-js-operation-payload-generator": "^0.5.9",
"@graphitation/graphql-js-tag": "^0.5.4",
"@graphitation/apollo-mock-client": "^0.6.11",
"@graphitation/graphql-js-operation-payload-generator": "^0.5.10",
"@graphitation/graphql-js-tag": "^0.5.5",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"graphql": "^15.0.0",
"monorepo-scripts": "*",
"react": "^17.0.2",
"relay-compiler": "^11.0.2",
"relay-compiler-language-graphitation": "^0.5.2",
"relay-compiler-language-graphitation": "^0.5.3",
"ts-expect": "^1.3.0"
},
"peerDependencies": {

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@graphitation/graphql-js-operation-payload-generator",
"entries": [
{
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
"tag": "@graphitation/graphql-js-operation-payload-generator_v0.5.10",
"version": "0.5.10",
"comments": {
"patch": [
{
"comment": "Bump @graphitation/graphql-js-tag to v0.5.5",
"author": "modevold@microsoft.com",
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
"package": "@graphitation/graphql-js-operation-payload-generator"
}
]
}
},
{
"date": "Mon, 04 Oct 2021 13:48:04 GMT",
"tag": "@graphitation/graphql-js-operation-payload-generator_v0.5.9",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/graphql-js-operation-payload-generator
This log was last generated on Mon, 04 Oct 2021 13:48:04 GMT and should not be manually modified.
This log was last generated on Tue, 26 Oct 2021 21:09:29 GMT and should not be manually modified.
<!-- Start content -->
## 0.5.10
Tue, 26 Oct 2021 21:09:29 GMT
### Patches
- Bump @graphitation/graphql-js-tag to v0.5.5 (modevold@microsoft.com)
## 0.5.9
Mon, 04 Oct 2021 13:48:04 GMT

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@graphitation/graphql-js-operation-payload-generator",
"description": "Generates a payload for a given GraphQL operation expressed in graphql-js AST and a GraphQL Schema.",
"license": "MIT",
"version": "0.5.9",
"version": "0.5.10",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
@ -15,7 +15,7 @@
"deepmerge": "^4.2.2"
},
"devDependencies": {
"@graphitation/graphql-js-tag": "^0.5.4",
"@graphitation/graphql-js-tag": "^0.5.5",
"@types/jest": "^26.0.22",
"monorepo-scripts": "*",
"relay-test-utils-internal": "^11.0.2"

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@graphitation/graphql-js-tag",
"entries": [
{
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
"tag": "@graphitation/graphql-js-tag_v0.5.5",
"version": "0.5.5",
"comments": {
"patch": [
{
"comment": "Move graphql to peerDependencies",
"author": "modevold@microsoft.com",
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
"package": "@graphitation/graphql-js-tag"
}
]
}
},
{
"date": "Mon, 04 Oct 2021 13:48:04 GMT",
"tag": "@graphitation/graphql-js-tag_v0.5.4",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/graphql-js-tag
This log was last generated on Mon, 04 Oct 2021 13:48:04 GMT and should not be manually modified.
This log was last generated on Tue, 26 Oct 2021 21:09:29 GMT and should not be manually modified.
<!-- Start content -->
## 0.5.5
Tue, 26 Oct 2021 21:09:29 GMT
### Patches
- Move graphql to peerDependencies (modevold@microsoft.com)
## 0.5.4
Mon, 04 Oct 2021 13:48:04 GMT

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@graphitation/graphql-js-tag",
"description": "A simple graphql-js AST based `graphql` tagged template function.",
"license": "MIT",
"version": "0.5.4",
"version": "0.5.5",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "relay-compiler-language-graphitation",
"entries": [
{
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
"tag": "relay-compiler-language-graphitation_v0.5.3",
"version": "0.5.3",
"comments": {
"patch": [
{
"comment": "Ensure that all packages listing graphql as a peerDependency also has it as a devDependency",
"author": "modevold@microsoft.com",
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
"package": "relay-compiler-language-graphitation"
}
]
}
},
{
"date": "Tue, 26 Oct 2021 12:46:12 GMT",
"tag": "relay-compiler-language-graphitation_v0.5.2",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - relay-compiler-language-graphitation
This log was last generated on Tue, 26 Oct 2021 12:46:12 GMT and should not be manually modified.
This log was last generated on Tue, 26 Oct 2021 21:09:29 GMT and should not be manually modified.
<!-- Start content -->
## 0.5.3
Tue, 26 Oct 2021 21:09:29 GMT
### Patches
- Ensure that all packages listing graphql as a peerDependency also has it as a devDependency (modevold@microsoft.com)
## 0.5.2
Tue, 26 Oct 2021 12:46:12 GMT

Просмотреть файл

@ -2,7 +2,7 @@
"name": "relay-compiler-language-graphitation",
"description": "A relay-compiler plugin that wraps the TypeScript plugin and augments it slightly for @graphitation/apollo-react-relay-duct-tape's needs.",
"license": "MIT",
"version": "0.5.2",
"version": "0.5.3",
"main": "./lib/index",
"scripts": {
"build": "monorepo-scripts build",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@graphitation/supermassive",
"entries": [
{
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
"tag": "@graphitation/supermassive_v0.1.3",
"version": "0.1.3",
"comments": {
"patch": [
{
"comment": "Bump @graphitation/graphql-js-tag to v0.5.5",
"author": "modevold@microsoft.com",
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
"package": "@graphitation/supermassive"
}
]
}
},
{
"date": "Tue, 26 Oct 2021 12:46:12 GMT",
"tag": "@graphitation/supermassive_v0.1.2",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/supermassive
This log was last generated on Tue, 26 Oct 2021 12:46:12 GMT and should not be manually modified.
This log was last generated on Tue, 26 Oct 2021 21:09:29 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.3
Tue, 26 Oct 2021 21:09:29 GMT
### Patches
- Bump @graphitation/graphql-js-tag to v0.5.5 (modevold@microsoft.com)
## 0.1.2
Tue, 26 Oct 2021 12:46:12 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@graphitation/supermassive",
"license": "MIT",
"version": "0.1.2",
"version": "0.1.3",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@graphitation/ts-transform-graphql-js-tag",
"entries": [
{
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
"tag": "@graphitation/ts-transform-graphql-js-tag_v0.2.1",
"version": "0.2.1",
"comments": {
"patch": [
{
"comment": "Move graphql to peerDependencies",
"author": "modevold@microsoft.com",
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
"package": "@graphitation/ts-transform-graphql-js-tag"
}
]
}
},
{
"date": "Fri, 01 Oct 2021 13:17:55 GMT",
"tag": "@graphitation/ts-transform-graphql-js-tag_v0.2.0",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/ts-transform-graphql-js-tag
This log was last generated on Fri, 01 Oct 2021 13:17:55 GMT and should not be manually modified.
This log was last generated on Tue, 26 Oct 2021 21:09:29 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.1
Tue, 26 Oct 2021 21:09:29 GMT
### Patches
- Move graphql to peerDependencies (modevold@microsoft.com)
## 0.2.0
Fri, 01 Oct 2021 13:17:55 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@graphitation/ts-transform-graphql-js-tag",
"license": "MIT",
"version": "0.2.0",
"version": "0.2.1",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",