Skip to content

Commit

Permalink
Revert "applying package updates"
Browse files Browse the repository at this point in the history
This reverts commit 7095701.
  • Loading branch information
vejrj committed Oct 23, 2024
1 parent 64bd47d commit 4c28aed
Show file tree
Hide file tree
Showing 21 changed files with 31 additions and 162 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "async before hooks added",
"packageName": "@graphitation/supermassive",
"email": "[email protected]",
"dependentChangeType": "patch"
}
6 changes: 3 additions & 3 deletions examples/apollo-watch-fragments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@apollo/client": "~3.6.0",
"@graphitation/apollo-react-relay-duct-tape": "^1.3.3",
"@graphitation/apollo-react-relay-duct-tape": "^1.3.2",
"@graphitation/graphql-js-tag": "^0.9.4",
"@graphql-tools/schema": "^9.0.19",
"graphql": "^15.6.0",
Expand Down Expand Up @@ -36,9 +36,9 @@
]
},
"devDependencies": {
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.2",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.1",
"@graphitation/embedded-document-artefact-loader": "^0.8.5",
"@graphitation/supermassive": "^3.6.0",
"@graphitation/supermassive": "^3.5.6",
"@graphql-codegen/cli": "2.2.0",
"@graphql-codegen/typescript": "2.2.2",
"@graphql-codegen/typescript-resolvers": "^2.2.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/supermassive-todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"dependencies": {
"@apollo/client": "~3.6.0",
"@babel/runtime": "^7.12.0",
"@graphitation/apollo-react-relay-duct-tape": "^1.3.3",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.2",
"@graphitation/apollo-react-relay-duct-tape": "^1.3.2",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.1",
"@graphitation/graphql-js-tag": "^0.9.4",
"@graphitation/supermassive": "^3.6.0",
"@graphitation/supermassive": "^3.5.6",
"@graphitation/ts-transform-graphql-js-tag": "^1.4.4",
"concurrently": "^6.5.1",
"graphql": "^15.6.1",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@types/uuid": "^8.3.1",
"graphql-let": "^0.18.5",
"prettier": "^2.8.7",
"@graphitation/webpack-loader": "^1.0.10",
"@graphitation/webpack-loader": "^1.0.9",
"typescript": "^5.5.3",
"webpack-dev-server": "^4.13.3"
}
Expand Down
15 changes: 0 additions & 15 deletions packages/apollo-react-relay-duct-tape-compiler/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
{
"name": "@graphitation/apollo-react-relay-duct-tape-compiler",
"entries": [
{
"date": "Wed, 23 Oct 2024 16:27:07 GMT",
"version": "1.6.2",
"tag": "@graphitation/apollo-react-relay-duct-tape-compiler_v1.6.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@graphitation/apollo-react-relay-duct-tape-compiler",
"comment": "Bump @graphitation/supermassive to v3.6.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "1.6.1",
Expand Down
10 changes: 1 addition & 9 deletions packages/apollo-react-relay-duct-tape-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Change Log - @graphitation/apollo-react-relay-duct-tape-compiler

<!-- This log was last generated on Wed, 23 Oct 2024 16:27:07 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.6.2

Wed, 23 Oct 2024 16:27:07 GMT

### Patches

- Bump @graphitation/supermassive to v3.6.0

## 1.6.1

Wed, 23 Oct 2024 09:22:25 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-react-relay-duct-tape-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphitation/apollo-react-relay-duct-tape-compiler",
"description": "The build tools to cater to @graphitation/apollo-react-relay-duct-tape's needs.",
"license": "MIT",
"version": "1.6.2",
"version": "1.6.1",
"main": "./src/index.ts",
"bin": {
"duct-tape-compiler": "./src/cli-cjs.js"
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"peerDependencies": {
"graphql": "^15.0.0",
"@graphitation/supermassive": "^3.6.0",
"@graphitation/supermassive": "^3.5.6",
"typescript": "^5.5.3"
},
"publishConfig": {
Expand Down
15 changes: 0 additions & 15 deletions packages/apollo-react-relay-duct-tape/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
{
"name": "@graphitation/apollo-react-relay-duct-tape",
"entries": [
{
"date": "Wed, 23 Oct 2024 16:27:07 GMT",
"version": "1.3.3",
"tag": "@graphitation/apollo-react-relay-duct-tape_v1.3.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@graphitation/apollo-react-relay-duct-tape",
"comment": "Bump @graphitation/apollo-react-relay-duct-tape-compiler to v1.6.2",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "1.3.2",
Expand Down
10 changes: 1 addition & 9 deletions packages/apollo-react-relay-duct-tape/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Change Log - @graphitation/apollo-react-relay-duct-tape

<!-- This log was last generated on Wed, 23 Oct 2024 16:27:07 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.3.3

Wed, 23 Oct 2024 16:27:07 GMT

### Patches

- Bump @graphitation/apollo-react-relay-duct-tape-compiler to v1.6.2

## 1.3.2

Wed, 23 Oct 2024 09:22:25 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-react-relay-duct-tape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "1.3.3",
"version": "1.3.2",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/graphitation.git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"graphql": "^15.0.0",
"monorepo-scripts": "*",
"react": "^18.2.0",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.2",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.1",
"ts-expect": "^1.3.0"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
{
"name": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin",
"entries": [
{
"date": "Wed, 23 Oct 2024 16:27:07 GMT",
"version": "2.0.12",
"tag": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin_v2.0.12",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin",
"comment": "Bump @graphitation/supermassive to v3.6.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "2.0.11",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Change Log - @graphitation/graphql-codegen-supermassive-schema-extraction-plugin

<!-- This log was last generated on Wed, 23 Oct 2024 16:27:07 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->

<!-- Start content -->

## 2.0.12

Wed, 23 Oct 2024 16:27:07 GMT

### Patches

- Bump @graphitation/supermassive to v3.6.0

## 2.0.11

Wed, 23 Oct 2024 09:22:25 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin",
"license": "MIT",
"version": "2.0.12",
"version": "2.0.11",
"main": "./src/index.ts",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@graphql-codegen/plugin-helpers": ">= 1.18.0 < 2"
},
"dependencies": {
"@graphitation/supermassive": "^3.6.0",
"@graphitation/supermassive": "^3.5.6",
"graphql": "^15.0.0"
},
"sideEffects": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
{
"name": "@graphitation/graphql-codegen-supermassive-typed-document-node-plugin",
"entries": [
{
"date": "Wed, 23 Oct 2024 16:27:07 GMT",
"version": "1.0.5",
"tag": "@graphitation/graphql-codegen-supermassive-typed-document-node-plugin_v1.0.5",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@graphitation/graphql-codegen-supermassive-typed-document-node-plugin",
"comment": "Bump @graphitation/supermassive to v3.6.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "1.0.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Change Log - @graphitation/graphql-codegen-supermassive-typed-document-node-plugin

<!-- This log was last generated on Wed, 23 Oct 2024 16:27:07 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.0.5

Wed, 23 Oct 2024 16:27:07 GMT

### Patches

- Bump @graphitation/supermassive to v3.6.0

## 1.0.4

Wed, 23 Oct 2024 09:22:25 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphitation/graphql-codegen-supermassive-typed-document-node-plugin",
"license": "MIT",
"version": "1.0.5",
"version": "1.0.4",
"main": "./src/index.ts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@graphql-codegen/visitor-plugin-common": ">= ^1.17.0 < 2",
"graphql-tag": ">= 2.11.0 < 3",
"@graphql-tools/optimize": "^1.0.1",
"@graphitation/supermassive": "^3.6.0"
"@graphitation/supermassive": "^3.5.6"
},
"sideEffects": false,
"access": "public",
Expand Down
15 changes: 0 additions & 15 deletions packages/supermassive/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
{
"name": "@graphitation/supermassive",
"entries": [
{
"date": "Wed, 23 Oct 2024 16:27:07 GMT",
"version": "3.6.0",
"tag": "@graphitation/supermassive_v3.6.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@graphitation/supermassive",
"commit": "f46a00a000c0d036e8fa529e675b091743b5de81",
"comment": "async before hooks added"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "3.5.6",
Expand Down
10 changes: 1 addition & 9 deletions packages/supermassive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Change Log - @graphitation/supermassive

<!-- This log was last generated on Wed, 23 Oct 2024 16:27:07 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->

<!-- Start content -->

## 3.6.0

Wed, 23 Oct 2024 16:27:07 GMT

### Minor changes

- async before hooks added ([email protected])

## 3.5.6

Wed, 23 Oct 2024 09:22:25 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/supermassive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphitation/supermassive",
"license": "MIT",
"version": "3.6.0",
"version": "3.5.6",
"main": "./src/index.ts",
"repository": {
"type": "git",
Expand Down
15 changes: 0 additions & 15 deletions packages/webpack-loader/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
{
"name": "@graphitation/webpack-loader",
"entries": [
{
"date": "Wed, 23 Oct 2024 16:27:07 GMT",
"version": "1.0.10",
"tag": "@graphitation/webpack-loader_v1.0.10",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@graphitation/webpack-loader",
"comment": "Bump @graphitation/supermassive to v3.6.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "1.0.9",
Expand Down
10 changes: 1 addition & 9 deletions packages/webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Change Log - @graphitation/webpack-loader

<!-- This log was last generated on Wed, 23 Oct 2024 16:27:07 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.0.10

Wed, 23 Oct 2024 16:27:07 GMT

### Patches

- Bump @graphitation/supermassive to v3.6.0

## 1.0.9

Wed, 23 Oct 2024 09:22:25 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphitation/webpack-loader",
"license": "MIT",
"version": "1.0.10",
"version": "1.0.9",
"description": "A fork of @graphql-tools/webpack-loader with supermassive SDL encoding format support",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@graphitation/supermassive": "^3.6.0"
"@graphitation/supermassive": "^3.5.6"
},
"dependencies": {
"@graphql-tools/optimize": "^1.1.1",
Expand Down

0 comments on commit 4c28aed

Please sign in to comment.