Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "version bumps",
"packageName": "@graphitation/apollo-react-relay-duct-tape",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "version bumps",
"packageName": "@graphitation/apollo-react-relay-duct-tape-compiler",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "version bumps",
"packageName": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "version bumps",
"packageName": "@graphitation/graphql-codegen-supermassive-typed-document-node-plugin",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "version bumps",
"packageName": "@graphitation/webpack-loader",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion examples/apollo-watch-fragments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-watch-fragments",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"@apollo/client": "~3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/supermassive-todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"main": "index.js",
"private": true,
"version": "1.0.1-1",
"version": "1.0.1-2",
"scripts": {
"start": "concurrently 'yarn duct-tape-compiler --watch' 'yarn serve --progress --color --mode=development'",
"build": "",
Expand Down
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.8.8",
"version": "1.8.9",
"main": "./src/index.ts",
"bin": {
"duct-tape-compiler": "./src/cli-cjs.js"
Expand Down
2 changes: 1 addition & 1 deletion 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.4.22",
"version": "1.4.23",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/graphitation.git",
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.1.16",
"version": "2.1.17",
"main": "./src/index.ts",
"repository": {
"type": "git",
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.1.17",
"version": "1.1.18",
"main": "./src/index.ts",
"repository": {
"type": "git",
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.13.0",
"version": "3.14.0",
"main": "./src/index.ts",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.16",
"version": "1.1.17",
"description": "A fork of @graphql-tools/webpack-loader with supermassive SDL encoding format support",
"repository": {
"type": "git",
Expand Down