diff --git a/change/@graphitation-apollo-react-relay-duct-tape-c3cff57e-1fdc-4294-93b2-c283b9fef4bd.json b/change/@graphitation-apollo-react-relay-duct-tape-c3cff57e-1fdc-4294-93b2-c283b9fef4bd.json deleted file mode 100644 index 18020e21..00000000 --- a/change/@graphitation-apollo-react-relay-duct-tape-c3cff57e-1fdc-4294-93b2-c283b9fef4bd.json +++ /dev/null @@ -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" -} diff --git a/change/@graphitation-graphql-js-tag-06f4d917-a823-46d7-9097-d1fbacfecbfd.json b/change/@graphitation-graphql-js-tag-06f4d917-a823-46d7-9097-d1fbacfecbfd.json deleted file mode 100644 index 61dfed65..00000000 --- a/change/@graphitation-graphql-js-tag-06f4d917-a823-46d7-9097-d1fbacfecbfd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Move graphql to peerDependencies", - "packageName": "@graphitation/graphql-js-tag", - "email": "modevold@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@graphitation-ts-transform-graphql-js-tag-757f2950-5059-4a43-8c8d-4de76782db73.json b/change/@graphitation-ts-transform-graphql-js-tag-757f2950-5059-4a43-8c8d-4de76782db73.json deleted file mode 100644 index 63822662..00000000 --- a/change/@graphitation-ts-transform-graphql-js-tag-757f2950-5059-4a43-8c8d-4de76782db73.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Move graphql to peerDependencies", - "packageName": "@graphitation/ts-transform-graphql-js-tag", - "email": "modevold@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/relay-compiler-language-graphitation-c32c8318-4119-4f79-92da-f2047c3a3414.json b/change/relay-compiler-language-graphitation-c32c8318-4119-4f79-92da-f2047c3a3414.json deleted file mode 100644 index 447d489a..00000000 --- a/change/relay-compiler-language-graphitation-c32c8318-4119-4f79-92da-f2047c3a3414.json +++ /dev/null @@ -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" -} diff --git a/packages/apollo-mock-client/CHANGELOG.json b/packages/apollo-mock-client/CHANGELOG.json index c2e75f95..f75cdd6f 100644 --- a/packages/apollo-mock-client/CHANGELOG.json +++ b/packages/apollo-mock-client/CHANGELOG.json @@ -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", diff --git a/packages/apollo-mock-client/CHANGELOG.md b/packages/apollo-mock-client/CHANGELOG.md index 2692a548..99fb8300 100644 --- a/packages/apollo-mock-client/CHANGELOG.md +++ b/packages/apollo-mock-client/CHANGELOG.md @@ -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. +## 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 diff --git a/packages/apollo-mock-client/package.json b/packages/apollo-mock-client/package.json index f22ff13b..c6d931e8 100644 --- a/packages/apollo-mock-client/package.json +++ b/packages/apollo-mock-client/package.json @@ -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", diff --git a/packages/apollo-react-relay-duct-tape/CHANGELOG.json b/packages/apollo-react-relay-duct-tape/CHANGELOG.json index c3518545..1cb034b8 100644 --- a/packages/apollo-react-relay-duct-tape/CHANGELOG.json +++ b/packages/apollo-react-relay-duct-tape/CHANGELOG.json @@ -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", diff --git a/packages/apollo-react-relay-duct-tape/CHANGELOG.md b/packages/apollo-react-relay-duct-tape/CHANGELOG.md index 3559688e..4595bf57 100644 --- a/packages/apollo-react-relay-duct-tape/CHANGELOG.md +++ b/packages/apollo-react-relay-duct-tape/CHANGELOG.md @@ -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. +## 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 diff --git a/packages/apollo-react-relay-duct-tape/package.json b/packages/apollo-react-relay-duct-tape/package.json index 52bfed5e..07c52760 100644 --- a/packages/apollo-react-relay-duct-tape/package.json +++ b/packages/apollo-react-relay-duct-tape/package.json @@ -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": { diff --git a/packages/graphql-js-operation-payload-generator/CHANGELOG.json b/packages/graphql-js-operation-payload-generator/CHANGELOG.json index 5c12064f..e7271e3e 100644 --- a/packages/graphql-js-operation-payload-generator/CHANGELOG.json +++ b/packages/graphql-js-operation-payload-generator/CHANGELOG.json @@ -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", diff --git a/packages/graphql-js-operation-payload-generator/CHANGELOG.md b/packages/graphql-js-operation-payload-generator/CHANGELOG.md index 6c60808f..c1beca0b 100644 --- a/packages/graphql-js-operation-payload-generator/CHANGELOG.md +++ b/packages/graphql-js-operation-payload-generator/CHANGELOG.md @@ -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. +## 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 diff --git a/packages/graphql-js-operation-payload-generator/package.json b/packages/graphql-js-operation-payload-generator/package.json index f926eea3..4852565a 100644 --- a/packages/graphql-js-operation-payload-generator/package.json +++ b/packages/graphql-js-operation-payload-generator/package.json @@ -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" diff --git a/packages/graphql-js-tag/CHANGELOG.json b/packages/graphql-js-tag/CHANGELOG.json index 4425477a..1b3eae4a 100644 --- a/packages/graphql-js-tag/CHANGELOG.json +++ b/packages/graphql-js-tag/CHANGELOG.json @@ -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", diff --git a/packages/graphql-js-tag/CHANGELOG.md b/packages/graphql-js-tag/CHANGELOG.md index 346d7871..cb237899 100644 --- a/packages/graphql-js-tag/CHANGELOG.md +++ b/packages/graphql-js-tag/CHANGELOG.md @@ -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. +## 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 diff --git a/packages/graphql-js-tag/package.json b/packages/graphql-js-tag/package.json index 16afecca..7fe66341 100644 --- a/packages/graphql-js-tag/package.json +++ b/packages/graphql-js-tag/package.json @@ -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", diff --git a/packages/relay-compiler-language-graphitation/CHANGELOG.json b/packages/relay-compiler-language-graphitation/CHANGELOG.json index 0999809e..6fbf5aee 100644 --- a/packages/relay-compiler-language-graphitation/CHANGELOG.json +++ b/packages/relay-compiler-language-graphitation/CHANGELOG.json @@ -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", diff --git a/packages/relay-compiler-language-graphitation/CHANGELOG.md b/packages/relay-compiler-language-graphitation/CHANGELOG.md index cca69392..edad6b0f 100644 --- a/packages/relay-compiler-language-graphitation/CHANGELOG.md +++ b/packages/relay-compiler-language-graphitation/CHANGELOG.md @@ -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. +## 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 diff --git a/packages/relay-compiler-language-graphitation/package.json b/packages/relay-compiler-language-graphitation/package.json index 19d2cae6..d377393a 100644 --- a/packages/relay-compiler-language-graphitation/package.json +++ b/packages/relay-compiler-language-graphitation/package.json @@ -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", diff --git a/packages/supermassive/CHANGELOG.json b/packages/supermassive/CHANGELOG.json index 0c5f235e..076c3f14 100644 --- a/packages/supermassive/CHANGELOG.json +++ b/packages/supermassive/CHANGELOG.json @@ -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", diff --git a/packages/supermassive/CHANGELOG.md b/packages/supermassive/CHANGELOG.md index f5757831..3e30be89 100644 --- a/packages/supermassive/CHANGELOG.md +++ b/packages/supermassive/CHANGELOG.md @@ -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. +## 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 diff --git a/packages/supermassive/package.json b/packages/supermassive/package.json index 82ef3072..c41de634 100644 --- a/packages/supermassive/package.json +++ b/packages/supermassive/package.json @@ -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", diff --git a/packages/ts-transform-graphql-js-tag/CHANGELOG.json b/packages/ts-transform-graphql-js-tag/CHANGELOG.json index ebf4a6ed..15a61471 100644 --- a/packages/ts-transform-graphql-js-tag/CHANGELOG.json +++ b/packages/ts-transform-graphql-js-tag/CHANGELOG.json @@ -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", diff --git a/packages/ts-transform-graphql-js-tag/CHANGELOG.md b/packages/ts-transform-graphql-js-tag/CHANGELOG.md index 7df7276a..0a7178fe 100644 --- a/packages/ts-transform-graphql-js-tag/CHANGELOG.md +++ b/packages/ts-transform-graphql-js-tag/CHANGELOG.md @@ -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. +## 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 diff --git a/packages/ts-transform-graphql-js-tag/package.json b/packages/ts-transform-graphql-js-tag/package.json index c21fe458..4cd2e809 100644 --- a/packages/ts-transform-graphql-js-tag/package.json +++ b/packages/ts-transform-graphql-js-tag/package.json @@ -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",