Skip to content

Commit

Permalink
introduce changesets in this repo (#4475)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored Aug 3, 2020
1 parent 53a947b commit b600144
Show file tree
Hide file tree
Showing 49 changed files with 824 additions and 294 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)
12 changes: 12 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.3.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": [
"@graphql-codegen/website"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
]
},
"devDependencies": {
"@changesets/cli": "2.9.2",
"npm": "6.14.7",
"@graphql-typed-document-node/core": "1.0.0",
"auto-bind": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-cli-codegen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-cli/codegen",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates.",
"license": "MIT",
"keywords": [
Expand All @@ -26,7 +26,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-codegen/cli": "0.0.0-PLACEHOLDER",
"@graphql-codegen/cli": "1.17.7",
"@graphql-cli/common": "4.0.0"
},
"main": "dist/index.cjs.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"license": "MIT",
"bin": {
"gql-gen": "dist/bin.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
"dependencies": {
"@graphql-codegen/core": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/core": "1.17.7",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-tools/apollo-engine-loader": "^6.0.0",
"@graphql-tools/code-file-loader": "^6.0.0",
"@graphql-tools/git-loader": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-tools/merge": "^6.0.0",
"@graphql-tools/utils": "^6.0.0",
"tslib": "~2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/c-sharp/c-sharp-operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp-operations",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating ready-to-use Angular Components based on GraphQL operations",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -14,8 +14,8 @@
"graphql-tag": "2.11.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-codegen/visitor-plugin-common": "1.17.7",
"auto-bind": "4.0.0",
"camel-case": "4.1.1",
"tslib": "2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/c-sharp/c-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -10,8 +10,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-codegen/visitor-plugin-common": "1.17.7",
"strip-indent": "3.0.0",
"tslib": "2.0.0",
"unixify": "1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-codegen/visitor-plugin-common": "1.17.7",
"auto-bind": "~4.0.0",
"tslib": "~2.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-operations",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/flow": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/flow": "1.17.7",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-codegen/visitor-plugin-common": "1.17.7",
"auto-bind": "~4.0.0",
"tslib": "~2.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-resolvers",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/flow": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/flow": "1.17.7",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-codegen/visitor-plugin-common": "1.17.7",
"@graphql-tools/utils": "^6.0.0",
"auto-bind": "~4.0.0",
"tslib": "~2.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/java/apollo-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-apollo-android",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/java-common": "1.17.7",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-codegen/visitor-plugin-common": "1.17.7",
"auto-bind": "~4.0.0",
"camel-case": "4.1.1",
"pascal-case": "3.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-common",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator utils library for developing Java plugins",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-codegen/visitor-plugin-common": "1.17.7",
"auto-bind": "~4.0.0",
"strip-indent": "3.0.0",
"tslib": "~2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/java/java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/java-common": "1.17.7",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-codegen/visitor-plugin-common": "1.17.7",
"tslib": "~2.0.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/java/kotlin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/kotlin",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL schema",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/java-common": "1.17.7",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-codegen/visitor-plugin-common": "1.17.7",
"tslib": "~2.0.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/java/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-resolvers",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating resolvers signature for Java backends",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/java-common": "1.17.7",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-codegen/visitor-plugin-common": "1.17.7",
"tslib": "~2.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/add/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/add",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for adding custom content to your output file",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "1.17.7",
"tslib": "~2.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/fragment-matcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/fragment-matcher",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "1.17.7",
"tslib": "~2.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/introspection",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "1.17.7",
"tslib": "~2.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/other/jsdoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/jsdoc",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating JSDoc based types for GraphQL queries, mutations, subscriptions and fragments",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-codegen/visitor-plugin-common": "1.17.7",
"tslib": "~2.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/schema-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/schema-ast",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "1.17.7",
"@graphql-tools/utils": "^6.0.0",
"tslib": "~2.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/time",
"version": "0.0.0-PLACEHOLDER",
"version": "1.17.7",
"description": "GraphQL Code Generator plugin for adding the current time for an output file",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "1.17.7",
"moment": "~2.27.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit b600144

Please sign in to comment.