Skip to content

Commit 29b75b1

Browse files
authoredMar 2, 2021
enhance(namingConvention): use change-case-all instead of individual packages for naming convention (#5627)
* enhance(namingConvention): use change-case-all instead of individual packages for naming convention * Improve docs * changeset * fix changeset * Improve CI
1 parent af6fb50 commit 29b75b1

File tree

79 files changed

+339
-258
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+339
-258
lines changed
 

‎.changeset/old-eyes-hunt.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-codegen/visitor-plugin-common': patch
3+
'@graphql-codegen/typescript-document-nodes': patch
4+
---
5+
6+
enhance(docs): improve docs for naming convention

‎.changeset/tricky-seahorses-rush.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
'@graphql-codegen/cli': patch
3+
'@graphql-codegen/c-sharp': patch
4+
'@graphql-codegen/c-sharp-operations': patch
5+
'@graphql-codegen/flow': patch
6+
'@graphql-codegen/flow-operations': patch
7+
'@graphql-codegen/java-apollo-android': patch
8+
'@graphql-codegen/visitor-plugin-common': patch
9+
'@graphql-codegen/typescript-apollo-angular': patch
10+
'@graphql-codegen/typescript-apollo-client-helpers': patch
11+
'@graphql-codegen/typescript-compatibility': patch
12+
'@graphql-codegen/typescript-document-nodes': patch
13+
'@graphql-codegen/typescript-mongodb': patch
14+
'@graphql-codegen/named-operations-object': patch
15+
'@graphql-codegen/typescript-operations': patch
16+
'@graphql-codegen/typescript-react-apollo': patch
17+
'@graphql-codegen/typescript-react-offix': patch
18+
'@graphql-codegen/typescript-react-query': patch
19+
'@graphql-codegen/typescript-resolvers': patch
20+
'@graphql-codegen/typescript-stencil-apollo': patch
21+
'@graphql-codegen/typed-document-node': patch
22+
'@graphql-codegen/typescript': patch
23+
'@graphql-codegen/typescript-urql': patch
24+
'@graphql-codegen/typescript-vue-apollo': patch
25+
'@graphql-codegen/graphql-modules-preset': patch
26+
'@graphql-codegen/plugin-helpers': patch
27+
---
28+
29+
enhance(namingConvention): use change-case-all instead of individual packages for naming convention

0 commit comments

Comments
 (0)
Please sign in to comment.